Home | History | Annotate | Download | only in C

Lines Matching full:uint64

39   UInt64 processed;

66 static SRes SzDecodePpmd(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream,
127 static SRes SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream,
175 static SRes SzDecodeLzma2(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream,
224 static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer)
324 static UInt64 GetSum(const UInt64 *values, UInt32 index)
326 UInt64 sum = 0;
335 static SRes SzFolder_Decode2(const CSzFolder *folder, const UInt64 *packSizes,
336 ILookInStream *inStream, UInt64 startPos,
354 UInt64 offset;
355 UInt64 inSize;
361 UInt64 unpackSize = folder->UnpackSizes[ci];
414 UInt64 offset = GetSum(packSizes, 1);
415 UInt64 s3Size = packSizes[1];
459 SRes SzFolder_Decode(const CSzFolder *folder, const UInt64 *packSizes,
460 ILookInStream *inStream, UInt64 startPos,