Lines Matching refs:testNb

350     unsigned testNb=0;  in basicUnitTests()  local
362 DISPLAYLEVEL(3, "test%3u : ZSTD_getErrorName : ", testNb++); in basicUnitTests()
367 DISPLAYLEVEL(3, "test%3u : ZSTD_getErrorName with wrong value : ", testNb++); in basicUnitTests()
372 DISPLAYLEVEL(3, "test%3u : min compression level : ", testNb++); in basicUnitTests()
377 DISPLAYLEVEL(3, "test%3u : ZSTD_versionNumber : ", testNb++); in basicUnitTests()
382 DISPLAYLEVEL(3, "test%3u : ZSTD_adjustCParams : ", testNb++); in basicUnitTests()
395 DISPLAYLEVEL(3, "test%3u : compress %u bytes : ", testNb++, (unsigned)CNBuffSize); in basicUnitTests()
403 DISPLAYLEVEL(3, "test%3i : size of cctx for level 1 : ", testNb++); in basicUnitTests()
410 DISPLAYLEVEL(3, "test%3i : decompress skippable frame -8 size : ", testNb++); in basicUnitTests()
418 DISPLAYLEVEL(3, "test%3i : ZSTD_getFrameContentSize test : ", testNb++); in basicUnitTests()
424 DISPLAYLEVEL(3, "test%3i : ZSTD_getDecompressedSize test : ", testNb++); in basicUnitTests()
430 DISPLAYLEVEL(3, "test%3i : ZSTD_findDecompressedSize test : ", testNb++); in basicUnitTests()
436 DISPLAYLEVEL(3, "test%3i : tight ZSTD_decompressBound test : ", testNb++); in basicUnitTests()
443 DISPLAYLEVEL(3, "test%3i : ZSTD_decompressBound test with invalid srcSize : ", testNb++); in basicUnitTests()
450 DISPLAYLEVEL(3, "test%3i : decompress %u bytes : ", testNb++, (unsigned)CNBuffSize); in basicUnitTests()
455 DISPLAYLEVEL(3, "test%3i : check decompressed result : ", testNb++); in basicUnitTests()
462 DISPLAYLEVEL(3, "test%3u : invalid endDirective : ", testNb++); in basicUnitTests()
473 DISPLAYLEVEL(3, "test%3i : ZSTD_checkCParams : ", testNb++); in basicUnitTests()
480 DISPLAYLEVEL(3, "test%3i : ZSTD_createDCtx_advanced and ZSTD_sizeof_DCtx: ", testNb++); in basicUnitTests()
489 DISPLAYLEVEL(3, "test%3i : misc unaccounted for zstd symbols : ", testNb++); in basicUnitTests()
530 DISPLAYLEVEL(3, "test%3i : decompress with null dict : ", testNb++); in basicUnitTests()
542 DISPLAYLEVEL(3, "test%3i : decompress with null DDict : ", testNb++); in basicUnitTests()
554 DISPLAYLEVEL(3, "test%3i : decompress with 1 missing byte : ", testNb++); in basicUnitTests()
560 DISPLAYLEVEL(3, "test%3i : decompress with 1 too much byte : ", testNb++); in basicUnitTests()
566 DISPLAYLEVEL(3, "test%3i : decompress too large input : ", testNb++); in basicUnitTests()
572 DISPLAYLEVEL(3, "test%3i : decompress into NULL buffer : ", testNb++); in basicUnitTests()
578 DISPLAYLEVEL(3, "test%3i : decompress with corrupted checksum : ", testNb++); in basicUnitTests()
617 DISPLAYLEVEL(3, "test%3i : ZSTD_decompressBound test with content size missing : ", testNb++); in basicUnitTests()
637 DISPLAYLEVEL(3, "test%3d: check DCtx size is reduced after many oversized calls : ", testNb++); in basicUnitTests()
678 DISPLAYLEVEL(3, "test%3i : ldm fill dict out-of-bounds check", testNb++); in basicUnitTests()
701 …SPLAYLEVEL(3, "test%3i : testing dict compression with enableLdm and forceMaxWindow : ", testNb++); in basicUnitTests()
728 DISPLAYLEVEL(3, "test%3i : LDM + opt parser with small uncompressible block ", testNb++); in basicUnitTests()
770 DISPLAYLEVEL(3, "test%3i : testing ldm dictionary gets invalidated : ", testNb++); in basicUnitTests()
846 DISPLAYLEVEL(3, "test%3i : testing refPrefx vs refPrefx + ldm (size comparison) : ", testNb++); in basicUnitTests()
913 …YLEVEL(3, "test%3d: superblock uncompressible data, too many nocompress superblocks : ", testNb++); in basicUnitTests()
962 DISPLAYLEVEL(3, "test%3d: superblock with no literals : ", testNb++); in basicUnitTests()
988 DISPLAYLEVEL(3, "test%3d: superblock enough room for checksum : ", testNb++) in basicUnitTests()
1000 DISPLAYLEVEL(3, "test%3i : compress a NULL input with each level : ", testNb++); in basicUnitTests()
1013 DISPLAYLEVEL(3, "test%3d : check CCtx size after compressing empty input : ", testNb++); in basicUnitTests()
1023 DISPLAYLEVEL(3, "test%3d : decompress empty frame into NULL : ", testNb++); in basicUnitTests()
1066 DISPLAYLEVEL(3, "test%3d : re-use CCtx with expanding block size : ", testNb++); in basicUnitTests()
1083 DISPLAYLEVEL(3, "test%3d : re-using a CCtx should compress the same : ", testNb++); in basicUnitTests()
1127 DISPLAYLEVEL(3, "test%3d : btultra2 & 1st block : ", testNb++); in basicUnitTests()
1167 DISPLAYLEVEL(3, "test%3d : ZSTD_CCtx_getParameter() : ", testNb++); in basicUnitTests()
1210 …YLEVEL(3, "test%3d : ldm conditionally enabled by default doesn't change cctx params: ", testNb++); in basicUnitTests()
1231 DISPLAYLEVEL(3, "test%3d : overflow protection with large windowLog : ", testNb++); in basicUnitTests()
1248 DISPLAYLEVEL(3, "test%3d : size down context : ", testNb++); in basicUnitTests()
1283 DISPLAYLEVEL(3, "test%3i : create static CCtx for level %u : ", testNb++, STATIC_CCTX_LEVEL); in basicUnitTests()
1307 DISPLAYLEVEL(3, "test%3i : compress small input with small static CCtx : ", testNb++); in basicUnitTests()
1314 … DISPLAYLEVEL(3, "test%3i : compress large input with small static CCtx (must fail) : ", testNb++); in basicUnitTests()
1322 DISPLAYLEVEL(3, "test%3i : resize context to full CCtx size : ", testNb++); in basicUnitTests()
1328 DISPLAYLEVEL(3, "test%3i : compress large input with static CCtx : ", testNb++); in basicUnitTests()
1335 …PLAYLEVEL(3, "test%3i : compress small input often enough to trigger context reduce : ", testNb++); in basicUnitTests()
1347 DISPLAYLEVEL(3, "test%3i : init CCtx for level %u : ", testNb++, STATIC_CCTX_LEVEL); in basicUnitTests()
1351 DISPLAYLEVEL(3, "test%3i : compression again with static CCtx : ", testNb++); in basicUnitTests()
1358 DISPLAYLEVEL(3, "test%3i : simple decompression test with static DCtx : ", testNb++); in basicUnitTests()
1365 DISPLAYLEVEL(3, "test%3i : check decompressed result : ", testNb++); in basicUnitTests()
1369 DISPLAYLEVEL(3, "test%3i : init CCtx for too large level (must fail) : ", testNb++); in basicUnitTests()
1374 … DISPLAYLEVEL(3, "test%3i : init CCtx for small level %u (should work again) : ", testNb++, 1); in basicUnitTests()
1378 … DISPLAYLEVEL(3, "test%3i : use CStream on CCtx-sized static context (should fail) : ", testNb++); in basicUnitTests()
1387 … DISPLAYLEVEL(3, "test%3i : resize context to CStream size, then stream compress : ", testNb++); in basicUnitTests()
1397 DISPLAYLEVEL(3, "test%3i : CStream for small level %u : ", testNb++, 1); in basicUnitTests()
1405 … DISPLAYLEVEL(3, "test%3i : init static CStream with dictionary (should fail) : ", testNb++); in basicUnitTests()
1410 … DISPLAYLEVEL(3, "test%3i : use DStream on DCtx-sized static context (should fail) : ", testNb++); in basicUnitTests()
1423 DISPLAYLEVEL(3, "test%3i : Static context sizes for negative levels : ", testNb++); in basicUnitTests()
1436 DISPLAYLEVEL(3, "test%3i : create ZSTDMT CCtx : ", testNb++); in basicUnitTests()
1447 … DISPLAYLEVEL(3, "test%3u : compress %u bytes with 2 threads : ", testNb++, (unsigned)CNBuffSize); in basicUnitTests()
1453 DISPLAYLEVEL(3, "test%3i : decompressed size test : ", testNb++); in basicUnitTests()
1461 DISPLAYLEVEL(3, "test%3i : decompress %u bytes : ", testNb++, (unsigned)CNBuffSize); in basicUnitTests()
1466 DISPLAYLEVEL(3, "test%3i : check decompressed result : ", testNb++); in basicUnitTests()
1473 DISPLAYLEVEL(3, "test%3i : compress -T2 with checksum : ", testNb++); in basicUnitTests()
1482 DISPLAYLEVEL(3, "test%3i : decompress %u bytes : ", testNb++, (unsigned)CNBuffSize); in basicUnitTests()
1490 …SPLAYLEVEL(3, "test%3u : compress empty string and decompress with small window log : ", testNb++); in basicUnitTests()
1512 DISPLAYLEVEL(3, "test%3i : compress -T2 with/without literals compression : ", testNb++) in basicUnitTests()
1527 DISPLAYLEVEL(3, "test%3i : Multithreaded ZSTD_compress2() with rsyncable : ", testNb++) in basicUnitTests()
1540 DISPLAYLEVEL(3, "test%3i : setting multithreaded parameters : ", testNb++) in basicUnitTests()
1567 DISPLAYLEVEL(3, "test%3i : compress multiple frames : ", testNb++); in basicUnitTests()
1591 DISPLAYLEVEL(3, "test%3i : get decompressed size of multiple frames : ", testNb++); in basicUnitTests()
1596 DISPLAYLEVEL(3, "test%3i : get tight decompressed bound of multiple frames : ", testNb++); in basicUnitTests()
1601 DISPLAYLEVEL(3, "test%3i : decompress multiple frames : ", testNb++); in basicUnitTests()
1606 DISPLAYLEVEL(3, "test%3i : check decompressed result : ", testNb++); in basicUnitTests()
1617 DISPLAYLEVEL(3, "test%3i : copy context too soon : ", testNb++); in basicUnitTests()
1622 DISPLAYLEVEL(3, "test%3i : load dictionary into context : ", testNb++); in basicUnitTests()
1627 DISPLAYLEVEL(3, "test%3i : compress with flat dictionary : ", testNb++); in basicUnitTests()
1635 …ISPLAYLEVEL(3, "test%3i : frame built with flat dictionary should be decompressible : ", testNb++); in basicUnitTests()
1643 DISPLAYLEVEL(3, "test%3i : compress with duplicated context : ", testNb++); in basicUnitTests()
1654 …LAYLEVEL(3, "test%3i : frame built with duplicated context should be decompressible : ", testNb++); in basicUnitTests()
1662 DISPLAYLEVEL(3, "test%3i : decompress with DDict : ", testNb++); in basicUnitTests()
1670 DISPLAYLEVEL(3, "test%3i : decompress with static DDict : ", testNb++); in basicUnitTests()
1682 DISPLAYLEVEL(3, "test%3i : check content size on duplicated context : ", testNb++); in basicUnitTests()
1716 DISPLAYLEVEL(3, "test%3i : flat-dictionary efficiency test : \n", testNb++); in basicUnitTests()
1773 DISPLAYLEVEL(3, "test%3i : dictBuilder on cyclic data : ", testNb++); in basicUnitTests()
1783 DISPLAYLEVEL(3, "test%3i : dictBuilder : ", testNb++); in basicUnitTests()
1790 DISPLAYLEVEL(3, "test%3i : Multithreaded COVER dictBuilder : ", testNb++); in basicUnitTests()
1804 DISPLAYLEVEL(3, "test%3i : COVER dictBuilder with shrinkDict: ", testNb++); in basicUnitTests()
1820 DISPLAYLEVEL(3, "test%3i : Multithreaded FASTCOVER dictBuilder : ", testNb++); in basicUnitTests()
1834 DISPLAYLEVEL(3, "test%3i : FASTCOVER dictBuilder with shrinkDict: ", testNb++); in basicUnitTests()
1850 DISPLAYLEVEL(3, "test%3i : check dictID : ", testNb++); in basicUnitTests()
1855 DISPLAYLEVEL(3, "test%3i : check dict header size no error : ", testNb++); in basicUnitTests()
1860 DISPLAYLEVEL(3, "test%3i : check dict header size correctness : ", testNb++); in basicUnitTests()
1878 DISPLAYLEVEL(3, "test%3i : compress with dictionary : ", testNb++); in basicUnitTests()
1885 DISPLAYLEVEL(3, "test%3i : retrieve dictID from dictionary : ", testNb++); in basicUnitTests()
1891 DISPLAYLEVEL(3, "test%3i : retrieve dictID from frame : ", testNb++); in basicUnitTests()
1897 … DISPLAYLEVEL(3, "test%3i : frame built with dictionary should be decompressible : ", testNb++); in basicUnitTests()
1908 DISPLAYLEVEL(3, "test%3i : estimate CDict size : ", testNb++); in basicUnitTests()
1914 DISPLAYLEVEL(3, "test%3i : compress with CDict ", testNb++); in basicUnitTests()
1929 DISPLAYLEVEL(3, "test%3i : retrieve dictID from frame : ", testNb++); in basicUnitTests()
1935 … DISPLAYLEVEL(3, "test%3i : frame built with dictionary should be decompressible : ", testNb++); in basicUnitTests()
1946 DISPLAYLEVEL(3, "test%3i : compress with static CDict : ", testNb++); in basicUnitTests()
1974 …LAYLEVEL(3, "test%3i : ZSTD_compress_usingCDict_advanced, no contentSize, no dictID : ", testNb++); in basicUnitTests()
1988 DISPLAYLEVEL(3, "test%3i : try retrieving contentSize from frame : ", testNb++); in basicUnitTests()
1994 … DISPLAYLEVEL(3, "test%3i : frame built without dictID should be decompressible : ", testNb++); in basicUnitTests()
2006 DISPLAYLEVEL(3, "test%3i : ZSTD_compress_advanced, no dictID : ", testNb++); in basicUnitTests()
2016 … DISPLAYLEVEL(3, "test%3i : frame built without dictID should be decompressible : ", testNb++); in basicUnitTests()
2027 … DISPLAYLEVEL(3, "test%3i : dictionary containing only header should return error : ", testNb++); in basicUnitTests()
2040 …DISPLAYLEVEL(3, "test%3i : Building cdict w/ ZSTD_dct_fullDict on a good dictionary : ", testNb++); in basicUnitTests()
2048 …LEVEL(3, "test%3i : Building cdict w/ ZSTD_dct_fullDict on a rawContent (must fail) : ", testNb++); in basicUnitTests()
2062 …test%3i : Loading rawContent starting with dict header w/ ZSTD_dct_auto should fail : ", testNb++); in basicUnitTests()
2075 …i : Loading rawContent starting with dict header w/ ZSTD_dct_rawContent should pass : ", testNb++); in basicUnitTests()
2086 … DISPLAYLEVEL(3, "test%3i : Testing non-attached CDict with ZSTD_dct_rawContent : ", testNb++); in basicUnitTests()
2100 DISPLAYLEVEL(3, "test%3i : ZSTD_CCtx_refCDict() then set parameters : ", testNb++); in basicUnitTests()
2112 …test%3i : Loading dictionary before setting parameters is the same as loading after : ", testNb++); in basicUnitTests()
2131 DISPLAYLEVEL(3, "test%3i : Loading a dictionary clears the prefix : ", testNb++); in basicUnitTests()
2139 DISPLAYLEVEL(3, "test%3i : Loading a dictionary clears the cdict : ", testNb++); in basicUnitTests()
2149 DISPLAYLEVEL(3, "test%3i : Loading a cdict clears the prefix : ", testNb++); in basicUnitTests()
2159 DISPLAYLEVEL(3, "test%3i : Loading a cdict clears the dictionary : ", testNb++); in basicUnitTests()
2169 DISPLAYLEVEL(3, "test%3i : Loading a prefix clears the dictionary : ", testNb++); in basicUnitTests()
2177 DISPLAYLEVEL(3, "test%3i : Loading a prefix clears the cdict : ", testNb++); in basicUnitTests()
2187 DISPLAYLEVEL(3, "test%3i : Loaded dictionary persists across reset session : ", testNb++); in basicUnitTests()
2203 … DISPLAYLEVEL(3, "test%3i : Loaded dictionary is cleared after resetting parameters : ", testNb++); in basicUnitTests()
2223 DISPLAYLEVEL(3, "test%3i : ZSTD_decompressDCtx() with dictionary : ", testNb++); in basicUnitTests()
2245 DISPLAYLEVEL(3, "test%3i : ZSTD_decompressDCtx() with ddict : ", testNb++); in basicUnitTests()
2265 DISPLAYLEVEL(3, "test%3i : ZSTD_decompressDCtx() with prefix : ", testNb++); in basicUnitTests()
2280 DISPLAYLEVEL(3, "test%3i : Dictionary with non-default repcodes : ", testNb++); in basicUnitTests()
2351 DISPLAYLEVEL(3, "test%3i : ZDICT_trainFromBuffer_cover : ", testNb++); in basicUnitTests()
2362 DISPLAYLEVEL(3, "test%3i : check dictID : ", testNb++); in basicUnitTests()
2367 DISPLAYLEVEL(3, "test%3i : ZDICT_optimizeTrainFromBuffer_cover : ", testNb++); in basicUnitTests()
2376 DISPLAYLEVEL(3, "test%3i : check dictID : ", testNb++); in basicUnitTests()
2387 DISPLAYLEVEL(3, "test%3i : Check input length for magic number : ", testNb++); in basicUnitTests()
2393 DISPLAYLEVEL(3, "test%3i : Check magic Number : ", testNb++); in basicUnitTests()
2400 DISPLAYLEVEL(3, "test%3i : Content size verification : ", testNb++); in basicUnitTests()
2416 DISPLAYLEVEL(3, "test%3i : negative compression level : ", testNb++); in basicUnitTests()
2447 DISPLAYLEVEL(3, "test%3i : parameters in order : ", testNb++); in basicUnitTests()
2464 DISPLAYLEVEL(3, "test%3i : parameters disordered : ", testNb++); in basicUnitTests()
2484 DISPLAYLEVEL(3, "test%3i : get dParameter bounds ", testNb++); in basicUnitTests()
2490 DISPLAYLEVEL(3, "test%3i : wrong dParameter : ", testNb++); in basicUnitTests()
2499 DISPLAYLEVEL(3, "test%3i : out of bound dParameter : ", testNb++); in basicUnitTests()
2519 DISPLAYLEVEL(3, "test%3i : magic-less format test : ", testNb++); in basicUnitTests()
2530 DISPLAYLEVEL(3, "test%3i : decompress normally (should fail) : ", testNb++); in basicUnitTests()
2536 DISPLAYLEVEL(3, "test%3i : decompress of magic-less frame : ", testNb++); in basicUnitTests()
2559 DISPLAYLEVEL(3, "test%3i : empty magic-less format test : ", testNb++); in basicUnitTests()
2570 DISPLAYLEVEL(3, "test%3i : decompress of empty magic-less frame : ", testNb++); in basicUnitTests()
2592 DISPLAYLEVEL(3, "test%3i : Decompression parameter reset test : ", testNb++); in basicUnitTests()
2629 DISPLAYLEVEL(3, "test%3i : Block compression test : ", testNb++); in basicUnitTests()
2635 DISPLAYLEVEL(3, "test%3i : Block decompression test : ", testNb++); in basicUnitTests()
2642 DISPLAYLEVEL(3, "test%3i : Huge block streaming compression test : ", testNb++); in basicUnitTests()
2656 DISPLAYLEVEL(3, "test%3i : Dictionary Block compression test : ", testNb++); in basicUnitTests()
2667 DISPLAYLEVEL(3, "test%3i : Dictionary Block decompression test : ", testNb++); in basicUnitTests()
2684 DISPLAYLEVEL(3, "test%3i : Block compression with CDict : ", testNb++); in basicUnitTests()
2700 DISPLAYLEVEL(3, "test%3i : Long RLE test : ", testNb++); in basicUnitTests()
2712 DISPLAYLEVEL(3, "test%3i : ZSTD_generateSequences decode from sequences test : ", testNb++); in basicUnitTests()
2743 DISPLAYLEVEL(3, "test%3i : ZSTD_getSequences followed by ZSTD_compressSequences : ", testNb++); in basicUnitTests()
2804 DISPLAYLEVEL(3, "test%3i : compress %u zeroes : ", testNb++, LONGZEROSLENGTH); in basicUnitTests()
2809 DISPLAYLEVEL(3, "test%3i : decompress %u zeroes : ", testNb++, LONGZEROSLENGTH); in basicUnitTests()
2816 DISPLAYLEVEL(3, "test%3i : compress %u zeroes : ", testNb++, ZEROESLENGTH); in basicUnitTests()
2821 DISPLAYLEVEL(3, "test%3i : decompress %u zeroes : ", testNb++, ZEROESLENGTH); in basicUnitTests()
2851 DISPLAYLEVEL(3, "test%3i : growing nbSeq : ", testNb++); in basicUnitTests()
2869 DISPLAYLEVEL(3, "test%3i : compress lots 3-bytes sequences : ", testNb++); in basicUnitTests()
2874 DISPLAYLEVEL(3, "test%3i : decompress lots 3-bytes sequence : ", testNb++); in basicUnitTests()
2880 DISPLAYLEVEL(3, "test%3i : growing literals buffer : ", testNb++); in basicUnitTests()
2898 DISPLAYLEVEL(3, "test%3i : incompressible data and ill suited dictionary : ", testNb++); in basicUnitTests()
2934 DISPLAYLEVEL(3, "test%3i : frame compressed size of skippable frame : ", testNb++); in basicUnitTests()
2941 DISPLAYLEVEL(3, "test%3i : testing ZSTD error code strings : ", testNb++); in basicUnitTests()
2950 DISPLAYLEVEL(3, "test%3i : testing ZSTD dictionary sizes : ", testNb++); in basicUnitTests()
2973 DISPLAYLEVEL(3, "test%3i : testing FSE_normalizeCount() PR#1255: ", testNb++); in basicUnitTests()
2991 …YLEVEL(3, "test%3i : passing wrong full dict should fail on compressStream2 refPrefix ", testNb++); in basicUnitTests()
3021 DISPLAYLEVEL(3, "test%3i : small dictionary with multithreading and LDM ", testNb++); in basicUnitTests()
3069 unsigned testNb=0; in longUnitTests() local
3081 DISPLAYLEVEL(3, "longtest%3i : table cleanliness through index reduction : ", testNb++); in longUnitTests()
3150 DISPLAYLEVEL(3, "longtest%3i : testing ldm no regressions in size for opt parser : ", testNb++); in longUnitTests()
3188 …EL(3, "longtest%3i : testing cdict compression with different attachment strategies : ", testNb++); in longUnitTests()
3299 DISPLAY(" (seed %u, test nb %u) \n", (unsigned)seed, testNb); \
3309 DISPLAY(" (seed %u, test nb %u) \n", (unsigned)seed, testNb); \
3329 unsigned testNb = 0; in fuzzerTests() local
3353 for (testNb=1; testNb < startTest; testNb++) FUZ_rand(&coreSeed); in fuzzerTests()
3356 for ( ; (testNb <= nbTests) || (UTIL_clockSpanMicro(startClock) < maxClockSpan); testNb++ ) { in fuzzerTests()
3367 if (nbTests >= testNb) { DISPLAYUPDATE(2, "\r%6u/%6u ", testNb, nbTests); } in fuzzerTests()
3368 else { DISPLAYUPDATE(2, "\r%6u ", testNb); } in fuzzerTests()
3406 DISPLAYLEVEL(5, "fuzzer t%u: Simple compression test (level %i) \n", testNb, cLevel); in fuzzerTests()
3417 testNb, (unsigned)tooSmallSize, (unsigned)missing); in fuzzerTests()
3436 DISPLAYLEVEL(5, "fuzzer t%u: simple decompression test \n", testNb); in fuzzerTests()
3447 DISPLAYLEVEL(5, "fuzzer t%u: decompression of truncated source \n", testNb); in fuzzerTests()
3459 DISPLAYLEVEL(5, "fuzzer t%u: decompress into too small dst buffer \n", testNb); in fuzzerTests()
3495 DISPLAYLEVEL(5, "fuzzer t%u: decompress noisy source \n", testNb); in fuzzerTests()
3508 DISPLAYLEVEL(5, "fuzzer t%u: Bufferless streaming compression test \n", testNb); in fuzzerTests()
3522 testNb, (unsigned)maxTestSize, cLevel, (unsigned)dictSize); in fuzzerTests()
3565 DISPLAYLEVEL(5, "fuzzer t%u: Bufferless streaming decompression test \n", testNb); in fuzzerTests()
3595 DISPLAY("\r%u fuzzer tests completed \n", testNb-1); in fuzzerTests()
3676 int testNb = 0; in main() local
3746 testNb = (int)readU32FromChar(&argument); in main()
3778 if (nbTests < testNb) nbTests = testNb; in main()
3780 if (testNb==0) { in main()
3788 result = fuzzerTests(seed, nbTests, testNb, maxDuration, ((double)proba) / 100, bigTests); in main()