Searched defs:ALIGN (Results 1 – 6 of 6) sorted by relevance
28 # define ALIGN(n) .p2align n macro
43 #define ALIGN(x, y) ((y)*DIV_ROUND_UP((x), (y))) macro
51 #define ALIGN(x, alignment) (((x) + ((alignment)-1)) & ~((alignment)-1)) macro