Lines Matching refs:UInt64
21 unsigned Xz_ReadVarInt(const Byte *p, size_t maxSize, UInt64 *value);
22 unsigned Xz_WriteVarInt(Byte *buf, UInt64 v);
37 UInt64 id;
44 UInt64 packSize;
45 UInt64 unpackSize;
88 UInt64 crc64;
108 UInt64 unpackSize;
109 UInt64 totalSize;
117 UInt64 startOffset;
123 #define XZ_SIZE_OVERFLOW ((UInt64)(Int64)-1)
125 UInt64 Xz_GetUnpackSize(const CXzStream *p);
126 UInt64 Xz_GetPackSize(const CXzStream *p);
139 UInt64 Xzs_GetNumBlocks(const CXzs *p);
140 UInt64 Xzs_GetUnpackSize(const CXzs *p);
197 UInt64 ids[MIXCODER_NUM_FILTERS_MAX];
226 UInt64 packSize;
227 UInt64 unpackSize;
229 UInt64 numBlocks; // number of finished blocks in current stream
230 UInt64 indexSize;
231 UInt64 indexPos;
232 UInt64 padSize;
234 UInt64 numStartedStreams;
235 UInt64 numFinishedStreams;
236 UInt64 numTotalBlocks;
352 UInt64 XzUnpacker_GetExtraSize(const CXzUnpacker *p);
413 UInt64 InSize; // pack size processed
414 UInt64 OutSize;
416 UInt64 NumStreams;
417 UInt64 NumBlocks;
448 const UInt64 *outDataSize, // NULL means undefined