Searched defs:ALIGN_UP (Results 1 – 2 of 2) sorted by relevance
51 #define ALIGN_UP(x, s) (((x) + s - 1) & (~(s - 1))) macro
35 #define ALIGN_UP(n, alignment) \ macro