Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2335 UInt64 unpSizeThreads = unpSize * numThreads; in CrcBench() local
2336 info.UnpackSize = unpSizeThreads; in CrcBench()
2337 info.PackSize = unpSizeThreads; in CrcBench()
2343 UInt64 numCommands = unpSizeThreads * complexity / 256; in CrcBench()
2352 speed = info.GetSpeed(unpSizeThreads); in CrcBench()