Lines Matching +defs:c +defs:d +defs:d +defs:d
42 # define P3(x, a, b, c) (a, b, c) argument
43 # define P4(x, a, b, c, d) (a, b, c, d) argument
44 # define P5(x, a, b, c, d, e) (a, b, c, d, e) argument
45 # define P6(x, a, b, c, d, e, f) (a, b, c, d, e, f) argument
46 # define P7(x, a, b, c, d, e, f, g) (a, b, c, d, e, f, g) argument
47 # define P8(x, a, b, c, d, e, f, g, h) (a, b, c, d, e, f, g, h) argument
56 # define P3(x, a, b, c) x a; b; c; argument
57 # define P4(x, a, b, c, d) x a; b; c; d; argument
58 # define P5(x, a, b, c, d, e) x a; b; c; d; e; argument
59 # define P6(x, a, b, c, d, e, f) x a; b; c; d; e; f; argument
60 # define P7(x, a, b, c, d, e, f, g) x a; b; c; d; e; f; g; argument
61 # define P8(x, a, b, c, d, e, f, g, h) x a; b; c; d; e; f; g; h; argument