Lines Matching refs:d
22 #define DEBUG_INIT_D(d, l) printf("%x", d) argument
23 #define DEBUG_INIT_D_10(d, l) printf("%d", d) argument
26 #define DEBUG_INIT_D(d, l) argument
27 #define DEBUG_INIT_D_10(d, l) argument
32 #define DEBUG_INIT_FULL_D(d, l) printf("%x", d) argument
33 #define DEBUG_INIT_FULL_D_10(d, l) printf("%d", d) argument
42 #define DEBUG_INIT_FULL_D(d, l) argument
43 #define DEBUG_INIT_FULL_D_10(d, l) argument
48 #define DEBUG_INIT_FULL_C(s, d, l) \ argument
49 { DEBUG_INIT_FULL_S(s); DEBUG_INIT_FULL_D(d, l); DEBUG_INIT_FULL_S("\n"); }
50 #define DEBUG_INIT_C(s, d, l) \ argument
51 { DEBUG_INIT_S(s); DEBUG_INIT_D(d, l); DEBUG_INIT_S("\n"); }