Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2591 UInt64 numMilCommands = 1 << 6; in Bench() local
2594 while (numMilCommands > 1 && specifiedFreq < (numMilCommands * 1000000)) in Bench()
2595 numMilCommands >>= 1; in Bench()
2605 …sum = CountCpuFreq(sum, (UInt32)(numMilCommands * 1000000 / kNumFreqCommands), g_BenchCpuFreqTemp); in Bench()
2612 const UInt64 mipsVal = numMilCommands * freq / start; in Bench()
2636 numMilCommands <<= 1; in Bench()