Searched defs:VA_START (Results 1 – 2 of 2) sorted by relevance
213 #define VA_START(ap, last) va_start(ap, last) macro217 #define VA_START(ap, last) va_start(ap) /* "last" is ignored. */ macro
183 #define VA_START(ap, v) (ap = (VA_LIST) & (v) + _INT_SIZE_OF (v)) macro