Lines Matching refs:DISPLAYLEVEL
83 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } } macro
121 DISPLAYLEVEL(1, "zstd: "); \
123 DISPLAYLEVEL(1, "error %i : ", error); \
124 DISPLAYLEVEL(1, __VA_ARGS__); \
125 DISPLAYLEVEL(1, " \n"); \
226 if (nbWorkers > 0) DISPLAYLEVEL(2, "Note : multi-threading is disabled \n"); in FIO_setNbWorkers()
233 DISPLAYLEVEL(2, "Setting block size is useless in single-thread mode \n"); in FIO_setBlockSize()
240 DISPLAYLEVEL(2, "Setting overlapLog is useless in single-thread mode \n"); in FIO_setOverlapLog()
277 DISPLAYLEVEL(2, "zstd: Refusing to remove non-regular file %s\n", path); in FIO_remove()
295 DISPLAYLEVEL(4,"Using stdin for input\n"); in FIO_openSrcFile()
301 DISPLAYLEVEL(1, "zstd: %s is not a regular file -- ignored \n", in FIO_openSrcFile()
308 DISPLAYLEVEL(1, "zstd: %s: %s \n", srcFileName, strerror(errno)); in FIO_openSrcFile()
320 DISPLAYLEVEL(4,"Using stdout for output\n"); in FIO_openDstFile()
324 … DISPLAYLEVEL(4, "Sparse File Support is automatically disabled on stdout ; try --sparse \n"); in FIO_openDstFile()
365 DISPLAYLEVEL(1, "zstd: %s: %s\n", dstFileName, strerror(errno)); in FIO_openDstFile()
386 DISPLAYLEVEL(4,"Loading %s as dictionary \n", fileName); in FIO_createDictBuffer()
425 DISPLAYLEVEL(6, "FIO_createCResources \n"); in FIO_createCResources()
467 DISPLAYLEVEL(5,"set nb workers = %u \n", g_nbWorkers); in FIO_createCResources()
752 DISPLAYLEVEL(6, "compression using zstd format \n"); in FIO_compressZstdFrame()
765 DISPLAYLEVEL(6, "fread %u bytes from source \n", (U32)inSize); in FIO_compressZstdFrame()
777 …DISPLAYLEVEL(6, "ZSTD_compress_generic(end:%u) => intput pos(%u)<=(%u)size ; output generated %u b… in FIO_compressZstdFrame()
796 DISPLAYLEVEL(2, "\rRead : %u ", (U32)(zfp.consumed >> 20)); in FIO_compressZstdFrame()
798 DISPLAYLEVEL(2, "/ %u ", (U32)(fileSize >> 20)); in FIO_compressZstdFrame()
799 DISPLAYLEVEL(2, "MB ==> %2.f%% ", cShare); in FIO_compressZstdFrame()
822 DISPLAYLEVEL(5, "%s: %u bytes \n", srcFileName, (U32)fileSize); in FIO_compressFilename_internal()
864 DISPLAYLEVEL(2, "\r%79s\r", ""); in FIO_compressFilename_internal()
865 DISPLAYLEVEL(2,"%-20s :%6.2f%% (%6llu => %6llu bytes, %s) \n", in FIO_compressFilename_internal()
888 DISPLAYLEVEL(1, "zstd: %s is a directory -- ignored \n", srcFileName); in FIO_compressFilename_srcFile()
923 DISPLAYLEVEL(6, "FIO_compressFilename_dstFile: opening dst: %s", dstFileName); in FIO_compressFilename_dstFile()
938 DISPLAYLEVEL(1, "zstd: %s: %s \n", dstFileName, strerror(errno)); in FIO_compressFilename_dstFile()
965 DISPLAYLEVEL(4, "Completed in %.2f sec \n", seconds); in FIO_compressFilename()
1170 DISPLAYLEVEL(1, "Pass-through write error \n"); in FIO_passThrough()
1214 DISPLAYLEVEL(1, "%s : Window size larger than maximum : %llu > %u\n", in FIO_zstdErrorHelp()
1217 DISPLAYLEVEL(1, "%s : Use --long=%u or --memory=%uMB\n", in FIO_zstdErrorHelp()
1222 DISPLAYLEVEL(1, "%s : Window log larger than ZSTD_WINDOWLOG_MAX=%u; not supported\n", in FIO_zstdErrorHelp()
1257 DISPLAYLEVEL(1, "%s : Decoding error (36) : %s \n", in FIO_decompressZstdFrame()
1276 DISPLAYLEVEL(1, "%s : Decoding error (37) : should consume entire input \n", in FIO_decompressZstdFrame()
1288 DISPLAYLEVEL(1, "%s : Read error (39) : premature end \n", in FIO_decompressZstdFrame()
1334 DISPLAYLEVEL(1, "zstd: %s: premature gz end \n", srcFileName); in FIO_decompressGzFrame()
1338 DISPLAYLEVEL(1, "zstd: %s: inflate error %d \n", srcFileName, ret); in FIO_decompressGzFrame()
1344 DISPLAYLEVEL(1, "zstd: %s \n", strerror(errno)); in FIO_decompressGzFrame()
1360 DISPLAYLEVEL(1, "zstd: %s: inflateEnd error \n", srcFileName); in FIO_decompressGzFrame()
1386 DISPLAYLEVEL(1, "zstd: %s: %s error %d \n", in FIO_decompressLzmaFrame()
1408 DISPLAYLEVEL(1, "zstd: %s: premature lzma end \n", srcFileName); in FIO_decompressLzmaFrame()
1412 DISPLAYLEVEL(1, "zstd: %s: lzma_code decoding error %d \n", in FIO_decompressLzmaFrame()
1419 DISPLAYLEVEL(1, "zstd: %s \n", strerror(errno)); in FIO_decompressLzmaFrame()
1448 DISPLAYLEVEL(1, "zstd: failed to create lz4 decompression context \n"); in FIO_decompressLz4Frame()
1458 DISPLAYLEVEL(1, "zstd: %s: lz4 header error : %s \n", in FIO_decompressLz4Frame()
1481 DISPLAYLEVEL(1, "zstd: %s: lz4 decompression error : %s \n", in FIO_decompressLz4Frame()
1490 DISPLAYLEVEL(1, "zstd: %s \n", strerror(errno)); in FIO_decompressLz4Frame()
1502 DISPLAYLEVEL(1, "zstd: %s: read error \n", srcFileName); in FIO_decompressLz4Frame()
1507 DISPLAYLEVEL(1, "zstd: %s: unfinished lz4 stream \n", srcFileName); in FIO_decompressLz4Frame()
1543 DISPLAYLEVEL(1, "zstd: %s: unexpected end of file \n", srcFileName); in FIO_decompressFrames()
1550 DISPLAYLEVEL(1, "zstd: %s: unknown header \n", srcFileName); in FIO_decompressFrames()
1563 …DISPLAYLEVEL(1, "zstd: %s: gzip file cannot be uncompressed (zstd compiled without HAVE_ZLIB) -- i… in FIO_decompressFrames()
1573 …DISPLAYLEVEL(1, "zstd: %s: xz/lzma file cannot be uncompressed (zstd compiled without HAVE_LZMA) -… in FIO_decompressFrames()
1582 …DISPLAYLEVEL(1, "zstd: %s: lz4 file cannot be uncompressed (zstd compiled without HAVE_LZ4) -- ign… in FIO_decompressFrames()
1589 DISPLAYLEVEL(1, "zstd: %s: unsupported format \n", srcFileName); in FIO_decompressFrames()
1594 DISPLAYLEVEL(2, "\r%79s\r", ""); in FIO_decompressFrames()
1595 DISPLAYLEVEL(2, "%-20s: %llu bytes \n", srcFileName, filesize); in FIO_decompressFrames()
1612 DISPLAYLEVEL(1, "zstd: %s is a directory -- ignored \n", srcFileName); in FIO_decompressSrcFile()
1623 … DISPLAYLEVEL(1, "zstd: %s: %s \n", srcFileName, strerror(errno)); /* error should not happen */ in FIO_decompressSrcFile()
1635 DISPLAYLEVEL(1, "zstd: %s: %s \n", srcFileName, strerror(errno)); in FIO_decompressSrcFile()
1669 DISPLAYLEVEL(1, "zstd: %s: %s \n", dstFileName, strerror(errno)); in FIO_decompressDstFile()
1731 DISPLAYLEVEL(1, "zstd: %s: unknown suffix -- ignored \n", in FIO_decompressMultipleFilenames()
1750 DISPLAYLEVEL(1, "zstd: %s: unknown suffix (%s/%s/%s/%s/%s expected) -- ignored \n", in FIO_decompressMultipleFilenames()