Lines Matching refs:nbTests
559 int fuzzerTests(U32 seed, unsigned nbTests, unsigned startTest, double compressibility, U32 duration_s)
594 for ( ; (testNb < nbTests) || (clockDuration > FUZ_GetClockSpan(startClock)) ; testNb++) {
749 int nbTests = nbTestsDefault;
792 nbTests=0; duration=0;
794 nbTests *= 10;
795 nbTests += *argument - '0';
802 nbTests = 0; duration = 0;
873 if (nbTests<=0) nbTests=1;
877 return fuzzerTests(seed, nbTests, testNb, ((double)proba) / 100, duration);