Home | History | Annotate | Download | only in examples

Lines Matching defs:DISPLAYLEVEL

76 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
98 DISPLAYLEVEL(1, "Error %i : ", error); \
99 DISPLAYLEVEL(1, __VA_ARGS__); \
100 DISPLAYLEVEL(1, "\n"); \
119 DISPLAYLEVEL(3, "- test >= %u seconds per compression / decompression -\n", g_nbIterations);
125 DISPLAYLEVEL(2, "using blocks of size %u KB \n", (unsigned)(blockSize>>10));
213 DISPLAYLEVEL(2, "\r%79s\r", "");
220 DISPLAYLEVEL(2, "\rcooling down ... \r");
226 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->\r", marks[markNb], displayName, (unsigned)srcSize);
389 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->%10u (%5.3f),%6.1f MB/s\r",
530 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->%10u (%5.3f),%6.1f MB/s ,%6.1f MB/s\r",
570 DISPLAYLEVEL(2, "%2i#\n", cLevel);
704 DISPLAYLEVEL(2, "Ignoring %s directory... \n", fileNamesTable[n]);
709 DISPLAYLEVEL(2, "Cannot determine size of %s ... \n", fileNamesTable[n]);
847 DISPLAYLEVEL(1, "Incorrect parameters\n");
1002 DISPLAYLEVEL(3, WELCOME_MESSAGE);