Searched refs:CFA_ALIGN (Results 1 – 1 of 1) sorted by relevance
27 #define CFA_ALIGN(x, a) __CFA_ALIGN_MASK(x, (a) - 1) macro28 #define CFA_ALIGN_128(x) CFA_ALIGN(x, 128)29 #define CFA_ALIGN_32(x) CFA_ALIGN(x, 32)