Searched refs:_VA_ROUND (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_ansic.h38 # define _VA_ROUND(t) ((sizeof (t) + 3) & -4) macro
42 # define va_arg(ap,t) (ap += _VA_ROUND (t), *(t *)(ap - _VA_ROUND (t)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_ansic.h42 # define _VA_ROUND(t) ((sizeof (t) + 3) & -4) macro
46 # define va_arg(ap,t) (ap += _VA_ROUND (t), *(t *)(ap - _VA_ROUND (t)))
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_ansic.h43 # define _VA_ROUND(t) ((sizeof (t) + 3) & -4) macro
47 # define va_arg(ap,t) (ap += _VA_ROUND (t), *(t *)(ap - _VA_ROUND (t)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_ansic.h42 # define _VA_ROUND(t) ((sizeof (t) + 3) & -4) macro
46 # define va_arg(ap,t) (ap += _VA_ROUND (t), *(t *)(ap - _VA_ROUND (t)))

Completed in 629 milliseconds