Searched refs:__ALIGN_MASK (Results 1 – 1 of 1) sorted by relevance
98 #define __ALIGN_MASK(x, mask) (((x) + (mask)) & ~(mask)) macro99 #define __ALIGN(x, a) __ALIGN_MASK(x, (__typeof__(x))(a)-1)