Lines Matching refs:DISPLAY
95 #define DISPLAY(...) fprintf(stdout, __VA_ARGS__)
96 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
116 DISPLAY("\r%5u ", testNb);
190 DISPLAY("Overflow tests : ");
194 DISPLAY("64 bits mode : no overflow \n");
203 DISPLAY("not enough memory for tests \n");
208 DISPLAY("%3i \b\b\b\b", nbBuff); fflush(stdout);
213 DISPLAY("high address detected : ");
229 if (r>0) { DISPLAY("LZ4_decompress_safe = %i \n", r); goto _overflowError; }
235 if (r>0) { DISPLAY("LZ4_decompress_safe = %i \n", r); goto _overflowError; }
256 if (!highAddress) DISPLAY("high address not possible \n");
257 else DISPLAY("all overflows correctly detected \n");
261 DISPLAY("Address space overflow error !! \n");
313 DISPLAY("\nWrong Byte at position %u \n", (unsigned)u);
359 DISPLAY("Not enough memory to start fuzzer tests");
1742 DISPLAY( "Usage :\n");
1743 DISPLAY( " %s [args]\n", programName);
1744 DISPLAY( "\n");
1745 DISPLAY( "Arguments :\n");
1746 DISPLAY( " -i# : Nb of tests (default:%i) \n", NB_ATTEMPTS);
1747 DISPLAY( " -T# : Duration of tests, in seconds (default: use Nb of tests) \n");
1748 DISPLAY( " -s# : Select seed (default:prompt user)\n");
1749 DISPLAY( " -t# : Select starting test number (default:0)\n");
1750 DISPLAY( " -P# : Select compressibility in %% (default:%i%%)\n", FUZ_COMPRESSIBILITY_DEFAULT);
1751 DISPLAY( " -v : verbose\n");
1752 DISPLAY( " -p : pause at the end\n");
1753 DISPLAY( " -h : display help and exit\n");
1885 DISPLAY("press enter ... \n");