Searched refs:to_align (Results 1 – 1 of 1) sorted by relevance
49 #define ALIGN(x, to_align) ((((unsigned long) x) + (to_align - 1)) & ~(to_align - 1)) argument