Searched defs:ALIGN (Results 1 – 8 of 8) sorted by relevance
79 #define ALIGN __ALIGN macro
33 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
17 #define ALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
59 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
26 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
18 #define ALIGN(x, a) (((x) + (a) - 1) / (a) * (a)) macro
35 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
25 #define ALIGN 4096 macro