Lines Matching refs:DISPLAYLEVEL
76 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
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); in BMK_SetNbIterations()
125 DISPLAYLEVEL(2, "using blocks of size %u KB \n", (unsigned)(blockSize>>10)); in BMK_SetBlockSize()
213 DISPLAYLEVEL(2, "\r%79s\r", ""); in BMK_benchMem()
220 DISPLAYLEVEL(2, "\rcooling down ... \r"); in BMK_benchMem()
226 … DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->\r", marks[markNb], displayName, (unsigned)srcSize); in BMK_benchMem()
389 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->%10u (%5.3f),%6.1f MB/s\r", in BMK_benchMem()
528 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->%10u (%5.3f),%6.1f MB/s ,%6.1f MB/s\r", in BMK_benchMem()
568 DISPLAYLEVEL(2, "%2i#\n", cLevel); in BMK_benchMem()
702 DISPLAYLEVEL(2, "Ignoring %s directory... \n", fileNamesTable[n]); in BMK_loadFiles()
707 DISPLAYLEVEL(2, "Cannot determine size of %s ... \n", fileNamesTable[n]); in BMK_loadFiles()
845 DISPLAYLEVEL(1, "Incorrect parameters\n"); in badusage()
1000 DISPLAYLEVEL(3, WELCOME_MESSAGE); in main()