Searched refs:RT_ALIGN_GCPT (Results 1 - 1 of 1) sorted by relevance
/vbox/include/iprt/ | ||
H A D | cdefs.h | 1521 /** @def RT_ALIGN_GCPT 1527 #define RT_ALIGN_GCPT(u, uAlignment, CastType) ( (CastType)RT_ALIGN_T(u, uAlignment, RTGCUINTPTR) ) macro |
Completed in 130 milliseconds