Searched refs:CFA_ALIGN (Results 1 – 1 of 1) sorted by relevance
26 #define CFA_ALIGN(x, a) __CFA_ALIGN_MASK((x), (a) - 1) macro27 #define CFA_ALIGN_256(x) CFA_ALIGN(x, 256)28 #define CFA_ALIGN_128(x) CFA_ALIGN(x, 128)29 #define CFA_ALIGN_32(x) CFA_ALIGN(x, 32)