HomeSort by: relevance | last modified time | path
    Searched defs:nbTests (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/
zstreamtest.c 2519 static int fuzzerTests(U32 seed, unsigned nbTests, unsigned startTest, double compressibility, int bigTests)
2567 for ( ; (testNb <= nbTests) || (UTIL_clockSpanMicro(startClock) < g_clockTime) ; testNb++ ) {
2579 if (nbTests >= testNb) {
2580 DISPLAYUPDATE(2, "\r%6u/%6u ", testNb, nbTests);
2787 static int fuzzerTests_newAPI(U32 seed, int nbTests, int startTest,
2839 for ( ; (testNb <= nbTests) || (UTIL_clockSpanMicro(startClock) < g_clockTime) ; testNb++ ) {
2853 if (nbTests >= testNb) { DISPLAYUPDATE(2, "\r%6u/%6u ", testNb, nbTests); }
3261 int nbTests = nbTestsDefault;
3307 nbTests=0; g_clockTime=0
    [all...]
fuzzer.c 4451 static int fuzzerTests(U32 seed, unsigned nbTests, unsigned startTest, U32 const maxDurationS, double compressibility, int bigTests)
4493 for ( ; (testNb <= nbTests) || (UTIL_clockSpanMicro(startClock) < maxClockSpan); testNb++ ) {
4504 if (nbTests >= testNb) { DISPLAYUPDATE(2, "\r%6u/%6u ", testNb, nbTests); }
4731 } /* for ( ; (testNb <= nbTests) */
4812 int nbTests = nbTestsDefault;
4863 nbTests = (int)readU32FromChar(&argument);
4868 nbTests = 0;
4915 if (nbTests < testNb) nbTests = testNb
    [all...]

Completed in 26 milliseconds