Searched defs:ARRAY_LAST (Results 1 – 3 of 3) sorted by relevance
65 #define ARRAY_LAST(name) name##s[name##c - 1] macro
55 #define ARRAY_LAST(a) ARRAY_ITEM(a, (a)->num - 1) macro