Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/programs/
H A Ddibio.c71 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro
74 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
H A Dbench.c91 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } macro
93 DEBUGOUTPUT("%s: %i: \n", __FILE__, __LINE__); \
/freebsd-12.1/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c92 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } macro
95 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \