Searched refs:ARRAY_SIZE (Results 1 – 3 of 3) sorted by relevance
25 #undef ARRAY_SIZE
22 #undef ARRAY_SIZE
102 #define foreach_arr(i, arr) for(int i = 0; i < ARRAY_SIZE(arr); ++i)104 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*a)) macro