Lines Matching +defs:a +defs:e +defs:e +defs:a +defs:d +defs:f +defs:d
188 #define UNUSED_1(a) ((void)(a)) argument
189 #define UNUSED_2(a, b) ((void)(a)), UNUSED_1(b) argument
190 #define UNUSED_3(a, b, c) ((void)(a)), UNUSED_2(b, c) argument
191 #define UNUSED_4(a, b, c, d) ((void)(a)), UNUSED_3(b, c, d) argument
192 #define UNUSED_5(a, b, c, d, e) ((void)(a)), UNUSED_4(b, c, d, e) argument
193 #define UNUSED_6(a, b, c, d, e, f) ((void)(a)), UNUSED_5(b, c, d, e, f) argument
194 #define UNUSED_7(a, b, c, d, e, f, g) ((void)(a)), UNUSED_6(b, c, d, e, f, g) argument
195 #define UNUSED_8(a, b, c, d, e, f, g, h) ((void)(a)), UNUSED_7(b, c, d, e, f, g, h) argument
196 #define UNUSED_9(a, b, c, d, e, f, g, h, i) ((void)(a)), UNUSED_8(b, c, d, e, f, g, h, i) argument
197 #define UNUSED_10(a, b, c, d, e, f, g, h, i, j) ((void)(a)), UNUSED_9(b, c, d, e, f, g, h, i, j) argument
198 #define UNUSED_11(a, b, c, d, e, f, g, h, i, j, k) \ argument
200 #define UNUSED_12(a, b, c, d, e, f, g, h, i, j, k, l) \ argument
202 #define UNUSED_13(a, b, c, d, e, f, g, h, i, j, k, l, m) \ argument
204 #define UNUSED_14(a, b, c, d, e, f, g, h, i, j, k, l, m, n) \ argument