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