Home
last modified time | relevance | path

Searched defs:va_arg (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/multiboot/
H A Dlibc.h45 #define va_arg(ap, type) __builtin_va_arg(ap, type) macro
/openbmc/qemu/tests/tcg/minilib/
H A Dprintf.c18 #define va_arg(ap, type) __builtin_va_arg(ap, type) macro