Searched defs:ALIGN (Results 1 – 3 of 3) sorted by relevance
23 #define ALIGN(A, B) (((A) + (B)-1) & ~((B)-1)) macro
30 #define ALIGN(A, B) (((A) + (B)-1) / (B) * (B)) macro
74 #define ALIGN(A, B) (((A) + (B)-1) / (B) * (B)) macro