Searched defs:ALIGN (Results 1 – 5 of 5) sorted by relevance
48 #define ALIGN(x, a) __ALIGN_MASK((x), (typeof(x))(a)-1) macro
27 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
72 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
40 #define ALIGN(x,a) __ALIGN_MASK((x),(typeof(x))(a)-1) macro
104 #define ALIGN(x, y) (((x) + (y) - 1) & ~((y) - 1)) macro