Searched defs:_ap (Results 1 – 3 of 3) sorted by relevance
121 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap) argument123 #define debug_vprintf(_format, _ap) ((void)0) argument
119 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap) argument121 #define debug_vprintf(_format, _ap) ((void)0) argument
197 #define va_start(_ap, _type) __builtin_va_start((_ap)) argument198 #define va_arg(_ap, _type) __builtin_va_arg((_ap)) argument