Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp101 static const unsigned kNumHashDictBits = 17; variable
3542 (!fileData && bufSize == (1 << kNumHashDictBits)) ? &bench.CheckSum : NULL,
4309 unsigned pow = 10; // kNumHashDictBits
4344 (pow == kNumHashDictBits && !use_fileData) ? checkSum : NULL,
4697 size_t dataSize = (size_t)1 << kNumHashDictBits;

Completed in 4 milliseconds