代码搜索:DataSize
找到约 1,285 项符合「DataSize」的源代码
代码结果 1,285
www.eeworm.com/read/171600/9745442
cpp ulinks.cpp
#include "rar.hpp"
int ExtractLink(ComprDataIO &DataIO,Archive &Arc,char *DestName,uint &LinkCRC,bool Create)
{
#if defined(SAVE_LINKS) && defined(_UNIX)
char FileName[NM];
if (IsLink(Arc.NewLh
www.eeworm.com/read/171600/9745470
cpp rawread.cpp
#include "rar.hpp"
RawRead::RawRead(File *SrcFile)
{
RawRead::SrcFile=SrcFile;
ReadPos=0;
DataSize=0;
#ifndef SHELL_EXT
Crypt=NULL;
#endif
}
void RawRead::Read(int Size)
{
#if !defined(SHEL
www.eeworm.com/read/171003/9776474
c download.c
/*************************************************************************/
/* */
/* FILE NAME
www.eeworm.com/read/414084/11131235
inc block_cipher.inc
; Common funcs for Block Ciphers
struct _KEY128
k0 dd ?
k1 dd ?
k2 dd ?
k3 dd ?
ends
struct _KEY256
k0 dd ?
k1 dd ?
k2 dd ?
k3 dd ?
k4 dd ?
k5 dd ?
k6 dd ?
www.eeworm.com/read/411034/11259270
c dictionary.c
/*
Copyright (c) 2005 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.6 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/336165/12471439
pas dllmemu.pas
unit DllMemU;
interface
uses
Windows, SysUtils;
procedure SetData (I: Integer); stdcall;
function GetData: Integer; stdcall;
procedure SetShareData (I: Integer); stdcall;
function GetSh
www.eeworm.com/read/146635/12629669
h xormac.h
// xormac.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_XORMAC_H
#define CRYPTOPP_XORMAC_H
#include "iterhash.h"
NAMESPACE_BEGIN(CryptoPP)
template cla
www.eeworm.com/read/235035/14087755
cvsignore .cvsignore
asynctest
nbtest
setconsole
setlevel
heartbeat
mapper
wmapper
inp
outp
datasize
dataalign
load50
netifdebug
netifconfig
mapcmp
www.eeworm.com/read/202409/15384378
h bmp.h
typedef struct {
unsigned long filesize, reserved, offset, infolength, width, height;
unsigned short planes, bits;
} Header;
typedef struct {
unsigned long compression, datasize, hresolution