Home | History | Annotate | Download | only in Common

Lines Matching refs:numIterations

647   UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 numIterations);

672 UInt64 CBenchProps::GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 numIterations)
674 UInt64 numCommands = (inSize * DecComplexCompr + outSize * DecComplexUnc) * numIterations;
685 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 numIterations)
689 return props.GetDecompressRating(elapsedTime, freq, outSize, inSize, numIterations);
704 UInt64 NumIterations;
989 for (UInt64 i = 0; i < NumIterations; i++)
997 bool isLast = (i == NumIterations - 1);
998 bool calcCrc = ((isLast || (i & 0x7F) == 0 || CheckCrc_Enc) && NumIterations != 1);
1104 for (UInt64 i = 0; i < NumIterations; i++)
1278 encoder.NumIterations = GetNumIterations(benchProps->GeComprCommands(uncompressedDataSize), complexInCommands);
1292 bpi->BenchInfo.NumIterations = numEncoderThreads;
1325 info.NumIterations = encoders[0].NumIterations;
1348 encoder.NumIterations = GetNumIterations(benchProps->GeDecomprCommands(encoder.compressedSize, encoder.kBufferSize), complexInCommands);
1351 bpi->BenchInfo.NumIterations = numDecoderThreads;
1355 encoder.NumIterations = encoders[0].NumIterations;
1413 info.NumIterations = numSubDecoderThreads * encoders[0].NumIterations;
1457 static HRESULT CrcBig(const void *data, UInt32 size, UInt64 numIterations,
1465 for (i = 0; i < numIterations; i++)
1519 UInt64 NumIterations;
1533 for (UInt64 k = p->NumIterations; k > 0; k--)
1571 UInt64 NumIterations;
1596 p->Res = CrcBig(p->Data, p->Size, p->NumIterations,
1828 UInt64 speed = info.GetSpeed(info.UnpackSize * info.NumIterations);
1923 UInt64 rating = BenchProps.GetCompressRating(DictSize, info.GlobalTime, info.GlobalFreq, info.UnpackSize * info.NumIterations);
1940 UInt64 rating = BenchProps.GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSize, info.NumIterations);
1946 info2.UnpackSize *= info2.NumIterations;
1947 info2.PackSize *= info2.NumIterations;
1948 info2.NumIterations = 1;
2059 UInt64 numIterations = complexInCommands / complexity / bsize;
2060 if (numIterations == 0)
2061 numIterations = 1;
2076 info.NumIterations = numIterations;
2097 for (UInt64 k = numIterations; k > 0; k--)
2110 info.NumIterations = 1;
2115 UInt64 numCommands = (UInt64)numIterations * bufferSize * numThreads * complexity;
2168 UInt64 numIterations = complexInCommands * 256 / complexity / bsize;
2169 if (numIterations == 0)
2170 numIterations = 1;
2199 info.NumIterations = numIterations;
2245 RINOK(CrcBig(buf, bufferSize, numIterations, checkSum, hasher, _file));
2251 UInt64 unpSize = numIterations * bufferSize;
2255 info.NumIterations = 1;
2448 UInt32 numIterations,
2734 for (UInt32 i = 0; i < numIterations; i++)
2940 for (UInt32 i = 0; i < numIterations; i++)
3017 for (unsigned i = 0; i < numIterations; i++)