Searched defs:align_to (Results 1 – 3 of 3) sorted by relevance
199 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument200 #define ALIGN_DOWN(x, align_to) ((x) & ~((align_to)-1)) argument
26 #define ALIGN_UP(x, align_to) \ argument
130 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument