Searched defs:ARRAY_EXPAND (Results 1 – 3 of 3) sorted by relevance
62 #define ARRAY_EXPAND(name) ARRAY_EXPAND_SIZED(name, 2, 10) macro
94 #define ARRAY_EXPAND(a, n) do { \ macro