Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DParseProperties.cpp87 UInt32 logDicSize = prop.ulVal; in ParsePropDictionaryValue() local
88 if (logDicSize >= 32) in ParsePropDictionaryValue()
90 resValue = (UInt32)1 << logDicSize; in ParsePropDictionaryValue()