Lines Matching refs:DISPLAY
56 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__)
57 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
65 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
204 DISPLAY( "Usage :\n");
205 DISPLAY( " %s [args] filename\n", programName);
206 DISPLAY( "\n");
207 DISPLAY( "Arguments :\n");
208 DISPLAY( " -b# : expected blocksizeID [4-7] (required)\n");
209 DISPLAY( " -B# : expected blocksize [32-4194304] (required)\n");
210 DISPLAY( " -v : verbose\n");
211 DISPLAY( " -h : display help and exit\n");
287 DISPLAY("Starting frame checker (%i-bits, %s)\n", (int)(sizeof(size_t)*8), LZ4_VERSION_STRING);