• Home
  • Raw
  • Download

Lines Matching refs:complexInCommands

62 static void SetComplexCommands(UInt32 complexInSeconds, UInt64 cpuFreq, UInt64 &complexInCommands)  in SetComplexCommands()  argument
64 complexInCommands = kComplexInCommands; in SetComplexCommands()
71 complexInCommands = complexInSeconds * cpuFreq; in SetComplexCommands()
73 complexInCommands = cpuFreq >> 2; in SetComplexCommands()
1013 static UInt64 GetNumIterations(UInt64 numCommands, UInt64 complexInCommands) in GetNumIterations() argument
1017 UInt64 res = complexInCommands / numCommands; in GetNumIterations()
1023 UInt64 complexInCommands, in MethodBench()
1115 …terations = GetNumIterations(benchProps->GeComprCommands(uncompressedDataSize), complexInCommands); in MethodBench()
1179 …ons(benchProps->GeDecomprCommands(encoder.compressedSize, encoder.kBufferSize), complexInCommands); in MethodBench()
1757 UInt64 complexInCommands, in TotalBench()
1778 complexInCommands, in TotalBench()
1799 UInt64 complexInCommands, in FreqBench() argument
1819 UInt64 numIterations = complexInCommands / complexity / bsize; in FreqBench()
1889 UInt64 complexInCommands, in CrcBench()
1924 UInt64 numIterations = complexInCommands * 256 / complexity / bsize; in CrcBench()
2022 UInt64 complexInCommands, in TotalBench_Hash()
2044 complexInCommands, in TotalBench_Hash()
2156 UInt64 complexInCommands = kComplexInCommands; in Bench() local
2176 SetComplexCommands(testTime, mipsVal * 1000000, complexInCommands); in Bench()
2208 complexInCommands, in Bench()
2286 RINOK(CrcBench(EXTERNAL_CODECS_LOC_VARS complexInCommands, in Bench()
2427 …RINOK(FreqBench(complexInCommands, numThreads, printCallback, freqTest == kNumCpuTests - 1, cpuFre… in Bench()
2431 SetComplexCommands(testTime, cpuFreq, complexInCommands); in Bench()
2436 …res = TotalBench(EXTERNAL_CODECS_LOC_VARS complexInCommands, numThreads, dictIsDefined, dict, prin… in Bench()
2439 res = TotalBench_Hash(EXTERNAL_CODECS_LOC_VARS complexInCommands, numThreads, in Bench()
2448 … RINOK(FreqBench(complexInCommands, numThreads, printCallback, false, cpuFreqLastTemp, resVal)); in Bench()
2510 complexInCommands, in Bench()