Searched defs:ALIGN (Results 1 – 9 of 9) sorted by relevance
76 #define ALIGN(p) (((u_long)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
79 #define ALIGN(x, a) (((x) + ((__typeof__(x))(a) - 1)) & \ macro
81 #define ALIGN(p) _ALIGN(p) macro
70 #define ALIGN(p) _ALIGN(p) macro
72 #define ALIGN(p) _ALIGN(p) macro
120 #define ALIGN(p) _ALIGN(p) macro
79 #define ALIGN(p) _ALIGN(p) macro
79 #define ALIGN(x, a) RTE_ALIGN(x, a) macro
143 #define ALIGN(p) (((u_long)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro