Lines Matching refs:size_t
23 unsigned Xz_ReadVarInt(const Byte *p, size_t maxSize, UInt64 *value);
95 void XzCheck_Update(CXzCheck *p, const void *data, size_t size);
118 size_t numBlocks;
133 size_t num;
134 size_t numAllocated;
170 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAllocPtr alloc);
204 size_t outBufSize;
205 size_t outWritten; // is equal to lzmaDecoder.dicPos (in outBuf mode)
212 size_t pos[MIXCODER_NUM_FILTERS_MAX - 1];
213 size_t size[MIXCODER_NUM_FILTERS_MAX - 1];
267 size_t outBufSize;
268 size_t outDataWritten; // the size of data in (outBuf) that were fully unpacked
277 void XzUnpacker_SetOutBuf(CXzUnpacker *p, Byte *outBuf, size_t outBufSize);
438 size_t inBufSize_ST; // size of input buffer for Single-Thread decoding
439 size_t outStep_ST; // size of output buffer for Single-Thread decoding
444 size_t inBufSize_MT; // size of small input data buffers for Multi-Thread decoding. Big number of such small buffers can be created
445 size_t memUseMax; // the limit of total memory usage for Multi-Thread decoding.
525 // Byte *outBuf, size_t *outBufSize,
527 // const Byte *inData, size_t inDataSize,