Searched defs:align_to (Results 1 – 1 of 1) sorted by relevance
55 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument56 #define ALIGN_DOWN(x, align_to) ((x) & ~((align_to)-1)) argument