Home
last modified time | relevance | path

Searched refs:testNb (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dfuzzer.c284 U32 testNb=0; in basicUnitTests() local
708 DISPLAYLEVEL(3, "test%3i : dictBuilder : ", testNb++); in basicUnitTests()
1370 U32 testNb = 0; in fuzzerTests() local
1395 for (testNb=1; testNb < startTest; testNb++) FUZ_rand(&coreSeed); in fuzzerTests()
1398 for ( ; (testNb <= nbTests) || (UTIL_clockSpanMicro(startClock) < maxClockSpan); testNb++ ) { in fuzzerTests()
1407 if (nbTests >= testNb) { DISPLAYUPDATE(2, "\r%6u/%6u ", testNb, nbTests); } in fuzzerTests()
1635 DISPLAY("\r%u fuzzer tests completed \n", testNb-1); in fuzzerTests()
1715 int testNb = 0; in main() local
1781 testNb = readU32FromChar(&argument); in main()
1811 if (nbTests < testNb) nbTests = testNb; in main()
[all …]
H A Dzstreamtest.c221 U32 testNb = 1; in basicUnitTests() local
981 U32 testNb = 0; in fuzzerTests() local
1012 for (testNb=1; testNb < startTest; testNb++) in fuzzerTests()
1233 U32 testNb = 0; in fuzzerTests_MT() local
1266 for (testNb=1; testNb < startTest; testNb++) in fuzzerTests_MT()
1517 U32 testNb = 0; in fuzzerTests_newAPI() local
1551 for (testNb=1; testNb < startTest; testNb++) in fuzzerTests_newAPI()
1565 if (nbTests >= testNb) { DISPLAYUPDATE(2, "\r%6u/%6u ", testNb, nbTests); } in fuzzerTests_newAPI()
1879 int testNb = 0; in main() local
1962 testNb=0; in main()
[all …]
H A Dzbufftest.c130 U32 testNb=0; in basicUnitTests() local
273 U32 testNb = 0; in fuzzerTests() local
303 for (testNb=1; testNb < startTest; testNb++) in fuzzerTests()
307 for ( ; (testNb <= nbTests) || (UTIL_clockSpanMicro(startClock) < g_clockTime) ; testNb++ ) { in fuzzerTests()
319 DISPLAYUPDATE(2, "\r%6u", testNb); in fuzzerTests()
445 DISPLAY("\r%u fuzzer tests completed \n", testNb); in fuzzerTests()
492 int testNb = 0; in main() local
563 testNb=0; in main()
565 testNb *= 10; in main()
566 testNb += *argument - '0'; in main()
[all …]