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