Searched refs:vec_last (Results 1 – 1 of 1) sorted by relevance
55 #define vec_last(VEC, SIZE) ((VEC)[(SIZE) - 1]) macro56 #define vec_ns(VEC, SIZE) (vec_last((VEC), (SIZE))->ns)