Home
last modified time | relevance | path

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

/third_party/lz4/programs/
Dbench.c252 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
253 static U32 g_displayLevel = 2; /* 0 : no display; 1: errors; 2 : + result + interaction + war… variable
255 #define DISPLAYUPDATE(l, ...) if (g_displayLevel>=l) { \
256 if ((clock() - g_time > refreshRate) || (g_displayLevel>=4)) \
258 if (g_displayLevel>=4) fflush(stdout); } }
288 void BMK_setNotificationLevel(unsigned level) { g_displayLevel=level; } in BMK_setNotificationLevel()
508 if (g_displayLevel == 1) { in BMK_benchMem()
565 if (g_displayLevel == 1 && !g_additionalParam) in BMK_benchCLevel()
Dlz4io.c94 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
95 static int g_displayLevel = 0; /* 0 : no display ; 1: errors ; 2 : + result + interaction + war… variable
97 #define DISPLAYUPDATE(l, ...) if (g_displayLevel>=l) { \
99 || (g_displayLevel>=4) ) { \
102 if (g_displayLevel>=4) fflush(stderr); \
269 g_displayLevel = level; in LZ4IO_setNotificationLevel()
270 return g_displayLevel; in LZ4IO_setNotificationLevel()
350 if (g_displayLevel <= 1) { /* No interaction possible */ in LZ4IO_openDstFile()
1634 if (g_displayLevel < 3) { in LZ4IO_displayCompressedFilesInfo()
1656 if (g_displayLevel < 3) { in LZ4IO_displayCompressedFilesInfo()
/third_party/lz4/tests/
Dfuzzer.c95 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
96 static int g_displayLevel = 2; variable
113 if ((FUZ_GetClockSpan(g_time) > g_refreshRate) || (g_displayLevel>=4)) { in FUZ_displayUpdate()
348 if (g_displayLevel>=4) { \ in FUZ_test()
1729 … if (!strcmp(argument, "--no-prompt")) { use_pause=0; seedset=1; g_displayLevel=1; continue; } in main()
1739 g_displayLevel++; in main()