Lines Matching defs:STD_LOOP_COUNT
56 int STD_LOOP_COUNT = 1; /* number of iterations */
208 STD_LOOP_COUNT = atoi(optarg);
209 if (STD_LOOP_COUNT == 0)
290 STD_LOOP_COUNT = k;
293 ("Using env %s, set STD_LOOP_COUNT to %d\n",
443 printf("STD_LOOP_COUNT = %d\n", STD_LOOP_COUNT);
484 * If the STD_LOOP_COUNT variable is set, compare it against
521 if (STD_LOOP_COUNT && counter < STD_LOOP_COUNT)