Home
last modified time | relevance | path

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

/dflybsd-src/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.c89 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } macro