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

  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 309 int niter = ITERATIONS; /* Iteration counter */ variable
726 niter = atoi(argv[1]);
727 if (*argv[1] == '-' || niter < 1) {
753 niter);
755 printf("\nMeasured run time in seconds should be divided by %.f\n", niter / 1000.0);
772 for (itercount = 0; itercount < niter; itercount++) {
  /external/valgrind/main/perf/
fbench.c 305 int niter = ITERATIONS; /* Iteration counter */ variable
722 niter = atoi(argv[1]);
723 if (*argv[1] == '-' || niter < 1) {
749 niter);
751 printf("\nMeasured run time in seconds should be divided by %.f\n", niter / 1000.0);
768 for (itercount = 0; itercount < niter; itercount++) {
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cfgloop.h 366 unsigned HOST_WIDEST_INT niter; member in struct:niter_desc
tree-flow.h 972 tree niter; \/* The expression giving the number of iterations of member in struct:tree_niter_desc
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-flow.h 962 tree niter; \/* The expression giving the number of iterations of member in struct:tree_niter_desc
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-flow.h 968 tree niter; \/* The expression giving the number of iterations of member in struct:tree_niter_desc
    [all...]

Completed in 6793 milliseconds