Lines Matching refs:DISPLAYLEVEL
71 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
93 DISPLAYLEVEL(1, "Error %i : ", errorNum); \
94 DISPLAYLEVEL(1, __VA_ARGS__); \
95 DISPLAYLEVEL(1, " \n"); \
115 DISPLAYLEVEL(1, "Error %i : ", errorNum); \
116 DISPLAYLEVEL(1, __VA_ARGS__); \
117 DISPLAYLEVEL(1, " \n"); \
438 DISPLAYLEVEL(2, "\r%70s\r", ""); /* blank line */ in BMK_benchMemAdvancedNoAlloc()
439 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->\r", marks[markNb], displayName, (unsigned)srcSize); in BMK_benchMemAdvancedNoAlloc()
460 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->%10u (%5.*f),%6.*f MB/s\r", in BMK_benchMemAdvancedNoAlloc()
483 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->%10u (%5.*f),%6.*f MB/s ,%6.1f MB/s \r", in BMK_benchMemAdvancedNoAlloc()
550 DISPLAYLEVEL(2, "%2i#\n", cLevel); in BMK_benchMemAdvancedNoAlloc()
674 DISPLAYLEVEL(2, "Note : switching to real-time priority \n"); in BMK_benchCLevel()
758 DISPLAYLEVEL(2, "Ignoring %s directory... \n", fileNamesTable[n]); in BMK_loadFiles()
763 DISPLAYLEVEL(2, "Cannot evaluate size of %s, ignoring ... \n", fileNamesTable[n]); in BMK_loadFiles()
813 DISPLAYLEVEL(1, "error loading %s : %s \n", dictFileName, strerror(errno)); in BMK_benchFilesAdvanced()