Lines Matching +defs:e +defs:e +defs:a +defs:a
40 # define P1(x, a) (a) argument
41 # define P2(x, a, b) (a, b) argument
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
54 # define P1(x, a) x a; argument
55 # define P2(x, a, b) x a; b; 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