Searched defs:va_arg (Results 1 – 2 of 2) sorted by relevance
| /qemu/tests/multiboot/ | ||
| A D | libc.h | 45 #define va_arg(ap, type) __builtin_va_arg(ap, type) macro |
| /qemu/tests/tcg/minilib/ | ||
| A D | printf.c | 18 #define va_arg(ap, type) __builtin_va_arg(ap, type) macro |
Completed in 5 milliseconds