__va_size          58 include/arm/stdarg.h 	((ap) = (va_list)&(last) + __va_size(last))
__va_size          61 include/arm/stdarg.h 	(*(type *)(void *)((ap) += __va_size(type), (ap) - __va_size(type)))
__va_size          58 include/ppc/stdarg.h 	((ap) = (va_list)&(last) + __va_size(last))
__va_size          61 include/ppc/stdarg.h 	(*(type *)(void *)((ap) += __va_size(type), (ap) - __va_size(type)))
__va_size          58 include/x86/stdarg.h 	((ap) = (va_list)&(last) + __va_size(last))
__va_size          61 include/x86/stdarg.h 	(*(type *)(void *)((ap) += __va_size(type), (ap) - __va_size(type)))