Searched defs:DEBUG_PRINT (Results 1 – 12 of 12) sorted by relevance
1 #define DEBUG_PRINT 1 macro
48 # define DEBUG_PRINT 0 macro
48 #define DEBUG_PRINT printf macro
47 #define DEBUG_PRINT 0 macro
57 #define DEBUG_PRINT(msg, ...) fprintf(stderr, msg, __VA_ARGS__) macro59 #define DEBUG_PRINT(msg, ...) macro
138 #define DEBUG_PRINT(...) \ macro146 #define DEBUG_PRINT(exp) ((void)0) macro
652 #define DEBUG_PRINT(what,len) { \ macro
102 #define DEBUG_PRINT 0 macro