Home
last modified time | relevance | path

Searched defs:DEBUGOUTPUT (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A Dbenchfn.c41 # define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } macro
43 # define DEBUGOUTPUT(...) macro
H A Ddibio.c74 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro
H A Dbenchzstd.c88 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } macro
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c94 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } macro