Lines Matching defs:x
20 #define DEBUG(x) do {x;} while (0); argument
22 #define DEBUG(x) do {} while (0); argument
26 #define DEBUG2(x) do {if(ql4xextended_error_logging == 2) x;} while (0); argument
27 #define DEBUG2_3(x) do {x;} while (0); argument
29 #define DEBUG2(x) do {} while (0); argument
33 #define DEBUG3(x) do {if(ql4xextended_error_logging == 3) x;} while (0); argument
35 #define DEBUG3(x) do {} while (0); argument
37 #define DEBUG2_3(x) do {} while (0); argument
41 #define DEBUG4(x) do {x;} while (0); argument
43 #define DEBUG4(x) do {} while (0); argument
47 #define DEBUG5(x) do {x;} while (0); argument
49 #define DEBUG5(x) do {} while (0); argument
53 #define DEBUG7(x) do {x; } while (0) argument
55 #define DEBUG7(x) do {} while (0) argument
59 #define DEBUG9(x) do {x;} while (0); argument
61 #define DEBUG9(x) do {} while (0); argument