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