Home | History | Annotate | Download | only in tests

Lines Matching full:cyclenb

275     unsigned cycleNb;
278 printf(" (seed %u, cycle %u) \n", seed, cycleNb); goto _output_error; }
293 for (cycleNb = 0; cycleNb < startCycle; cycleNb++)
297 for (cycleNb = startCycle;
298 (cycleNb < nbCycles) || (FUZ_GetClockSpan(clockStart) < clockDuration);
299 cycleNb++) {
315 FUZ_displayUpdate(cycleNb);
630 if (nbCycles<=1) nbCycles = cycleNb; /* end by time */
632 printf("\r%7u /%7u - ", cycleNb, nbCycles);
663 const unsigned cycleNb= 0;