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

/freebsd-current/sys/contrib/zstd/programs/
H A Ddibio.c58 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
[all...]
H A Dbenchzstd.c76 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
[all...]
H A Dzstdcli.c105 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } } macro
[all...]
H A Dfileio.c103 #define DISPLAYLEVEL(l, ...) { if (g_display_prefs.displayLevel>=l) { DISPLAY(__VA_ARGS__); } } macro
[all...]
/freebsd-current/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c67 #undef DISPLAYLEVEL macro
68 #define DISPLAYLEVEL(l, ...) LOCALDISPLAYLEVEL(g_displayLevel, l, __VA_ARGS__) macro
[all...]
H A Dzdict.c78 #undef DISPLAYLEVEL macro
79 #define DISPLAYLEVEL(l, ...) if (notificationLevel>=l) { DISPLAY(__VA_ARGS__); } /* 0 : no display; 1: errors; 2: default; 3: details; 4: debug */ macro
[all...]
H A Dcover.c70 #undef DISPLAYLEVEL macro
71 #define DISPLAYLEVEL(l, ...) LOCALDISPLAYLEVEL(g_displayLevel, l, __VA_ARGS__) macro
[all...]
/freebsd-current/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c76 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
[all...]

Completed in 125 milliseconds