Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DParseProperties.cpp35 static const int kLogarithmicSizeLimit = 32; variable
53 if (number >= kLogarithmicSizeLimit) in ParsePropDictionaryValue()
61 if (number >= ((UInt64)1 << kLogarithmicSizeLimit)) in ParsePropDictionaryValue()
66 if (number >= ((UInt64)1 << (kLogarithmicSizeLimit - 10))) in ParsePropDictionaryValue()
71 if (number >= ((UInt64)1 << (kLogarithmicSizeLimit - 20))) in ParsePropDictionaryValue()