Searched refs:nbTests (Results 1 - 2 of 2) sorted by relevance

/external/lz4/tests/
H A Dframetest.c559 int fuzzerTests(U32 seed, unsigned nbTests, unsigned startTest, double compressibility, U32 duration_s) argument
594 for ( ; (testNb < nbTests) || (clockDuration > FUZ_GetClockSpan(startClock)) ; testNb++) {
749 int nbTests = nbTestsDefault; local
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, testN
[all...]
H A Dfuzzer.c990 int nbTests = NB_ATTEMPTS; local
1026 nbTests = 0; duration = 0;
1028 nbTests *= 10;
1029 nbTests += *argument - '0';
1036 nbTests = 0; duration = 0;
1108 if (nbTests<=0) nbTests=1;
1110 { int const result = FUZ_test(seed, nbTests, testNb, ((double)proba) / 100, duration);

Completed in 68 milliseconds