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

/vbox/include/iprt/
H A Dcdefs.h1444 /** @def RT_ALIGN
1458 #define RT_ALIGN(u, uAlignment) ( ((u) + ((uAlignment) - 1)) & ~((uAlignment) - 1) ) macro
1465 * @remark This macro is the preferred alignment macro, it doesn't have any of the pitfalls RT_ALIGN has.

Completed in 60 milliseconds