Lines Matching refs:x1
569 #define DEBUG_PRINT2(x1, x2) if (debug) printf (x1, x2)
570 #define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3)
571 #define DEBUG_PRINT4(x1, x2, x3, x4) if (debug) printf (x1, x2, x3, x4)
904 #define DEBUG_PRINT2(x1, x2)
905 #define DEBUG_PRINT3(x1, x2, x3)
906 #define DEBUG_PRINT4(x1, x2, x3, x4)