Searched refs:g_displayLevel (Results 1 – 3 of 3) sorted by relevance
86 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }87 static U32 g_displayLevel = 2; /* 0 : no display; 1: errors; 2 : + result + interaction + war… variable89 #define DISPLAYUPDATE(l, ...) if (g_displayLevel>=l) { \90 if ((clock() - g_time > refreshRate) || (g_displayLevel>=4)) \92 if (g_displayLevel>=4) fflush(stdout); } }121 void BMK_setNotificationLevel(unsigned level) { g_displayLevel=level; } in BMK_setNotificationLevel()343 if (g_displayLevel == 1) { in BMK_benchMem()398 if (g_displayLevel == 1 && !g_additionalParam) in BMK_benchCLevel()
102 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }103 static int g_displayLevel = 0; /* 0 : no display ; 1: errors ; 2 : + result + interaction + war… variable105 #define DISPLAYUPDATE(l, ...) if (g_displayLevel>=l) { \106 if (((clock_t)(g_time - clock()) > refreshRate) || (g_displayLevel>=4)) \108 if (g_displayLevel>=4) fflush(stderr); } }204 g_displayLevel = level; in LZ4IO_setNotificationLevel()205 return g_displayLevel; in LZ4IO_setNotificationLevel()274 if (g_displayLevel <= 1) { /* No interaction possible */ in LZ4IO_openDstFile()
79 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }80 static int g_displayLevel = 2; variable97 if ((FUZ_GetClockSpan(g_time) > g_refreshRate) || (g_displayLevel>=4)) { in FUZ_displayUpdate()279 # define FUZ_DISPLAYTEST { testNb++; g_displayLevel>=4 ? printf("%2u\b\b", testNb), fflu… in FUZ_test()1005 … if (!strcmp(argument, "--no-prompt")) { use_pause=0; seedset=1; g_displayLevel=1; continue; } in main()1016 g_displayLevel++; in main()