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