/external/lzma/CPP/7zip/UI/Common/ |
Bench.h | 17 UInt64 NumIterations;
19 CBenchInfo(): NumIterations(0) {}
33 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 numIterations);
51 UInt32 numIterations,
|
ArchiveCommandLine.h | 95 UInt32 NumIterations;
|
Bench.cpp | 561 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 numIterations);
586 UInt64 CBenchProps::GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 numIterations)
588 UInt64 numCommands = (inSize * DecComplexCompr + outSize * DecComplexUnc) * numIterations;
599 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 numIterations)
603 return props.GetDecompressRating(elapsedTime, freq, outSize, inSize, numIterations);
618 UInt64 NumIterations;
858 for (UInt64 i = 0; i < NumIterations; i++)
866 bool isLast = (i == NumIterations - 1);
867 bool calcCrc = ((isLast || (i & 0x7F) == 0 || CheckCrc_Enc) && NumIterations != 1);
968 for (UInt64 i = 0; i < NumIterations; i++) [all...] |
ArchiveCommandLine.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
StraightLineStrengthReduce.cpp | 348 unsigned NumIterations = 0; 352 Basis != Candidates.rend() && NumIterations < MaxNumIterations; 353 ++Basis, ++NumIterations) {
|
/external/clang/lib/Sema/ |
SemaOpenMP.cpp | [all...] |
/external/clang/include/clang/AST/ |
StmtOpenMP.h | 490 Expr *NumIterations; 509 /// \brief EnsureUpperBound -- expression LB = min(LB, NumIterations). 530 NumIterations != nullptr && PreCond != nullptr && [all...] |
/external/lzma/CPP/7zip/UI/Console/ |
Main.cpp | 646 options.Properties, options.NumIterations, (FILE *)stdStream);
|
/external/llvm/lib/Analysis/ |
ScalarEvolution.cpp | [all...] |