Home
last modified time | relevance | path

Searched refs:kBigHashDicLimit (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c1916 #define kBigHashDicLimit ((UInt32)1 << 24) macro
1945 p->matchFinderBase.bigHash = (p->dictSize > kBigHashDicLimit); in LzmaEnc_Alloc()