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

/external/lzma/CPP/7zip/UI/Console/
H A DBenchCon.cpp170 int dicSizeLog; local
171 for (dicSizeLog = 25; dicSizeLog > kBenchMinDicLogSize; dicSizeLog--)
172 if (GetBenchMemoryUsage(numThreads, ((UInt32)1 << dicSizeLog)) + (8 << 20) <= ramSize)
174 dictionary = (1 << dicSizeLog);

Completed in 69 milliseconds