Searched refs:DEBUGOUTPUT (Results 1 - 4 of 4) sorted by relevance
/third_party/lz4/tests/ |
H A 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/ |
H A D | lz4cli.c | 80 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro 83 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
|
H A D | bench.c | 105 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro 108 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
|
H A D | lz4io.c | 116 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro 119 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
|
Completed in 8 milliseconds