Lines Matching refs:UInt64
23 unsigned Xz_ReadVarInt(const Byte *p, size_t maxSize, UInt64 *value);
24 unsigned Xz_WriteVarInt(Byte *buf, UInt64 v);
39 UInt64 id;
46 UInt64 packSize;
47 UInt64 unpackSize;
90 UInt64 crc64;
110 UInt64 unpackSize;
111 UInt64 totalSize;
120 UInt64 startOffset;
126 #define XZ_SIZE_OVERFLOW ((UInt64)(Int64)-1)
128 UInt64 Xz_GetUnpackSize(const CXzStream *p);
129 UInt64 Xz_GetPackSize(const CXzStream *p);
142 UInt64 Xzs_GetNumBlocks(const CXzs *p);
143 UInt64 Xzs_GetUnpackSize(const CXzs *p);
191 SRes Xz_StateCoder_Bc_SetFromMethod_Func(IStateCoder *p, UInt64 id,
214 UInt64 ids[MIXCODER_NUM_FILTERS_MAX];
243 UInt64 packSize;
244 UInt64 unpackSize;
246 UInt64 numBlocks; // number of finished blocks in current stream
247 UInt64 indexSize;
248 UInt64 indexPos;
249 UInt64 padSize;
251 UInt64 numStartedStreams;
252 UInt64 numFinishedStreams;
253 UInt64 numTotalBlocks;
385 UInt64 XzUnpacker_GetExtraSize(const CXzUnpacker *p);
474 UInt64 InSize; // pack size processed. That value doesn't include the data after
476 UInt64 OutSize;
478 UInt64 NumStreams;
479 UInt64 NumBlocks;
522 const UInt64 *outDataSize, // NULL means undefined