Searched defs:ALIGN (Results 1 – 2 of 2) sorted by relevance
75 #define ALIGN(x, a) (((x) + ((__typeof__(x))(a) - 1)) & \ macro
79 #define ALIGN(x, a) RTE_ALIGN(x, a) macro