Searched defs:NumIterations (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DBench.h16 UInt32 NumIterations; member in struct:CBenchInfo
17 CBenchInfo(): NumIterations(0) {}
H A DArchiveCommandLine.h89 UInt32 NumIterations; member in struct:CArchiveCommandLineOptions
H A DBench.cpp472 UInt32 NumIterations; member in struct:CEncoderInfo
640 for (UInt32 j = 0; j < NumIterations; j++)
731 encoder.progressInfoSpec[0]->BenchInfo.NumIterations = numEncoderThreads;
762 info.NumIterations = 1; // progressInfoSpec->NumIterations;
779 encoder.NumIterations = 2 + kUncompressMinBlockSize / encoder.kBufferSize;
784 encoder.progressInfoSpec[0]->BenchInfo.NumIterations = numDecoderThreads;
836 info.NumIterations = numSubDecoderThreads * encoders[0].NumIterations;
/external/lzma/CPP/7zip/UI/Console/
H A DBenchCon.cpp19 UInt64 NumIterations; member in struct:CTotalBenchRes
23 void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; }
26 if (NumIterations == 0)
28 Rating /= NumIterations;
29 Usage /= NumIterations;
30 RPU /= NumIterations;
31 NumIterations = 1;
38 NumIterations = (r1.NumIterations + r2.NumIterations) /
[all...]

Completed in 734 milliseconds