Home
last modified time | relevance | path

Searched refs:g_displayLevel (Results 1 – 3 of 3) sorted by relevance

/external/lz4/programs/
Dbench.c91 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
92 static U32 g_displayLevel = 2; /* 0 : no display; 1: errors; 2 : + result + interaction + war… variable
94 #define DISPLAYUPDATE(l, ...) if (g_displayLevel>=l) { \
95 if ((clock() - g_time > refreshRate) || (g_displayLevel>=4)) \
97 if (g_displayLevel>=4) fflush(stdout); } }
127 void BMK_setNotificationLevel(unsigned level) { g_displayLevel=level; } in BMK_setNotificationLevel()
355 if (g_displayLevel == 1) { in BMK_benchMem()
410 if (g_displayLevel == 1 && !g_additionalParam) in BMK_benchCLevel()
Dlz4io.c93 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
94 static int g_displayLevel = 0; /* 0 : no display ; 1: errors ; 2 : + result + interaction + war… variable
96 #define DISPLAYUPDATE(l, ...) if (g_displayLevel>=l) { \
98 || (g_displayLevel>=4) ) { \
101 if (g_displayLevel>=4) fflush(stderr); \
207 g_displayLevel = level; in LZ4IO_setNotificationLevel()
208 return g_displayLevel; in LZ4IO_setNotificationLevel()
285 if (g_displayLevel <= 1) { /* No interaction possible */ in LZ4IO_openDstFile()
/external/lz4/tests/
Dfuzzer.c91 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
92 static int g_displayLevel = 2; variable
109 if ((FUZ_GetClockSpan(g_time) > g_refreshRate) || (g_displayLevel>=4)) { in FUZ_displayUpdate()
335 if (g_displayLevel>=4) { \ in FUZ_test()
1359 … if (!strcmp(argument, "--no-prompt")) { use_pause=0; seedset=1; g_displayLevel=1; continue; } in main()
1369 g_displayLevel++; in main()