Searched refs:INIT_2 (Results 1 – 1 of 1) sorted by relevance
42 #define INIT_2(v, ...) INIT_1(v, __VA_ARGS__), INIT_1((v) + 1, __VA_ARGS__) macro43 #define INIT_4(v, ...) INIT_2(v, __VA_ARGS__), INIT_2((v) + 2, __VA_ARGS__)66 #undef INIT_2