Lines Matching refs:l
26 #define DEBUG_INIT_D(d, l) printf("%x", d) argument
27 #define DEBUG_INIT_D_10(d, l) printf("%d", d) argument
30 #define DEBUG_INIT_D(d, l) argument
31 #define DEBUG_INIT_D_10(d, l) argument
36 #define DEBUG_INIT_FULL_D(d, l) printf("%x", d) argument
37 #define DEBUG_INIT_FULL_D_10(d, l) printf("%d", d) argument
46 #define DEBUG_INIT_FULL_D(d, l) argument
47 #define DEBUG_INIT_FULL_D_10(d, l) argument
52 #define DEBUG_INIT_FULL_C(s, d, l) \ argument
54 DEBUG_INIT_FULL_D(d, l); \
56 #define DEBUG_INIT_C(s, d, l) \ argument
57 { DEBUG_INIT_S(s); DEBUG_INIT_D(d, l); DEBUG_INIT_S("\n"); }