Searched defs:dictSize (Results 1 – 11 of 11) sorted by relevance
19 UInt32 dictSize; /* (1 << 12) <= dictSize <= (1 << 27) for 32-bit version member
19 unsigned dictSize, /* use (1 << N) or (3 << N). 4 KB < dictSize <= 128 MB */ in LzmaCompress()
332 UInt32 dictSize; member2196 UInt32 dictSize = p->dictSize; in LzmaEnc_WriteProperties() local
18 UInt32 dictSize; /* (1 << 12) <= dictSize <= (1 << 27) for 32-bit version member
18 unsigned dictSize, /* use (1 << N) or (3 << N). 4 KB < dictSize <= 128 MB */ in LzmaCompress()
331 UInt32 dictSize; member2195 UInt32 dictSize = p->dictSize; in LzmaEnc_WriteProperties() local
18 int level, UInt32 dictSize, int filterMode) in Lzma86_Encode()
225 UInt32 dictSize = p->lzmaProps.dictSize; in Lzma2EncProps_Normalize() local