Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.cpp100 const unsigned kLogDictSizeLimit = 32; in StringToDictSize() local
103 if (number >= kLogDictSizeLimit) in StringToDictSize()
117 if (number >= ((UInt32)1 << (kLogDictSizeLimit - numBits))) in StringToDictSize()