• Home
  • Raw
  • Download

Lines Matching refs:complexInCommands

74     bool isSpecifiedFreq, UInt64 cpuFreq, UInt64 &complexInCommands)  in SetComplexCommands()  argument
76 complexInCommands = kComplexInCommands; in SetComplexCommands()
84 complexInCommands = complexInSeconds * cpuFreq; in SetComplexCommands()
86 complexInCommands = cpuFreq >> 2; in SetComplexCommands()
1154 static UInt64 GetNumIterations(UInt64 numCommands, UInt64 complexInCommands) in GetNumIterations() argument
1158 UInt64 res = complexInCommands / numCommands; in GetNumIterations()
1165 UInt64 complexInCommands, in MethodBench()
1278 …terations = GetNumIterations(benchProps->GeComprCommands(uncompressedDataSize), complexInCommands); in MethodBench()
1348 …ons(benchProps->GeDecomprCommands(encoder.compressedSize, encoder.kBufferSize), complexInCommands); in MethodBench()
1984 UInt64 complexInCommands, in TotalBench()
2013 complexInCommands, in TotalBench()
2038 UInt64 complexInCommands, in FreqBench() argument
2059 UInt64 numIterations = complexInCommands / complexity / bsize; in FreqBench()
2133 UInt64 complexInCommands, in CrcBench()
2168 UInt64 numIterations = complexInCommands * 256 / complexity / bsize; in CrcBench()
2276 UInt64 complexInCommands, in TotalBench_Hash()
2298 complexInCommands, in TotalBench_Hash()
2587 UInt64 complexInCommands = kComplexInCommands; in Bench() local
2632 SetComplexCommands(testTime, false, mipsVal * 1000000, complexInCommands); in Bench()
2665 complexInCommands, in Bench()
2754 RINOK(CrcBench(EXTERNAL_CODECS_LOC_VARS complexInCommands, in Bench()
2951 RINOK(FreqBench(complexInCommands, numThreads, printCallback, in Bench()
2961 SetComplexCommands(testTime, specifiedFreq != 0, cpuFreq, complexInCommands); in Bench()
2970 complexInCommands, numThreads, in Bench()
2978 res = TotalBench_Hash(EXTERNAL_CODECS_LOC_VARS complexInCommands, numThreads, in Bench()
2987 RINOK(FreqBench(complexInCommands, numThreads, printCallback, in Bench()
3060 complexInCommands, in Bench()