Lines Matching refs:DISPLAYLEVEL
62 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
129 #define CHECK_VAR(var, fn) var = fn; if (ZSTD_isError(var)) { DISPLAYLEVEL(1, "%s : fails : %s \n"…
166 DISPLAYLEVEL(4, "allocating %u KB => effectively %u KB \n", in FUZ_mallocDebug()
179 DISPLAYLEVEL(4, "freeing %u KB \n", (unsigned)(malloc_size(address) >> 10)); in FUZ_freeDebug()
187 DISPLAYLEVEL(3, "peak:%6u KB, nbMallocs:%2u, total:%6u KB \n", in FUZ_displayMallocStats()
215 DISPLAYLEVEL(3, "compressCCtx level %i : ", compressionLevel); in FUZ_mallocTests_internal()
232 DISPLAYLEVEL(3, "compressStream level %i : ", compressionLevel); in FUZ_mallocTests_internal()
249 DISPLAYLEVEL(3, "compress_generic,-T%i,end level %i : ", in FUZ_mallocTests_internal()
270 DISPLAYLEVEL(3, "compress_generic,-T%i,continue level %i : ", in FUZ_mallocTests_internal()
376 DISPLAYLEVEL(3, "thread pool test : threadPool re-use roundtrips: "); in threadPoolTests()
387 DISPLAYLEVEL(3, "refThreadPool error!\n"); in threadPoolTests()
393 DISPLAYLEVEL(3, "Compression error!\n"); in threadPoolTests()
399 DISPLAYLEVEL(3, "Decompression error!\n"); in threadPoolTests()
408 DISPLAYLEVEL(3, "OK \n"); in threadPoolTests()
410 DISPLAYLEVEL(3, "thread pool test : threadPool simultaneous usage: "); in threadPoolTests()
445 DISPLAYLEVEL(3, "OK \n"); in threadPoolTests()
484 DISPLAYLEVEL(3, "test%3u : ZSTD_getErrorName : ", testNb++); in basicUnitTests()
486 DISPLAYLEVEL(3, "OK : %s \n", errorString); in basicUnitTests()
489 DISPLAYLEVEL(3, "test%3u : ZSTD_getErrorName with wrong value : ", testNb++); in basicUnitTests()
491 DISPLAYLEVEL(3, "OK : %s \n", errorString); in basicUnitTests()
494 DISPLAYLEVEL(3, "test%3u : min compression level : ", testNb++); in basicUnitTests()
496 DISPLAYLEVEL(3, "%i (OK) \n", mcl); in basicUnitTests()
499 DISPLAYLEVEL(3, "test%3u : default compression level : ", testNb++); in basicUnitTests()
502 DISPLAYLEVEL(3, "%i (OK) \n", defaultCLevel); in basicUnitTests()
505 DISPLAYLEVEL(3, "test%3u : ZSTD_versionNumber : ", testNb++); in basicUnitTests()
507 DISPLAYLEVEL(3, "%u (OK) \n", vn); in basicUnitTests()
510 DISPLAYLEVEL(3, "test%3u : ZSTD_adjustCParams : ", testNb++); in basicUnitTests()
521 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
523 DISPLAYLEVEL(3, "test%3u : compress %u bytes : ", testNb++, (unsigned)CNBuffSize); in basicUnitTests()
529 DISPLAYLEVEL(3, "OK (%u bytes : %.2f%%)\n", (unsigned)cSize, (double)cSize/CNBuffSize*100); in basicUnitTests()
531 DISPLAYLEVEL(3, "test%3i : size of cctx for level 1 : ", testNb++); in basicUnitTests()
533 DISPLAYLEVEL(3, "%u bytes \n", (unsigned)cctxSize); in basicUnitTests()
538 DISPLAYLEVEL(3, "test%3i : decompress skippable frame -8 size : ", testNb++); in basicUnitTests()
544 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
546 DISPLAYLEVEL(3, "test%3i : ZSTD_getFrameContentSize test : ", testNb++); in basicUnitTests()
550 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
552 DISPLAYLEVEL(3, "test%3i : ZSTD_getDecompressedSize test : ", testNb++); in basicUnitTests()
556 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
558 DISPLAYLEVEL(3, "test%3i : ZSTD_findDecompressedSize test : ", testNb++); in basicUnitTests()
562 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
564 DISPLAYLEVEL(3, "test%3i : tight ZSTD_decompressBound test : ", testNb++); in basicUnitTests()
569 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
571 DISPLAYLEVEL(3, "test%3i : ZSTD_decompressBound test with invalid srcSize : ", testNb++); in basicUnitTests()
576 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
578 DISPLAYLEVEL(3, "test%3i : decompress %u bytes : ", testNb++, (unsigned)CNBuffSize); in basicUnitTests()
581 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
583 DISPLAYLEVEL(3, "test%3i : check decompressed result : ", testNb++); in basicUnitTests()
588 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
590 DISPLAYLEVEL(3, "test%3u : invalid endDirective : ", testNb++); in basicUnitTests()
599 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
601 DISPLAYLEVEL(3, "test%3i : ZSTD_checkCParams : ", testNb++); in basicUnitTests()
606 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
608 DISPLAYLEVEL(3, "test%3i : ZSTD_createDCtx_advanced and ZSTD_sizeof_DCtx: ", testNb++); in basicUnitTests()
615 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
617 DISPLAYLEVEL(3, "test%3i : misc unaccounted for zstd symbols : ", testNb++); in basicUnitTests()
651 DISPLAYLEVEL(3, "%p ", voidptr_getDictID); in basicUnitTests()
652 DISPLAYLEVEL(3, "%p ", voidptr_createDStream); in basicUnitTests()
653 DISPLAYLEVEL(3, "%p ", voidptr_copyDCtx); in basicUnitTests()
654 DISPLAYLEVEL(3, "%p ", voidptr_nextInputType); in basicUnitTests()
656 DISPLAYLEVEL(3, ": OK \n"); in basicUnitTests()
658 DISPLAYLEVEL(3, "test%3i : decompress with null dict : ", testNb++); in basicUnitTests()
668 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
670 DISPLAYLEVEL(3, "test%3i : decompress with null DDict : ", testNb++); in basicUnitTests()
680 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
682 DISPLAYLEVEL(3, "test%3i : decompress with 1 missing byte : ", testNb++); in basicUnitTests()
686 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
688 DISPLAYLEVEL(3, "test%3i : decompress with 1 too much byte : ", testNb++); in basicUnitTests()
692 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
694 DISPLAYLEVEL(3, "test%3i : decompress too large input : ", testNb++); in basicUnitTests()
698 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
700 DISPLAYLEVEL(3, "test%3i : decompress into NULL buffer : ", testNb++); in basicUnitTests()
704 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
706 DISPLAYLEVEL(3, "test%3i : decompress with corrupted checksum : ", testNb++); in basicUnitTests()
742 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
745 DISPLAYLEVEL(3, "test%3i : ZSTD_decompressBound test with content size missing : ", testNb++); in basicUnitTests()
763 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
765 DISPLAYLEVEL(3, "test%3d: check DCtx size is reduced after many oversized calls : ", testNb++); in basicUnitTests()
804 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
812 DISPLAYLEVEL(3, "test%3i : ZSTD_compressCCtx() doesn't use advanced parameters", testNb++); in basicUnitTests()
815 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
817 …DISPLAYLEVEL(3, "test%3i : ZSTD_compress_usingDict() doesn't use advanced parameters: ", testNb++); in basicUnitTests()
820 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
822 …DISPLAYLEVEL(3, "test%3i : ZSTD_compress_usingCDict() doesn't use advanced parameters: ", testNb++… in basicUnitTests()
825 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
827 … DISPLAYLEVEL(3, "test%3i : ZSTD_compress_advanced() doesn't use advanced parameters: ", testNb++); in basicUnitTests()
830 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
832 …DISPLAYLEVEL(3, "test%3i : ZSTD_compress_usingCDict_advanced() doesn't use advanced parameters: ",… in basicUnitTests()
835 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
841 DISPLAYLEVEL(3, "test%3i : ldm fill dict out-of-bounds check", testNb++); in basicUnitTests()
862 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
864 …DISPLAYLEVEL(3, "test%3i : testing dict compression with enableLdm and forceMaxWindow : ", testNb+… in basicUnitTests()
889 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
891 DISPLAYLEVEL(3, "test%3i : testing dict compression for determinism : ", testNb++); in basicUnitTests()
933 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
935 DISPLAYLEVEL(3, "test%3i : LDM + opt parser with small uncompressible block ", testNb++); in basicUnitTests()
975 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
977 DISPLAYLEVEL(3, "test%3i : testing ldm dictionary gets invalidated : ", testNb++); in basicUnitTests()
1050 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1053 DISPLAYLEVEL(3, "test%3i : testing refPrefx vs refPrefx + ldm (size comparison) : ", testNb++); in basicUnitTests()
1118 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1120 …DISPLAYLEVEL(3, "test%3d: superblock uncompressible data, too many nocompress superblocks : ", tes… in basicUnitTests()
1167 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1169 DISPLAYLEVEL(3, "test%3d: superblock with no literals : ", testNb++); in basicUnitTests()
1187 …DISPLAYLEVEL(1, "Superblock too big: %u > %u + %u \n", (U32)superCSize, (U32)normalCSize, (U32)all… in basicUnitTests()
1192 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1195 DISPLAYLEVEL(3, "test%3d: superblock enough room for checksum : ", testNb++) in basicUnitTests()
1205 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1207 DISPLAYLEVEL(3, "test%3i : compress a NULL input with each level : ", testNb++); in basicUnitTests()
1218 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1220 DISPLAYLEVEL(3, "test%3d : check CCtx size after compressing empty input : ", testNb++); in basicUnitTests()
1228 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1230 DISPLAYLEVEL(3, "test%3d : decompress empty frame into NULL : ", testNb++); in basicUnitTests()
1271 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1273 DISPLAYLEVEL(3, "test%3d : re-use CCtx with expanding block size : ", testNb++); in basicUnitTests()
1288 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1290 DISPLAYLEVEL(3, "test%3d : re-using a CCtx should compress the same : ", testNb++); in basicUnitTests()
1299 DISPLAYLEVEL(5, "l%i ", i); in basicUnitTests()
1332 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1334 DISPLAYLEVEL(3, "test%3d : btultra2 & 1st block : ", testNb++); in basicUnitTests()
1372 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1374 DISPLAYLEVEL(3, "test%3d : ZSTD_CCtx_getParameter() : ", testNb++); in basicUnitTests()
1415 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1417 …DISPLAYLEVEL(3, "test%3d : ldm conditionally enabled by default doesn't change cctx params: ", tes… in basicUnitTests()
1435 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1438 DISPLAYLEVEL(3, "test%3d : overflow protection with large windowLog : ", testNb++); in basicUnitTests()
1447 DISPLAYLEVEL(6, "run %zu / %zu \n", cnb, nbCompressions); in basicUnitTests()
1453 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1455 DISPLAYLEVEL(3, "test%3d : size down context : ", testNb++); in basicUnitTests()
1465 DISPLAYLEVEL(5, "(large) %zuKB > 32*%zuKB (small) : ", in basicUnitTests()
1480 DISPLAYLEVEL(5, "size down after %u attempts : ", u); in basicUnitTests()
1486 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1490 DISPLAYLEVEL(3, "test%3i : create static CCtx for level %u : ", testNb++, STATIC_CCTX_LEVEL); in basicUnitTests()
1495 DISPLAYLEVEL(4, "CStream size = %u, ", (U32)staticCStreamSize); in basicUnitTests()
1509 DISPLAYLEVEL(4, "Full CCtx size = %u, ", (U32)staticCCtxSize); in basicUnitTests()
1510 DISPLAYLEVEL(4, "CCtx for 32 KB = %u, ", (U32)smallCCtxSize); in basicUnitTests()
1512 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1514 DISPLAYLEVEL(3, "test%3i : compress small input with small static CCtx : ", testNb++); in basicUnitTests()
1518 DISPLAYLEVEL(3, "OK (%u bytes : %.2f%%)\n", in basicUnitTests()
1521 … DISPLAYLEVEL(3, "test%3i : compress large input with small static CCtx (must fail) : ", testNb++); in basicUnitTests()
1527 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1529 DISPLAYLEVEL(3, "test%3i : resize context to full CCtx size : ", testNb++); in basicUnitTests()
1531 …DISPLAYLEVEL(4, "staticCCtxBuffer = %p, staticCCtx = %p , ", staticCCtxBuffer, (void*)staticCCtx); in basicUnitTests()
1533 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1535 DISPLAYLEVEL(3, "test%3i : compress large input with static CCtx : ", testNb++); in basicUnitTests()
1539 DISPLAYLEVEL(3, "OK (%u bytes : %.2f%%)\n", in basicUnitTests()
1542 …DISPLAYLEVEL(3, "test%3i : compress small input often enough to trigger context reduce : ", testNb… in basicUnitTests()
1552 DISPLAYLEVEL(3, "OK \n") in basicUnitTests()
1554 DISPLAYLEVEL(3, "test%3i : init CCtx for level %u : ", testNb++, STATIC_CCTX_LEVEL); in basicUnitTests()
1556 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1558 DISPLAYLEVEL(3, "test%3i : compression again with static CCtx : ", testNb++); in basicUnitTests()
1562 DISPLAYLEVEL(3, "OK (%u bytes : %.2f%%)\n", in basicUnitTests()
1565 DISPLAYLEVEL(3, "test%3i : simple decompression test with static DCtx : ", testNb++); in basicUnitTests()
1570 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1572 DISPLAYLEVEL(3, "test%3i : check decompressed result : ", testNb++); in basicUnitTests()
1574 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1576 DISPLAYLEVEL(3, "test%3i : init CCtx for too large level (must fail) : ", testNb++); in basicUnitTests()
1579 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1581 … DISPLAYLEVEL(3, "test%3i : init CCtx for small level %u (should work again) : ", testNb++, 1); in basicUnitTests()
1583 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1585 … DISPLAYLEVEL(3, "test%3i : use CStream on CCtx-sized static context (should fail) : ", testNb++); in basicUnitTests()
1592 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1594 … DISPLAYLEVEL(3, "test%3i : resize context to CStream size, then stream compress : ", testNb++); in basicUnitTests()
1602 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1604 DISPLAYLEVEL(3, "test%3i : CStream for small level %u : ", testNb++, 1); in basicUnitTests()
1610 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1612 … DISPLAYLEVEL(3, "test%3i : init static CStream with dictionary (should fail) : ", testNb++); in basicUnitTests()
1615 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1617 … DISPLAYLEVEL(3, "test%3i : use DStream on DCtx-sized static context (should fail) : ", testNb++); in basicUnitTests()
1624 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1630 DISPLAYLEVEL(3, "test%3i : Static context sizes for negative levels : ", testNb++); in basicUnitTests()
1639 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1643 DISPLAYLEVEL(3, "test%3i : create ZSTDMT CCtx : ", testNb++); in basicUnitTests()
1652 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1654 … DISPLAYLEVEL(3, "test%3u : compress %u bytes with 2 threads : ", testNb++, (unsigned)CNBuffSize); in basicUnitTests()
1658 DISPLAYLEVEL(3, "OK (%u bytes : %.2f%%)\n", (unsigned)cSize, (double)cSize/CNBuffSize*100); in basicUnitTests()
1660 DISPLAYLEVEL(3, "test%3i : decompressed size test : ", testNb++); in basicUnitTests()
1666 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1668 DISPLAYLEVEL(3, "test%3i : decompress %u bytes : ", testNb++, (unsigned)CNBuffSize); in basicUnitTests()
1671 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1673 DISPLAYLEVEL(3, "test%3i : check decompressed result : ", testNb++); in basicUnitTests()
1678 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1680 DISPLAYLEVEL(3, "test%3i : compress -T2 with checksum : ", testNb++); in basicUnitTests()
1687 DISPLAYLEVEL(3, "OK (%u bytes : %.2f%%)\n", (unsigned)cSize, (double)cSize/CNBuffSize*100); in basicUnitTests()
1689 DISPLAYLEVEL(3, "test%3i : decompress %u bytes : ", testNb++, (unsigned)CNBuffSize); in basicUnitTests()
1692 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1697 …DISPLAYLEVEL(3, "test%3u : compress empty string and decompress with small window log : ", testNb+… in basicUnitTests()
1704 DISPLAYLEVEL(3, "OK (%u bytes)\n", (unsigned)cSize); in basicUnitTests()
1719 DISPLAYLEVEL(3, "test%3i : compress with block splitting : ", testNb++) in basicUnitTests()
1726 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1728 DISPLAYLEVEL(3, "test%3i : compress -T2 with/without literals compression : ", testNb++) in basicUnitTests()
1741 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1743 DISPLAYLEVEL(3, "test%3i : Multithreaded ZSTD_compress2() with rsyncable : ", testNb++) in basicUnitTests()
1754 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1756 DISPLAYLEVEL(3, "test%3i : setting multithreaded parameters : ", testNb++) in basicUnitTests()
1780 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1783 DISPLAYLEVEL(3, "test%3i : compress multiple frames : ", testNb++); in basicUnitTests()
1812 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1814 DISPLAYLEVEL(3, "test%3i : get decompressed size of multiple frames : ", testNb++); in basicUnitTests()
1817 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1819 DISPLAYLEVEL(3, "test%3i : get tight decompressed bound of multiple frames : ", testNb++); in basicUnitTests()
1822 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1824 DISPLAYLEVEL(3, "test%3i : decompress multiple frames : ", testNb++); in basicUnitTests()
1827 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1829 DISPLAYLEVEL(3, "test%3i : check decompressed result : ", testNb++); in basicUnitTests()
1831 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1834 DISPLAYLEVEL(3, "test%3i : read/write a skippable frame : ", testNb++); in basicUnitTests()
1856 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1858 DISPLAYLEVEL(3, "test%3i : read/write an empty skippable frame : ", testNb++); in basicUnitTests()
1872 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1881 DISPLAYLEVEL(3, "test%3i : copy context too soon : ", testNb++); in basicUnitTests()
1884 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1886 DISPLAYLEVEL(3, "test%3i : load dictionary into context : ", testNb++); in basicUnitTests()
1889 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1891 DISPLAYLEVEL(3, "test%3i : compress with flat dictionary : ", testNb++); in basicUnitTests()
1897 DISPLAYLEVEL(3, "OK (%u bytes : %.2f%%)\n", (unsigned)cSize, (double)cSize/CNBuffSize*100); in basicUnitTests()
1899 …DISPLAYLEVEL(3, "test%3i : frame built with flat dictionary should be decompressible : ", testNb++… in basicUnitTests()
1905 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1907 DISPLAYLEVEL(3, "test%3i : compress with duplicated context : ", testNb++); in basicUnitTests()
1916 DISPLAYLEVEL(3, "OK (%u bytes : %.2f%%)\n", (unsigned)cSize, (double)cSize/CNBuffSize*100); in basicUnitTests()
1918 …DISPLAYLEVEL(3, "test%3i : frame built with duplicated context should be decompressible : ", testN… in basicUnitTests()
1924 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1926 DISPLAYLEVEL(3, "test%3i : decompress with DDict : ", testNb++); in basicUnitTests()
1930 DISPLAYLEVEL(3, "OK (size of DDict : %u) \n", (unsigned)ZSTD_sizeof_DDict(ddict)); in basicUnitTests()
1934 DISPLAYLEVEL(3, "test%3i : decompress with static DDict : ", testNb++); in basicUnitTests()
1943 DISPLAYLEVEL(3, "OK (size of static DDict : %u) \n", (unsigned)ddictBufferSize); in basicUnitTests()
1946 DISPLAYLEVEL(3, "test%3i : check content size on duplicated context : ", testNb++); in basicUnitTests()
1957 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
1984 DISPLAYLEVEL(3, "test%3i : flat-dictionary efficiency test : \n", testNb++); in basicUnitTests()
1987 DISPLAYLEVEL(4, "content hash : %016llx; dict hash : %016llx \n", in basicUnitTests()
1995 … DISPLAYLEVEL(1, "error : compression at level %i worse than expected (%u > %u) \n", in basicUnitTests()
1999 DISPLAYLEVEL(4, "level %i : max expected %u >= reached %u \n", in basicUnitTests()
2009 …DISPLAYLEVEL(1, "error : compression with dictionary at level %i worse than expected (%u > %u) \n", in basicUnitTests()
2013 DISPLAYLEVEL(4, "level %i with dictionary : max expected %u >= reached %u \n", in basicUnitTests()
2028 … DISPLAYLEVEL(1, "error : compression with compress2 at level %i worse than expected (%u > %u) \n", in basicUnitTests()
2033 DISPLAYLEVEL(4, "level %i with compress2 : max expected %u >= reached %u \n", in basicUnitTests()
2046 …DISPLAYLEVEL(1, "error : compression with dictionary and compress2 at level %i worse than expected… in basicUnitTests()
2050 … DISPLAYLEVEL(4, "level %i with dictionary and compress2 : max expected %u >= reached %u \n", in basicUnitTests()
2054 DISPLAYLEVEL(4, "compression efficiency tests OK \n"); in basicUnitTests()
2093 DISPLAYLEVEL(3, "test%3i : dictBuilder on cyclic data : ", testNb++); in basicUnitTests()
2100 DISPLAYLEVEL(3, "OK, created dictionary of size %u \n", (unsigned)sDictSize); in basicUnitTests()
2103 DISPLAYLEVEL(3, "test%3i : dictBuilder : ", testNb++); in basicUnitTests()
2108 DISPLAYLEVEL(3, "OK, created dictionary of size %u \n", (unsigned)dictSize); in basicUnitTests()
2110 DISPLAYLEVEL(3, "test%3i : Multithreaded COVER dictBuilder : ", testNb++); in basicUnitTests()
2122 DISPLAYLEVEL(3, "OK, created dictionary of size %u \n", (unsigned)dictSize); in basicUnitTests()
2124 DISPLAYLEVEL(3, "test%3i : COVER dictBuilder with shrinkDict: ", testNb++); in basicUnitTests()
2138 DISPLAYLEVEL(3, "OK, created dictionary of size %u \n", (unsigned)dictSize); in basicUnitTests()
2140 DISPLAYLEVEL(3, "test%3i : Multithreaded FASTCOVER dictBuilder : ", testNb++); in basicUnitTests()
2152 DISPLAYLEVEL(3, "OK, created dictionary of size %u \n", (unsigned)dictSize); in basicUnitTests()
2154 DISPLAYLEVEL(3, "test%3i : FASTCOVER dictBuilder with shrinkDict: ", testNb++); in basicUnitTests()
2168 DISPLAYLEVEL(3, "OK, created dictionary of size %u \n", (unsigned)dictSize); in basicUnitTests()
2170 DISPLAYLEVEL(3, "test%3i : check dictID : ", testNb++); in basicUnitTests()
2173 DISPLAYLEVEL(3, "OK : %u \n", (unsigned)dictID); in basicUnitTests()
2175 DISPLAYLEVEL(3, "test%3i : check dict header size no error : ", testNb++); in basicUnitTests()
2178 DISPLAYLEVEL(3, "OK : %u \n", (unsigned)dictHeaderSize); in basicUnitTests()
2180 DISPLAYLEVEL(3, "test%3i : check dict header size correctness : ", testNb++); in basicUnitTests()
2184 DISPLAYLEVEL(3, "OK : %u \n", (unsigned)dictHeaderSize); in basicUnitTests()
2186 DISPLAYLEVEL(3, "test%3i : compress with dictionary : ", testNb++); in basicUnitTests()
2191 DISPLAYLEVEL(3, "OK (%u bytes : %.2f%%)\n", (unsigned)cSize, (double)cSize/CNBuffSize*100); in basicUnitTests()
2193 DISPLAYLEVEL(3, "test%3i : retrieve dictID from dictionary : ", testNb++); in basicUnitTests()
2197 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2199 DISPLAYLEVEL(3, "test%3i : retrieve dictID from frame : ", testNb++); in basicUnitTests()
2203 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2205 … DISPLAYLEVEL(3, "test%3i : frame built with dictionary should be decompressible : ", testNb++); in basicUnitTests()
2214 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2216 DISPLAYLEVEL(3, "test%3i : estimate CDict size : ", testNb++); in basicUnitTests()
2219 DISPLAYLEVEL(3, "OK : %u \n", (unsigned)estimatedSize); in basicUnitTests()
2222 DISPLAYLEVEL(3, "test%3i : compress with CDict ", testNb++); in basicUnitTests()
2228 DISPLAYLEVEL(3, "(size : %u) : ", (unsigned)ZSTD_sizeof_CDict(cdict)); in basicUnitTests()
2235 DISPLAYLEVEL(3, "OK (%u bytes : %.2f%%)\n", (unsigned)cSize, (double)cSize/CNBuffSize*100); in basicUnitTests()
2237 DISPLAYLEVEL(3, "test%3i : retrieve dictID from frame : ", testNb++); in basicUnitTests()
2241 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2243 … DISPLAYLEVEL(3, "test%3i : frame built with dictionary should be decompressible : ", testNb++); in basicUnitTests()
2252 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2254 DISPLAYLEVEL(3, "test%3i : compress with static CDict : ", testNb++); in basicUnitTests()
2280 DISPLAYLEVEL(3, "OK (%u bytes : %.2f%%)\n", (unsigned)cSize, (double)cSize/CNBuffSize*100); in basicUnitTests()
2282 …DISPLAYLEVEL(3, "test%3i : ZSTD_compress_usingCDict_advanced, no contentSize, no dictID : ", testN… in basicUnitTests()
2294 DISPLAYLEVEL(3, "OK (%u bytes : %.2f%%)\n", (unsigned)cSize, (double)cSize/CNBuffSize*100); in basicUnitTests()
2296 DISPLAYLEVEL(3, "test%3i : try retrieving contentSize from frame : ", testNb++); in basicUnitTests()
2300 DISPLAYLEVEL(3, "OK (unknown)\n"); in basicUnitTests()
2302 … DISPLAYLEVEL(3, "test%3i : frame built without dictID should be decompressible : ", testNb++); in basicUnitTests()
2312 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2314 DISPLAYLEVEL(3, "test%3i : ZSTD_compress_advanced, no dictID : ", testNb++); in basicUnitTests()
2322 DISPLAYLEVEL(3, "OK (%u bytes : %.2f%%)\n", (unsigned)cSize, (double)cSize/CNBuffSize*100); in basicUnitTests()
2324 … DISPLAYLEVEL(3, "test%3i : frame built without dictID should be decompressible : ", testNb++); in basicUnitTests()
2333 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2335 … DISPLAYLEVEL(3, "test%3i : dictionary containing only header should return error : ", testNb++); in basicUnitTests()
2346 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2348 …DISPLAYLEVEL(3, "test%3i : Building cdict w/ ZSTD_dct_fullDict on a good dictionary : ", testNb++); in basicUnitTests()
2354 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2356 …DISPLAYLEVEL(3, "test%3i : Building cdict w/ ZSTD_dct_fullDict on a rawContent (must fail) : ", te… in basicUnitTests()
2362 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2370 …DISPLAYLEVEL(3, "test%3i : Loading rawContent starting with dict header w/ ZSTD_dct_auto should fa… in basicUnitTests()
2381 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2383 …DISPLAYLEVEL(3, "test%3i : Loading rawContent starting with dict header w/ ZSTD_dct_rawContent sho… in basicUnitTests()
2392 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2394 … DISPLAYLEVEL(3, "test%3i : Testing non-attached CDict with ZSTD_dct_rawContent : ", testNb++); in basicUnitTests()
2403 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2408 DISPLAYLEVEL(3, "test%3i : ZSTD_CCtx_refCDict() then set parameters : ", testNb++); in basicUnitTests()
2418 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2420 …DISPLAYLEVEL(3, "test%3i : Loading dictionary before setting parameters is the same as loading aft… in basicUnitTests()
2437 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2439 DISPLAYLEVEL(3, "test%3i : Loading a dictionary clears the prefix : ", testNb++); in basicUnitTests()
2445 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2447 DISPLAYLEVEL(3, "test%3i : Loading a dictionary clears the cdict : ", testNb++); in basicUnitTests()
2455 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2457 DISPLAYLEVEL(3, "test%3i : Loading a cdict clears the prefix : ", testNb++); in basicUnitTests()
2465 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2467 DISPLAYLEVEL(3, "test%3i : Loading a cdict clears the dictionary : ", testNb++); in basicUnitTests()
2475 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2477 DISPLAYLEVEL(3, "test%3i : Loading a prefix clears the dictionary : ", testNb++); in basicUnitTests()
2483 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2485 DISPLAYLEVEL(3, "test%3i : Loading a prefix clears the cdict : ", testNb++); in basicUnitTests()
2493 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2495 DISPLAYLEVEL(3, "test%3i : Loaded dictionary persists across reset session : ", testNb++); in basicUnitTests()
2509 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2511 … DISPLAYLEVEL(3, "test%3i : Loaded dictionary is cleared after resetting parameters : ", testNb++); in basicUnitTests()
2525 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2531 DISPLAYLEVEL(3, "test%3i : ZSTD_decompressDCtx() with dictionary : ", testNb++); in basicUnitTests()
2551 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2553 DISPLAYLEVEL(3, "test%3i : ZSTD_decompressDCtx() with ddict : ", testNb++); in basicUnitTests()
2571 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2573 DISPLAYLEVEL(3, "test%3i : ZSTD_decompressDCtx() with prefix : ", testNb++); in basicUnitTests()
2586 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2588 DISPLAYLEVEL(3, "test%3i : Dictionary with non-default repcodes : ", testNb++); in basicUnitTests()
2627 …if (ZSTD_isError(cSize)) { DISPLAYLEVEL(5, "Compression error %s : ", ZSTD_getErrorName(cSize)); g… in basicUnitTests()
2629 …if (ZSTD_isError(dSize)) { DISPLAYLEVEL(5, "Decompression error %s : ", ZSTD_getErrorName(dSize));… in basicUnitTests()
2630 …if (memcmp(data, decodedBuffer, sizeof(data))) { DISPLAYLEVEL(5, "Data corruption : "); goto _outp… in basicUnitTests()
2633 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2635 DISPLAYLEVEL(3, "test%3i : ZSTD_decompressDCtx() with multiple ddicts : ", testNb++); in basicUnitTests()
2701 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2727 DISPLAYLEVEL(3, "test%3i : ZDICT_trainFromBuffer_cover : ", testNb++); in basicUnitTests()
2736 DISPLAYLEVEL(3, "OK, created dictionary of size %u \n", (unsigned)dictSize); in basicUnitTests()
2738 DISPLAYLEVEL(3, "test%3i : check dictID : ", testNb++); in basicUnitTests()
2741 DISPLAYLEVEL(3, "OK : %u \n", (unsigned)dictID); in basicUnitTests()
2743 DISPLAYLEVEL(3, "test%3i : ZDICT_optimizeTrainFromBuffer_cover : ", testNb++); in basicUnitTests()
2750 DISPLAYLEVEL(3, "OK, created dictionary of size %u \n", (unsigned)optDictSize); in basicUnitTests()
2752 DISPLAYLEVEL(3, "test%3i : check dictID : ", testNb++); in basicUnitTests()
2755 DISPLAYLEVEL(3, "OK : %u \n", (unsigned)dictID); in basicUnitTests()
2763 DISPLAYLEVEL(3, "test%3i : Check input length for magic number : ", testNb++); in basicUnitTests()
2767 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2769 DISPLAYLEVEL(3, "test%3i : Check magic Number : ", testNb++); in basicUnitTests()
2773 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2776 DISPLAYLEVEL(3, "test%3i : Content size verification : ", testNb++); in basicUnitTests()
2786 DISPLAYLEVEL(3, "OK : %s \n", ZSTD_getErrorName(result)); in basicUnitTests()
2792 DISPLAYLEVEL(3, "test%3i : negative compression level : ", testNb++); in basicUnitTests()
2806 DISPLAYLEVEL(5, "simple=%zu vs %zu=advanced : ", cSize_1pass, compressionResult); in basicUnitTests()
2812 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2819 DISPLAYLEVEL(3, "test%3i : parameters in order : ", testNb++); in basicUnitTests()
2831 … DISPLAYLEVEL(3, "OK (compress : %u -> %u bytes)\n", (unsigned)inputSize, (unsigned)cSize); in basicUnitTests()
2836 DISPLAYLEVEL(3, "test%3i : parameters disordered : ", testNb++); in basicUnitTests()
2846 … DISPLAYLEVEL(3, "OK (compress : %u -> %u bytes)\n", (unsigned)inputSize, (unsigned)result); in basicUnitTests()
2856 DISPLAYLEVEL(3, "test%3i : get dParameter bounds ", testNb++); in basicUnitTests()
2860 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2862 DISPLAYLEVEL(3, "test%3i : wrong dParameter : ", testNb++); in basicUnitTests()
2869 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2871 DISPLAYLEVEL(3, "test%3i : out of bound dParameter : ", testNb++); in basicUnitTests()
2878 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
2891 DISPLAYLEVEL(3, "test%3i : magic-less format test : ", testNb++); in basicUnitTests()
2900 DISPLAYLEVEL(3, "OK (compress : %u -> %u bytes)\n", (unsigned)inputSize, (unsigned)cSize); in basicUnitTests()
2902 DISPLAYLEVEL(3, "test%3i : decompress normally (should fail) : ", testNb++); in basicUnitTests()
2905 DISPLAYLEVEL(3, "OK : %s \n", ZSTD_getErrorName(decodeResult)); in basicUnitTests()
2908 DISPLAYLEVEL(3, "test%3i : decompress of magic-less frame : ", testNb++); in basicUnitTests()
2918 DISPLAYLEVEL(3, "one-shot OK, "); in basicUnitTests()
2927 DISPLAYLEVEL(3, "streaming OK : regenerated %u bytes \n", (unsigned)out.pos); in basicUnitTests()
2931 DISPLAYLEVEL(3, "test%3i : empty magic-less format test : ", testNb++); in basicUnitTests()
2940 DISPLAYLEVEL(3, "OK (compress : %u -> %u bytes)\n", (unsigned)0, (unsigned)cSize); in basicUnitTests()
2942 DISPLAYLEVEL(3, "test%3i : decompress of empty magic-less frame : ", testNb++); in basicUnitTests()
2948 DISPLAYLEVEL(3, "one-shot OK, "); in basicUnitTests()
2957 DISPLAYLEVEL(3, "streaming OK : regenerated %u bytes \n", (unsigned)out.pos); in basicUnitTests()
2964 DISPLAYLEVEL(3, "test%3i : Decompression parameter reset test : ", testNb++); in basicUnitTests()
2990 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3001 DISPLAYLEVEL(3, "test%3i : Block compression test : ", testNb++); in basicUnitTests()
3005 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3007 DISPLAYLEVEL(3, "test%3i : Block decompression test : ", testNb++); in basicUnitTests()
3011 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3014 DISPLAYLEVEL(3, "test%3i : Huge block streaming compression test : ", testNb++); in basicUnitTests()
3025 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3028 DISPLAYLEVEL(3, "test%3i : Dictionary Block compression test : ", testNb++); in basicUnitTests()
3037 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3039 DISPLAYLEVEL(3, "test%3i : Dictionary Block decompression test : ", testNb++); in basicUnitTests()
3043 …DISPLAYLEVEL(1, "ZSTD_decompressBlock() with _usingDict() fails : %u, instead of %u expected \n", … in basicUnitTests()
3050 …DISPLAYLEVEL(1, "ZSTD_decompressBlock() with _usingDict() and after insertBlock() fails : %u, inst… in basicUnitTests()
3054 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3056 DISPLAYLEVEL(3, "test%3i : Block compression with CDict : ", testNb++); in basicUnitTests()
3063 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3072 DISPLAYLEVEL(3, "test%3i : Long RLE test : ", testNb++); in basicUnitTests()
3081 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3084 DISPLAYLEVEL(3, "test%3i : ZSTD_generateSequences decode from sequences test : ", testNb++); in basicUnitTests()
3113 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3115 DISPLAYLEVEL(3, "test%3i : ZSTD_getSequences followed by ZSTD_compressSequences : ", testNb++); in basicUnitTests()
3172 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3176 DISPLAYLEVEL(3, "test%3i : compress %u zeroes : ", testNb++, LONGZEROSLENGTH); in basicUnitTests()
3179 DISPLAYLEVEL(3, "OK (%u bytes : %.2f%%)\n", (unsigned)cSize, (double)cSize/LONGZEROSLENGTH*100); in basicUnitTests()
3181 DISPLAYLEVEL(3, "test%3i : decompress %u zeroes : ", testNb++, LONGZEROSLENGTH); in basicUnitTests()
3184 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3188 DISPLAYLEVEL(3, "test%3i : compress %u zeroes : ", testNb++, ZEROESLENGTH); in basicUnitTests()
3191 DISPLAYLEVEL(3, "OK (%u bytes : %.2f%%)\n", (unsigned)cSize, (double)cSize/ZEROESLENGTH*100); in basicUnitTests()
3193 DISPLAYLEVEL(3, "test%3i : decompress %u zeroes : ", testNb++, ZEROESLENGTH); in basicUnitTests()
3196 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3223 DISPLAYLEVEL(3, "test%3i : growing nbSeq : ", testNb++); in basicUnitTests()
3239 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3241 DISPLAYLEVEL(3, "test%3i : compress lots 3-bytes sequences : ", testNb++); in basicUnitTests()
3244 … DISPLAYLEVEL(3, "OK (%u bytes : %.2f%%)\n", (unsigned)cSize, (double)cSize/_3BYTESTESTLENGTH*100); in basicUnitTests()
3246 DISPLAYLEVEL(3, "test%3i : decompress lots 3-bytes sequence : ", testNb++); in basicUnitTests()
3249 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3252 DISPLAYLEVEL(3, "test%3i : growing literals buffer : ", testNb++); in basicUnitTests()
3268 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3270 DISPLAYLEVEL(3, "test%3i : incompressible data and ill suited dictionary : ", testNb++); in basicUnitTests()
3302 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3306 DISPLAYLEVEL(3, "test%3i : frame compressed size of skippable frame : ", testNb++); in basicUnitTests()
3310 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3313 DISPLAYLEVEL(3, "test%3i : testing ZSTD error code strings : ", testNb++); in basicUnitTests()
3320 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3322 DISPLAYLEVEL(3, "test%3i : testing ZSTD dictionary sizes : ", testNb++); in basicUnitTests()
3343 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3345 DISPLAYLEVEL(3, "test%3i : testing FSE_normalizeCount() PR#1255: ", testNb++); in basicUnitTests()
3361 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3363 DISPLAYLEVEL(3, "test%3i : testing FSE_writeNCount() PR#2779: ", testNb++); in basicUnitTests()
3377 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3380 …DISPLAYLEVEL(3, "test%3i : passing wrong full dict should fail on compressStream2 refPrefix ", tes… in basicUnitTests()
3408 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3410 DISPLAYLEVEL(3, "test%3i : small dictionary with multithreading and LDM ", testNb++); in basicUnitTests()
3435 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3437 DISPLAYLEVEL(3, "test%3i : ZSTD_getCParams() + dictionary ", testNb++); in basicUnitTests()
3449 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3451 DISPLAYLEVEL(3, "test%3i : ZSTD_adjustCParams() + dictionary ", testNb++); in basicUnitTests()
3460 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3462 …DISPLAYLEVEL(3, "test%3i : check compression mem usage monotonicity over levels for estimateCCtxSi… in basicUnitTests()
3469 …DISPLAYLEVEL(3, "Error! previous cctx size: %zu at level: %d is larger than current cctx size: %zu… in basicUnitTests()
3476 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3478 …DISPLAYLEVEL(3, "test%3i : check estimateCCtxSize() always larger or equal to ZSTD_estimateCCtxSiz… in basicUnitTests()
3494 … DISPLAYLEVEL(3, "error! l: %d dict: %zu srcSize: %zu cctx size cpar: %zu, cctx size level: %zu\n", in basicUnitTests()
3498 DISPLAYLEVEL(3, "OK \n"); in basicUnitTests()
3500 DISPLAYLEVEL(3, "test%3i : thread pool API tests : \n", testNb++) in basicUnitTests()
3507 DISPLAYLEVEL(3, "thread pool tests OK \n"); in basicUnitTests()
3543 DISPLAYLEVEL(3, "longtest%3i : table cleanliness through index reduction : ", testNb++); in longUnitTests()
3610 DISPLAYLEVEL(3, "OK \n"); in longUnitTests()
3612 DISPLAYLEVEL(3, "longtest%3i : testing ldm no regressions in size for opt parser : ", testNb++); in longUnitTests()
3647 DISPLAYLEVEL(3, "OK \n"); in longUnitTests()
3649 …DISPLAYLEVEL(3, "longtest%3i : testing cdict compression with different attachment strategies : ",… in longUnitTests()
3675 DISPLAYLEVEL(3, "\n Testing with dictSize %u ", (U32)dictSize); in longUnitTests()
3682 … DISPLAYLEVEL(5, "\n dictSize %u cLevel %d iter %d ", (U32)dictSize, cLevel, i); in longUnitTests()
3697 DISPLAYLEVEL(5, "compressed to %u bytes ", (U32)cSize); in longUnitTests()
3708 DISPLAYLEVEL(3, "OK \n"); in longUnitTests()
3867 DISPLAYLEVEL(5, "fuzzer t%u: Simple compression test (level %i) \n", testNb, cLevel); in fuzzerTests()
3877 … DISPLAYLEVEL(5, "fuzzer t%u: compress into too small buffer of size %u (missing %u bytes) \n", in fuzzerTests()
3897 DISPLAYLEVEL(5, "fuzzer t%u: simple decompression test \n", testNb); in fuzzerTests()
3908 DISPLAYLEVEL(5, "fuzzer t%u: decompression of truncated source \n", testNb); in fuzzerTests()
3920 DISPLAYLEVEL(5, "fuzzer t%u: decompress into too small dst buffer \n", testNb); in fuzzerTests()
3956 DISPLAYLEVEL(5, "fuzzer t%u: decompress noisy source \n", testNb); in fuzzerTests()
3969 DISPLAYLEVEL(5, "fuzzer t%u: Bufferless streaming compression test \n", testNb); in fuzzerTests()
3982 … DISPLAYLEVEL(6, "fuzzer t%u: Compressing up to <=%u bytes at level %i with dictionary size %u \n", in fuzzerTests()
4026 DISPLAYLEVEL(5, "fuzzer t%u: Bufferless streaming decompression test \n", testNb); in fuzzerTests()