Searched defs:DPRINT (Results 1 – 6 of 6) sorted by relevance
52 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro54 #define DPRINT(fmt, ...) do { } while (0) macro
37 #define DPRINT(x...) printf(x) macro39 #define DPRINT(x...) do{}while(0) macro
61 #define DPRINT(fmt, args...) \ in OBJECT_DECLARE_SIMPLE_TYPE() macro
41 #define DPRINT(...) \ macro
99 #define DPRINT(...) \ macro