Home
last modified time | relevance | path

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

/third_party/lz4/tests/
H A 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/
H A Dlz4cli.c80 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro
83 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
H A Dbench.c105 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro
108 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
H A Dlz4io.c116 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro
119 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \

Completed in 8 milliseconds