Searched defs:ALIGN_UP (Results 1 – 5 of 5) sorted by relevance
180 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro
130 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro
110 #define ALIGN_UP(p, size) (__typeof__(p))(((uintptr_t)(p) + ((size) - 1)) & ~((size) - 1)) macro
55 #define ALIGN_UP(n, m) ALIGN_DOWN((n) + (m) - 1, (m)) macro
83 #define ALIGN_UP(n, m) ALIGN_DOWN((n) + (m) - 1, (m)) macro