Searched refs:kBigHashDicLimit (Results 1 - 1 of 1) sorted by relevance
/third_party/lzma/C/ | ||
H A D | LzmaEnc.c | 2684 #define kBigHashDicLimit ((UInt32)1 << 24)
macro 2714 MFB.bigHash = (Byte)(p->dictSize > kBigHashDicLimit ? 1 : 0); in LzmaEnc_Alloc() |
Completed in 7 milliseconds