Lines Matching refs:UInt64
39 UInt64 processed;
66 static SRes SzDecodePpmd(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodePpmd()
127 static SRes SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodeLzma()
175 static SRes SzDecodeLzma2(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodeLzma2()
224 static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer) in SzDecodeCopy()
324 static UInt64 GetSum(const UInt64 *values, UInt32 index) in GetSum()
326 UInt64 sum = 0; in GetSum()
335 static SRes SzFolder_Decode2(const CSzFolder *folder, const UInt64 *packSizes, in SzFolder_Decode2()
336 ILookInStream *inStream, UInt64 startPos, in SzFolder_Decode2()
354 UInt64 offset; in SzFolder_Decode2()
355 UInt64 inSize; in SzFolder_Decode2()
361 UInt64 unpackSize = folder->UnpackSizes[ci]; in SzFolder_Decode2()
418 SRes SzFolder_Decode(const CSzFolder *folder, const UInt64 *packSizes, in SzFolder_Decode()
419 ILookInStream *inStream, UInt64 startPos, in SzFolder_Decode()