Searched refs:VA_ARG (Results 1 – 2 of 2) sorted by relevance
184 #define VA_ARG(ap, t) (*(t *) ((ap += _INT_SIZE_OF (t)) - _INT_SIZE_OF (t))) macro
75 #define va_arg(a, b) VA_ARG(a, b)