/external/chromium_org/third_party/icu/source/test/perf/perldriver/ |
PerfFramework.pm | 23 my $iterCount = 0; 175 # $a->[1]: 'begin' data, == $iterCount 182 my $iterCount = shift(@b); 189 # out("Iterations per pass: $iterCount<BR>\n"); 191 # debug("Iterations per pass: $iterCount<BR>\n"); 201 ($iterCount, $operationsPerIter, \@ms, $eventsPerIter); 203 ($iterCount, $operationsPerIter, \@ms); 333 my $iterCount = shift; # actually might be -seconds/pass 336 if ($iterCount > 0) { 337 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n") [all...] |
Output.pm | 348 #outputData($iterCount);
|
/external/icu4c/test/perf/perldriver/ |
PerfFramework.pm | 23 my $iterCount = 0; 175 # $a->[1]: 'begin' data, == $iterCount 182 my $iterCount = shift(@b); 189 # out("Iterations per pass: $iterCount<BR>\n"); 191 # debug("Iterations per pass: $iterCount<BR>\n"); 201 ($iterCount, $operationsPerIter, \@ms, $eventsPerIter); 203 ($iterCount, $operationsPerIter, \@ms); 333 my $iterCount = shift; # actually might be -seconds/pass 336 if ($iterCount > 0) { 337 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n") [all...] |
Output.pm | 348 #outputData($iterCount);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ssa.cpp | 335 int iterCount = 0; 348 ++iterCount; 360 if (work[bb->getId()] == iterCount) 362 work[bb->getId()] = iterCount; 376 if (hasAlready[dfBB->getId()] >= iterCount) 378 hasAlready[dfBB->getId()] = iterCount; 391 if (work[dfBB->getId()] < iterCount) { 392 work[dfBB->getId()] = iterCount;
|
nv50_ir_peephole.cpp | 255 unsigned int iterCount = 0; 260 } while (foldCount && ++iterCount < 2); [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ssa.cpp | 335 int iterCount = 0; 348 ++iterCount; 360 if (work[bb->getId()] == iterCount) 362 work[bb->getId()] = iterCount; 376 if (hasAlready[dfBB->getId()] >= iterCount) 378 hasAlready[dfBB->getId()] = iterCount; 391 if (work[dfBB->getId()] < iterCount) { 392 work[dfBB->getId()] = iterCount;
|
nv50_ir_peephole.cpp | 255 unsigned int iterCount = 0; 260 } while (foldCount && ++iterCount < 2); [all...] |
/external/valgrind/main/memcheck/tests/ |
vcpu_fbench.c | 300 int itercount; /* The iteration counter for the main loop variable 730 printf("\nfbench <itercount>\n\n"); 731 printf("where <itercount> is the number of iterations\n"); 772 for (itercount = 0; itercount < niter; itercount++) {
|
/external/valgrind/main/perf/ |
fbench.c | 296 int itercount; /* The iteration counter for the main loop variable 726 printf("\nfbench <itercount>\n\n"); 727 printf("where <itercount> is the number of iterations\n"); 768 for (itercount = 0; itercount < niter; itercount++) {
|
/external/chromium_org/third_party/icu/source/test/thaitest/ |
thaitest.cpp | 229 int32_t iterCount = 0;
|
/external/icu4c/test/thaitest/ |
thaitest.cpp | 229 int32_t iterCount = 0;
|