Lines Matching full:loops
25 static int loops;
28 OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
86 loops = 10000;
89 loops = 10000000;
93 /* Options -l and --loops override default above */
98 for (i = 0; i < loops; i++) {
138 printf("# Executed %'d %s calls\n", loops, name);
148 (double)result_usec / (double)loops);
150 (int)((double)loops /