Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2252 UInt64 unpSizeThreads = unpSize * numThreads; in CrcBench() local
2253 info.UnpackSize = unpSizeThreads; in CrcBench()
2254 info.PackSize = unpSizeThreads; in CrcBench()
2260 UInt64 numCommands = unpSizeThreads * complexity / 256; in CrcBench()
2269 speed = info.GetSpeed(unpSizeThreads); in CrcBench()