Searched defs:ALIGN_UP (Results 1 – 4 of 4) sorted by relevance
176 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro
26 #define ALIGN_UP(x, align_to) \ macro
130 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro
56 #define ALIGN_UP(v, align) (((v) + (align) - 1) & ~((align) - 1)) macro