Searched defs:LTP_ALIGN (Results 1 – 2 of 2) sorted by relevance
27 #define LTP_ALIGN(x, a) __LTP_ALIGN_MASK((x), (typeof(x))(a) - 1) macro
23 #define LTP_ALIGN(x, a) __LTP_ALIGN_MASK(x, (typeof(x))(a) - 1) macro