Lines Matching refs:__ALIGN
61 #ifndef __ALIGN
62 #define __ALIGN(n) __align(n) macro
134 #ifndef __ALIGN
135 #define __ALIGN(n) __attribute__((aligned(n))) macro
212 #ifndef __ALIGN
213 #define __ALIGN(n) __attribute__((aligned(n))) macro
220 #ifndef __ALIGN
222 #define __ALIGN(n) STRING_PRAGMA(data_alignment = n) macro
298 #ifndef __ALIGN
299 #define __ALIGN(n) __attribute__((aligned(n))) macro
386 #ifndef __ALIGN
387 #define __ALIGN(n) __align(n) macro