Home
last modified time | relevance | path

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

/third_party/lz4/tests/
DcheckFrame.c65 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro
68 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
/third_party/lz4/programs/
Dlz4cli.c80 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro
83 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
Dbench.c269 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro
272 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
Dlz4io.c136 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro
139 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \