Searched refs:cycleNb (Results 1 – 1 of 1) sorted by relevance
275 unsigned cycleNb; in FUZ_test() local278 … printf(" (seed %u, cycle %u) \n", seed, cycleNb); goto _output_error; } in FUZ_test()293 for (cycleNb = 0; cycleNb < startCycle; cycleNb++) in FUZ_test()297 for (cycleNb = startCycle; in FUZ_test()298 (cycleNb < nbCycles) || (FUZ_GetClockSpan(clockStart) < clockDuration); in FUZ_test()299 cycleNb++) { in FUZ_test()315 FUZ_displayUpdate(cycleNb); in FUZ_test()630 if (nbCycles<=1) nbCycles = cycleNb; /* end by time */ in FUZ_test()632 printf("\r%7u /%7u - ", cycleNb, nbCycles); in FUZ_test()663 const unsigned cycleNb= 0; in FUZ_unitTests() local