Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1498 static UInt32 CountCpuFreq(UInt32 sum, UInt32 num, UInt32 val) in CountCpuFreq() function
1538 sum = CountCpuFreq(sum, p->Size, g_BenchCpuFreqTemp); in FreqThreadFunction()
2100 sum = CountCpuFreq(sum, bufferSize, g_BenchCpuFreqTemp); in FreqBench()
2605 …sum = CountCpuFreq(sum, (UInt32)(numMilCommands * 1000000 / kNumFreqCommands), g_BenchCpuFreqTemp); in Bench()