Searched defs:va_arg (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/sys/boot/efi/include/
H A Defistdarg.h35 #define va_arg(ap,t) ( *(t *)((ap += _INTSIZEOF(t)) - _INTSIZEOF(t)) ) macro
/freebsd-10-stable/sys/ia64/include/
H A Dstdarg.h54 #define va_arg(ap, type) \ macro
/freebsd-10-stable/contrib/tcsh/
H A Dmi.varargs.h12 #define va_arg(p,type) ( (type *) ((p)+=sizeof(type)) )[-1] macro
H A Dtc.printf.c40 #undef va_arg macro
41 #define va_arg(a, b) (a ? (b) 0 : (b) 0) macro
[all...]
H A Dsh.err.c44 #undef va_arg macro
45 #define va_arg(a, b) (a ? (b) 0 : (b) 0) macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dstdarg.h35 #define va_arg(ap, type) __builtin_va_arg(ap, type) macro
/freebsd-10-stable/sys/amd64/include/
H A Dvarargs.h64 #define va_arg(ap, type) __builtin_va_arg((ap), type) macro
82 #define va_arg(ap, type) \ macro
/freebsd-10-stable/sys/arm/include/
H A Dstdarg.h50 #define va_arg(ap, type) \ macro
74 #define va_arg(ap, type) \ macro
/freebsd-10-stable/sys/i386/include/
H A Dvarargs.h60 #define va_arg(ap, type) __builtin_va_arg((ap), type) macro
82 #define va_arg(ap, type) \ macro
/freebsd-10-stable/sys/powerpc/include/
H A Dvarargs.h52 #define va_arg(ap, type) __builtin_va_arg((ap), type) macro
H A Dstdarg.h47 #define va_arg(ap, type) \ macro
66 #define va_arg(ap, type) (*(type *)(void *)&(ap)) macro
130 #define va_arg(ap, type) \ macro
/freebsd-10-stable/sys/sparc64/include/
H A Dvarargs.h69 #define va_arg(ap, type) __builtin_va_arg((ap), type) macro
H A Dstdarg.h57 #define va_arg(ap, type) \ macro
89 #define va_arg(ap, type) \ macro
/freebsd-10-stable/sys/x86/include/
H A Dstdarg.h47 #define va_arg(ap, type) \ macro
69 #define va_arg(ap, type) \ macro
/freebsd-10-stable/contrib/gcc/ginclude/
H A Dstdarg.h52 #define va_arg(v,l) __builtin_va_arg(v,l) macro
/freebsd-10-stable/sys/mips/include/
H A Dstdarg.h20 #define va_arg __builtin_va_arg macro
103 #define va_arg(__AP, __type) \ macro
108 #define va_arg(__AP, __type) \ macro
123 #define va_arg(__AP, __type) \ macro
131 #define va_arg(__AP, __type) \ macro
/freebsd-10-stable/sys/contrib/dev/acpica/include/platform/
H A Dacenv.h387 #define va_arg(ap, T) (*(T *)(((ap) += (_Bnd (T, _AUPBND))) - (_Bnd (T,_ADNBND)))) macro
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h118 # define va_arg(ap,t) (((t*) ((ap)+=sizeof(t))) [-1]) macro
/freebsd-10-stable/sys/boot/usb/
H A Dbsd_kernel.h113 #define va_arg(ap, type) __builtin_va_arg((ap), type) macro

Completed in 299 milliseconds