Lines Matching refs:DISPLAY
93 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
94 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
270 DISPLAY("\r%5u ", testNb); in FUZ_displayUpdate()
872 DISPLAY("Bad decompression at %u / %u \n", (U32)c, (U32)segSize); in FUZ_unitTests()
985 DISPLAY("Long HC streaming test (%u MB)\n", (U32)(totalTestSize >> 20)); in FUZ_unitTests()
1016 DISPLAY("Bad decompression at %u / %u \n", (U32)c, (U32)testSize); in FUZ_unitTests()
1027 DISPLAY("\r"); in FUZ_unitTests()
1040 DISPLAY( "Usage :\n"); in FUZ_usage()
1041 DISPLAY( " %s [args]\n", programName); in FUZ_usage()
1042 DISPLAY( "\n"); in FUZ_usage()
1043 DISPLAY( "Arguments :\n"); in FUZ_usage()
1044 DISPLAY( " -i# : Nb of tests (default:%i) \n", NB_ATTEMPTS); in FUZ_usage()
1045 DISPLAY( " -s# : Select seed (default:prompt user)\n"); in FUZ_usage()
1046 DISPLAY( " -t# : Select starting test number (default:0)\n"); in FUZ_usage()
1047 … DISPLAY( " -P# : Select compressibility in %% (default:%i%%)\n", FUZ_COMPRESSIBILITY_DEFAULT); in FUZ_usage()
1048 DISPLAY( " -v : verbose\n"); in FUZ_usage()
1049 DISPLAY( " -p : pause at the end\n"); in FUZ_usage()
1050 DISPLAY( " -h : display help and exit\n"); in FUZ_usage()
1162 DISPLAY("press enter ... \n"); in main()