Home | History | Annotate | Download | only in tests

Lines Matching defs:g_displayLevel

63 #define DISPLAYLEVEL(l, ...)  if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
64 static U32 g_displayLevel = 2;
70 if (g_displayLevel>=l) { \
71 if ((UTIL_clockSpanMicro(g_displayClock) > g_refreshRate) || (g_displayLevel>=4)) \
73 if (g_displayLevel>=4) fflush(stderr); } \
199 if (g_displayLevel<3) return 0;
4848 g_displayLevel++;
4853 g_displayLevel--;
4911 g_displayLevel = MAX(3, g_displayLevel);