Home | History | Annotate | Download | only in programs

Lines Matching refs:testNb

382     unsigned testNb = 0;
392 DISPLAY(" (seed %u, test nb %u) \n", seed, testNb); goto _output_error; }
407 // jump to requested testNb
408 for (testNb =0; testNb < startTest; testNb++) (void)FUZ_rand(&coreRand); // sync randomizer
411 for ( ; testNb < nbTests; testNb++)
436 DISPLAYUPDATE(2, "\r%5u ", testNb);
563 int testNb = 0;
629 testNb=0;
632 testNb *= 10;
633 testNb += *argument - '0';
666 if (testNb==0) result = basicTests(seed, ((double)proba) / 100);
668 return fuzzerTests(seed, nbTests, testNb, ((double)proba) / 100);