Searched refs:kBigHashDicLimit (Results 1 – 1 of 1) sorted by relevance
2557 #define kBigHashDicLimit ((UInt32)1 << 24) macro2585 p->matchFinderBase.bigHash = (Byte)(p->dictSize > kBigHashDicLimit ? 1 : 0); in LzmaEnc_Alloc()2599 (p->dictSize > kBigHashDicLimit && p->matchFinderBase.hashMask >= 0xFFFFFF) ? 1 : 0); in LzmaEnc_Alloc()