Searched defs:ALIGN (Results 1 – 4 of 4) sorted by relevance
43 #define ALIGN(x, y) ((y) * DIV_ROUND_UP((x), (y))) macro
25 # define ALIGN(n) .p2align n macro
72 #define ALIGN(x, y) ((y) * DIV_ROUND_UP((x), (y))) macro