Home
last modified time | relevance | path

Searched refs: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
49 DEBUGOUTPUT("%s: %i: \n", __FILE__, __LINE__); \
50 DEBUGOUTPUT("Error : "); \
51 DEBUGOUTPUT(__VA_ARGS__); \
52 DEBUGOUTPUT(" \n"); \
57 #define CONTROL(c) { if (!(c)) { DEBUGOUTPUT("error: %s \n", #c); abort(); } }
H A Ddibio.c74 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro
77 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
H A Dbenchzstd.c88 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } macro
91 DEBUGOUTPUT("%s: %i: \n", __FILE__, __LINE__); \
101 DEBUGOUTPUT("%s: %i: \n", __FILE__, __LINE__); \
113 DEBUGOUTPUT("%s: %i: \n", __FILE__, __LINE__); \
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c94 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } macro
97 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \