Searched refs:EXPAND_2_CASES (Results 1 – 1 of 1) sorted by relevance
1 #define EXPAND_2_CASES(i, x, y) CASE(i, x, y); CASE(i + 1, x, y); macro2 #define EXPAND_4_CASES(i, x, y) EXPAND_2_CASES(i, x, y) EXPAND_2_CASES(i + 2, x, y)