Searched defs:kNumThreadsMax (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp657 static const UInt32 kNumThreadsMax = (1 << 16); variable
682 if (dictionarySize < (1 << kBenchMinDicLogSize) || numThreads < 1 || numEncoderThreads > kNumThreadsMax)

Completed in 55 milliseconds