Lines Matching refs:DISPLAY
95 #define DISPLAY(...) fprintf(stdout, __VA_ARGS__) macro
96 #define DISPLAYLEVEL(l, ...) do { if (g_displayLevel>=l) DISPLAY(__VA_ARGS__); } while (0)
116 DISPLAY("\r%5u ", testNb); in FUZ_displayUpdate()
190 DISPLAY("Overflow tests : "); in FUZ_AddressOverflow()
194 DISPLAY("64 bits mode : no overflow \n"); in FUZ_AddressOverflow()
203 DISPLAY("not enough memory for tests \n"); in FUZ_AddressOverflow()
208 DISPLAY("%3i \b\b\b\b", nbBuff); fflush(stdout); in FUZ_AddressOverflow()
213 DISPLAY("high address detected : "); in FUZ_AddressOverflow()
229 if (r>0) { DISPLAY("LZ4_decompress_safe = %i \n", r); goto _overflowError; } in FUZ_AddressOverflow()
235 if (r>0) { DISPLAY("LZ4_decompress_safe = %i \n", r); goto _overflowError; } in FUZ_AddressOverflow()
256 if (!highAddress) DISPLAY("high address not possible \n"); in FUZ_AddressOverflow()
257 else DISPLAY("all overflows correctly detected \n"); in FUZ_AddressOverflow()
261 DISPLAY("Address space overflow error !! \n"); in FUZ_AddressOverflow()
313 DISPLAY("\nWrong Byte at position %u \n", (unsigned)u); in FUZ_findDiff()
360 DISPLAY("Not enough memory to start fuzzer tests"); in FUZ_test()
1756 DISPLAY( "Usage :\n"); in FUZ_usage()
1757 DISPLAY( " %s [args]\n", programName); in FUZ_usage()
1758 DISPLAY( "\n"); in FUZ_usage()
1759 DISPLAY( "Arguments :\n"); in FUZ_usage()
1760 DISPLAY( " -i# : Nb of tests (default:%i) \n", NB_ATTEMPTS); in FUZ_usage()
1761 DISPLAY( " -T# : Duration of tests, in seconds (default: use Nb of tests) \n"); in FUZ_usage()
1762 DISPLAY( " -s# : Select seed (default:prompt user)\n"); in FUZ_usage()
1763 DISPLAY( " -t# : Select starting test number (default:0)\n"); in FUZ_usage()
1764 … DISPLAY( " -P# : Select compressibility in %% (default:%i%%)\n", FUZ_COMPRESSIBILITY_DEFAULT); in FUZ_usage()
1765 DISPLAY( " -v : verbose\n"); in FUZ_usage()
1766 DISPLAY( " -p : pause at the end\n"); in FUZ_usage()
1767 DISPLAY( " -h : display help and exit\n"); in FUZ_usage()
1899 DISPLAY("press enter ... \n"); in main()