Home | History | Annotate | Download | only in tests

Lines Matching refs:testNb

562     unsigned testNb = 0;
575 DISPLAY(" (seed %u, test nb %u) \n", seed, testNb); goto _output_error; }
590 /* jump to requested testNb */
591 for (testNb =0; (testNb < startTest); testNb++) (void)FUZ_rand(&coreRand); /* sync randomizer */
594 for ( ; (testNb < nbTests) || (clockDuration > FUZ_GetClockSpan(startClock)) ; testNb++) {
616 DISPLAYUPDATE(2, "\r%5u ", testNb);
750 int testNb = 0;
836 testNb=0;
838 testNb *= 10;
839 testNb += *argument - '0';
875 if (testNb==0) result = basicTests(seed, ((double)proba) / 100);
877 return fuzzerTests(seed, nbTests, testNb, ((double)proba) / 100, duration);