Searched defs:D (Results 1 – 6 of 6) sorted by relevance
41 #define D PRINT macro43 #define D(x...) do { } while(0) macro
29 # define D(...) do{}while(0) macro
40 # define D(...) ((void)0) macro
32 #define MAKE_TAG_CONSTANT(A,B,C,D) (((A) << 24) | ((B) << 16) | ((C) << 8) | (D)) argument
34 # define D(...) ALOGD(__VA_ARGS__) macro36 # define D(...) ((void)0) macro
83 #define D(fmt, ...) LOGE("venc_test Debug %s::%d "fmt"\n", \ macro94 #define D(fmt, ...) fprintf(stderr, "venc_test Debug %s::%d "fmt"\n", \ macro103 #define D(fmt, ...) macro