Searched refs:DEBUGOUTPUT (Results 1 – 4 of 4) sorted by relevance
/third_party/lz4/tests/ |
D | checkFrame.c | 65 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro 68 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
|
/third_party/lz4/programs/ |
D | lz4cli.c | 80 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro 83 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
|
D | bench.c | 269 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro 272 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
|
D | lz4io.c | 136 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro 139 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
|