Lines Matching refs:numIterations
644 …mpressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 numIterations);
669 …ompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 numIterations) in GetDecompressRating() argument
671 UInt64 numCommands = (inSize * DecComplexCompr + outSize * DecComplexUnc) * numIterations; in GetDecompressRating()
682 …ompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 numIterations) in GetDecompressRating() argument
686 return props.GetDecompressRating(elapsedTime, freq, outSize, inSize, numIterations); in GetDecompressRating()
1455 static HRESULT CrcBig(const void *data, UInt32 size, UInt64 numIterations, in CrcBig() argument
1463 for (i = 0; i < numIterations; i++) in CrcBig()
2142 UInt64 numIterations = complexInCommands / complexity / bsize; in FreqBench() local
2143 if (numIterations == 0) in FreqBench()
2144 numIterations = 1; in FreqBench()
2159 info.NumIterations = numIterations; in FreqBench()
2180 for (UInt64 k = numIterations; k > 0; k--) in FreqBench()
2198 UInt64 numCommands = (UInt64)numIterations * bufferSize * numThreads * complexity; in FreqBench()
2251 UInt64 numIterations = complexInCommands * 256 / complexity / bsize; in CrcBench() local
2252 if (numIterations == 0) in CrcBench()
2253 numIterations = 1; in CrcBench()
2282 info.NumIterations = numIterations; in CrcBench()
2328 RINOK(CrcBig(buf, bufferSize, numIterations, checkSum, hasher, _file)); in CrcBench()
2334 UInt64 unpSize = numIterations * bufferSize; in CrcBench()
2792 UInt32 numIterations, in Bench() argument
3143 for (UInt32 i = 0; i < numIterations; i++) in Bench()
3350 for (UInt32 i = 0; i < numIterations; i++) in Bench()
3443 for (unsigned i = 0; i < numIterations; i++) in Bench()