Lines Matching refs:DISPLAY

104 #define DISPLAY(...)         DISPLAY_F(stderr, __VA_ARGS__)  macro
105 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } }
286 DISPLAY("Press enter to continue... \n"); in waitEnter()
310 DISPLAY("%s \n", msg); exit(1); in errorOut()
661 if (fileSize != UTIL_FILESIZE_UNKNOWN) DISPLAY("%s (%u bytes)\n", filename, (unsigned)fileSize); in printDefaultCParams()
662 else DISPLAY("%s (src size unknown)\n", filename); in printDefaultCParams()
663 DISPLAY(" - windowLog : %u\n", cParams.windowLog); in printDefaultCParams()
664 DISPLAY(" - chainLog : %u\n", cParams.chainLog); in printDefaultCParams()
665 DISPLAY(" - hashLog : %u\n", cParams.hashLog); in printDefaultCParams()
666 DISPLAY(" - searchLog : %u\n", cParams.searchLog); in printDefaultCParams()
667 DISPLAY(" - minMatch : %u\n", cParams.minMatch); in printDefaultCParams()
668 DISPLAY(" - targetLength : %u\n", cParams.targetLength); in printDefaultCParams()
670DISPLAY(" - strategy : %s (%u)\n", ZSTD_strategyMap[(int)cParams.strategy], (unsigned)cParams… in printDefaultCParams()
685 DISPLAY("--zstd=wlog=%d,clog=%d,hlog=%d,slog=%d,mml=%d,tlen=%d,strat=%d\n", in printActualCParams()
752 DISPLAY("error: missing command argument \n"); \
758 DISPLAY("error: command cannot be separated from its argument by another command \n"); \
852 … if ((filenames==NULL) || (file_of_names==NULL)) { DISPLAY("zstd: allocation error \n"); exit(1); } in main()
1266 DISPLAY("file information is not supported \n"); in main()
1387 DISPLAY("error : can't use --show-default-cparams in decomrpession mode \n"); in main()
1393 DISPLAY("error : can't use -D and --patch-from=# at the same time \n"); in main()
1398 DISPLAY("error : can't use --patch-from=# on multiple files \n"); in main()
1469 DISPLAY("Compression not supported \n"); in main()
1479 DISPLAY("Decompression not supported \n"); in main()