Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2987 UInt64 numMilCommands = 1 << 6; in Bench() local
2990 while (numMilCommands > 1 && specifiedFreq < (numMilCommands * 1000000)) in Bench()
2991 numMilCommands >>= 1; in Bench()
3001 …sum = CountCpuFreq(sum, (UInt32)(numMilCommands * 1000000 / kNumFreqCommands), g_BenchCpuFreqTemp); in Bench()
3011 const UInt64 mipsVal = numMilCommands * freq / start; in Bench()
3035 numMilCommands <<= 1; in Bench()