Searched defs:DEBUG_LOG (Results 1 – 4 of 4) sorted by relevance
24 #define DEBUG_LOG(x) \ macro43 #define DEBUG_LOG(x) \ macro
31 # define DEBUG_LOG(text) macro34 # define DEBUG_LOG(text) (printf(text "\n")) macro
36 #define DEBUG_LOG 0 macro
15 # define DEBUG_LOG(...) fprintf(stderr, __VA_ARGS__) macro17 # define DEBUG_LOG(...) macro