Searched defs:debug_printf (Results 1 – 3 of 3) sorted by relevance
20 #define debug_printf(args...) printf(args) macro22 #define debug_printf(args...) do {} while(0) macro
21 #define debug_printf printf macro23 #define debug_printf(args...) do {} while(0) macro
1448 #define debug_printf printf macro1450 #define debug_printf(format, args...) macro