Home | History | Annotate | Download | only in programs

Lines Matching refs:DISPLAY

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