Searched defs:ALIGN (Results 1 – 8 of 8) sorted by relevance
27 # define ALIGN(n) .p2align n macro
43 #define ALIGN(x, y) ((y) * DIV_ROUND_UP((x), (y))) macro
25 # define ALIGN(n) .p2align n macro
51 #define ALIGN(x) ((x + ALIGN_SZ - 1 ) & ~(ALIGN_SZ - 1)) macro
30 #define ALIGN(x,y) (((x) + ((y) - 1)) & ~((y) - 1)) macro
56 #define ALIGN(x, y) ((y) * DIV_ROUND_UP((x), (y))) macro