HomeSort by relevance Sort by last modified time
    Searched refs:itercount (Results 1 - 4 of 4) sorted by null

  /external/valgrind/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/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++) {
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
gc.go 31 itercount := 100000
32 for i := 0; i < itercount; i++ {
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
gc.go 31 itercount := 100000
32 for i := 0; i < itercount; i++ {

Completed in 283 milliseconds