Home
last modified time | relevance | path

Searched refs:DEBUGOUTPUT (Results 1 – 3 of 3) 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.c75 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro
78 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
H A Dbenchzstd.c103 #define DEBUGOUTPUT(...) \ macro
111 DEBUGOUTPUT("%s: %i: \n", __FILE__, __LINE__); \
122 DEBUGOUTPUT("%s: %i: \n", __FILE__, __LINE__); \
134 DEBUGOUTPUT("%s: %i: \n", __FILE__, __LINE__); \