Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp3019 const unsigned kStartDicLog = 22; in Bench() local
3020 unsigned pow = (dict < ((UInt32)1 << kStartDicLog)) ? kBenchMinDicLogSize : kStartDicLog; in Bench()