OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBenchMinDicLogSize
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
Bench.h
35
const int
kBenchMinDicLogSize
= 18;
Bench.cpp
450
UInt64 t = GetLogSize(dictionarySize) - (
kBenchMinDicLogSize
<< kSubBits);
682
if (dictionarySize < (1 <<
kBenchMinDicLogSize
) || numThreads < 1 || numEncoderThreads > kNumThreadsMax)
/external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp
171
for (dicSizeLog = 25; dicSizeLog >
kBenchMinDicLogSize
; dicSizeLog--)
207
int pow = (dictionary < ((UInt32)1 << kStartDicLog)) ?
kBenchMinDicLogSize
: kStartDicLog;
Completed in 144 milliseconds