Searched defs:T_ALIGN (Results 1 – 2 of 2) sorted by relevance
474 #define T_ALIGN(p) (((uintptr_t)(p) + (sizeof (t_scalar_t) - 1))\ macro
416 #define T_ALIGN(p) P2ROUNDUP((p), sizeof (t_scalar_t)) macro