Searched refs:__va_size (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dstdarg.h63 #define __va_size(type) \ macro
71 ((ap) = (va_list)&(last) + __va_size(last))
75 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/freebsd-11-stable/sys/riscv/include/
H A Dstdarg.h63 #define __va_size(type) \ macro
66 ((ap) = (va_list)&(last) + __va_size(last))
70 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/freebsd-11-stable/sys/amd64/include/
H A Dvarargs.h71 #define __va_size(type) \ macro
83 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/freebsd-11-stable/sys/i386/include/
H A Dvarargs.h67 #define __va_size(type) \ macro
83 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/freebsd-11-stable/sys/x86/include/
H A Dstdarg.h63 #define __va_size(type) \ macro
66 ((ap) = (va_list)&(last) + __va_size(last))
70 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/freebsd-11-stable/sys/powerpc/include/
H A Dstdarg.h106 #define __va_size(type) \ macro
117 ((ap).__stack += __va_size(type) + \
122 ((ap).__gpr += __va_size(type) / sizeof(int) + \

Completed in 117 milliseconds