• Home
  • Raw
  • Download

Lines Matching refs:DISPLAYLEVEL

94 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }  macro
140 DISPLAYLEVEL(1, "Error %i : ", error); \
141 DISPLAYLEVEL(1, __VA_ARGS__); \
142 DISPLAYLEVEL(1, " \n"); \
317 DISPLAYLEVEL(4,"Using stdin for input\n"); in LZ4IO_openSrcFile()
322 if ( f==NULL ) DISPLAYLEVEL(1, "%s: %s \n", srcFileName, strerror(errno)); in LZ4IO_openSrcFile()
338 DISPLAYLEVEL(4, "Using stdout for output \n"); in LZ4IO_openDstFile()
342 DISPLAYLEVEL(4, "Sparse File Support automatically disabled on stdout ;" in LZ4IO_openDstFile()
363 if (f==NULL) DISPLAYLEVEL(1, "%s: %s\n", dstFileName, strerror(errno)); in LZ4IO_openDstFile()
464 DISPLAYLEVEL(2, "\r%79s\r", ""); /* blank line */ in LZ4IO_compressFilename_Legacy()
465 DISPLAYLEVEL(2,"Compressed %llu bytes into %llu bytes ==> %.2f%%\n", in LZ4IO_compressFilename_Legacy()
468 DISPLAYLEVEL(4,"Done in %.2f s ==> %.2f MB/s\n", seconds, in LZ4IO_compressFilename_Legacy()
684 DISPLAYLEVEL(3, "Warning : cannot determine input content size \n"); in LZ4IO_compressFilename_extRess()
765 DISPLAYLEVEL(2, "\r%79s\r", ""); in LZ4IO_compressFilename_extRess()
766 DISPLAYLEVEL(2, "Compressed %llu bytes into %llu bytes ==> %.2f%%\n", in LZ4IO_compressFilename_extRess()
790 DISPLAYLEVEL(4, "Completed in %.2f sec (cpu load : %.0f%%)\n", in LZ4IO_compressFilename()
1189 DISPLAYLEVEL(4, "Detected : Legacy format \n"); in selectDecoder()
1192 DISPLAYLEVEL(4, "Skipping detected skippable area \n"); in selectDecoder()
1214 DISPLAYLEVEL(2, "Stream followed by undecodable data "); in selectDecoder()
1216 DISPLAYLEVEL(2, "at position %i ", (int)position); in selectDecoder()
1217 DISPLAYLEVEL(2, "\n"); in selectDecoder()
1253 DISPLAYLEVEL(2, "\r%79s\r", ""); in LZ4IO_decompressSrcFile()
1254 DISPLAYLEVEL(2, "%-20.20s : decoded %llu bytes \n", input_filename, filesize); in LZ4IO_decompressSrcFile()
1301 DISPLAYLEVEL(4, "Done in %.2f sec \n", seconds); in LZ4IO_decompressFilename()
1338DISPLAYLEVEL(1, "File extension doesn't match expected LZ4_EXTENSION (%4s); will not process file:… in LZ4IO_decompressMultipleFilenames()
1553 DISPLAYLEVEL(3, " %6llu %14s %5s %8s", in LZ4IO_getCompressedFileInfo()
1560 DISPLAYLEVEL(3, " %20llu %20llu %9.2f%%\n", in LZ4IO_getCompressedFileInfo()
1569DISPLAYLEVEL(3, " %20llu %20s %9s \n", totalBlocksSize + hSize, "-", "-"); in LZ4IO_getCompressedFileInfo()
1582 DISPLAYLEVEL(3, " %6llu %14s %5s %8s %20llu %20s %9s\n", in LZ4IO_getCompressedFileInfo()
1604 DISPLAYLEVEL(3, " %6llu %14s %5s %8s %20u %20s %9s\n", in LZ4IO_getCompressedFileInfo()
1614 DISPLAYLEVEL(3, "Stream followed by undecodable data "); in LZ4IO_getCompressedFileInfo()
1616 DISPLAYLEVEL(3, "at position %i ", (int)position); in LZ4IO_getCompressedFileInfo()
1617 DISPLAYLEVEL(3, "\n"); in LZ4IO_getCompressedFileInfo()
1643 DISPLAYLEVEL(1, "lz4: %s is not a regular file \n", inFileNames[idx]); in LZ4IO_displayCompressedFilesInfo()
1646DISPLAYLEVEL(3, "%s(%llu/%llu)\n", cfinfo.fileName, (unsigned long long)idx + 1, (unsigned long l… in LZ4IO_displayCompressedFilesInfo()
1647 DISPLAYLEVEL(3, " %6s %14s %5s %8s %20s %20s %9s\n", in LZ4IO_displayCompressedFilesInfo()
1652 DISPLAYLEVEL(1, "lz4: %s: File format not recognized \n", inFileNames[idx]); in LZ4IO_displayCompressedFilesInfo()
1655 DISPLAYLEVEL(3, "\n"); in LZ4IO_displayCompressedFilesInfo()