Lines Matching refs:DISPLAYLEVEL
74 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
96 DISPLAYLEVEL(1, "Error %i : ", error); \
97 DISPLAYLEVEL(1, __VA_ARGS__); \
98 DISPLAYLEVEL(1, "\n"); \
117 DISPLAYLEVEL(3, "- test >= %u seconds per compression / decompression -\n", g_nbIterations); in BMK_SetNbIterations()
123 DISPLAYLEVEL(2, "using blocks of size %u KB \n", (U32)(blockSize>>10)); in BMK_SetBlockSize()
211 DISPLAYLEVEL(2, "\r%79s\r", ""); in BMK_benchMem()
218 DISPLAYLEVEL(2, "\rcooling down ... \r"); in BMK_benchMem()
224 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->\r", marks[markNb], displayName, (U32)srcSize); in BMK_benchMem()
372 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->%10u (%5.3f),%6.1f MB/s\r", in BMK_benchMem()
511 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->%10u (%5.3f),%6.1f MB/s ,%6.1f MB/s\r", in BMK_benchMem()
551 DISPLAYLEVEL(2, "%2i#\n", cLevel); in BMK_benchMem()
683 DISPLAYLEVEL(2, "Ignoring %s directory... \n", fileNamesTable[n]); in BMK_loadFiles()
688 DISPLAYLEVEL(2, "Cannot determine size of %s ... \n", fileNamesTable[n]); in BMK_loadFiles()
826 DISPLAYLEVEL(1, "Incorrect parameters\n"); in badusage()
987 DISPLAYLEVEL(3, WELCOME_MESSAGE); in main()
994 for (u=0; u<fileNamesNb; u++) DISPLAYLEVEL(4, "%u %s\n", u, fileNamesTable[u]); in main()