Lines Matching refs:d
21 #define DEBUG_INIT_D(d, l) printf("%x", d) argument
22 #define DEBUG_INIT_D_10(d, l) printf("%d", d) argument
25 #define DEBUG_INIT_D(d, l) argument
26 #define DEBUG_INIT_D_10(d, l) argument
31 #define DEBUG_INIT_FULL_D(d, l) printf("%x", d) argument
32 #define DEBUG_INIT_FULL_D_10(d, l) printf("%d", d) argument
41 #define DEBUG_INIT_FULL_D(d, l) argument
42 #define DEBUG_INIT_FULL_D_10(d, l) argument
47 #define DEBUG_INIT_FULL_C(s, d, l) \ argument
48 { DEBUG_INIT_FULL_S(s); DEBUG_INIT_FULL_D(d, l); DEBUG_INIT_FULL_S("\n"); }
49 #define DEBUG_INIT_C(s, d, l) \ argument
50 { DEBUG_INIT_S(s); DEBUG_INIT_D(d, l); DEBUG_INIT_S("\n"); }