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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp230 static const UInt32 kBigHashDicLimit = (UInt32)1 << 24; member in namespace:NCompress::NLZMA
244 _matchFinderBase.bigHash = (_dictionarySize > kBigHashDicLimit);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp230 static const UInt32 kBigHashDicLimit = (UInt32)1 << 24; member in namespace:NCompress::NLZMA
244 _matchFinderBase.bigHash = (_dictionarySize > kBigHashDicLimit);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp230 static const UInt32 kBigHashDicLimit = (UInt32)1 << 24; member in namespace:NCompress::NLZMA
244 _matchFinderBase.bigHash = (_dictionarySize > kBigHashDicLimit);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzmaEnc.c1919 #define kBigHashDicLimit ((UInt32)1 << 24) macro
1948 p->matchFinderBase.bigHash = (p->dictSize > kBigHashDicLimit);

Completed in 146 milliseconds