Searched defs:DD (Results 1 – 5 of 5) sorted by relevance
46 #define DD(...) printf(__VA_ARGS__), printf("\n"), fflush(stdout) macro48 #define DD(...) ((void)0) macro
35 #define DD(fmt, ...) \ macro38 #define DD(fmt, ...) (void)0 macro
29 #define DD(...) ALOGD(__VA_ARGS__) macro31 #define DD(...) macro
47 #define DD(...) macro
65 # define DD(...) ALOGD(__VA_ARGS__) macro67 # define DD(...) ((void)0) macro