Home
last modified time | relevance | path

Searched defs:DISPLAYLEVEL (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A Ddibio.c58 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
H A Dzstdcli.c105 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } } macro
H A Dbenchzstd.c76 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
H A Dfileio.c103 #define DISPLAYLEVEL(l, ...) { if (g_display_prefs.displayLevel>=l) { DISPLAY(__VA_ARGS__); } } macro
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c68 #define DISPLAYLEVEL(l, ...) LOCALDISPLAYLEVEL(g_displayLevel, l, __VA_ARGS__) macro
H A Dcover.c71 #define DISPLAYLEVEL(l, ...) LOCALDISPLAYLEVEL(g_displayLevel, l, __VA_ARGS__) macro
H A Dzdict.c79 #define DISPLAYLEVEL(l, ...) if (notificationLevel>=l) { DISPLAY(__VA_ARGS__); } /* 0 : no displ… macro
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c76 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro