Searched refs:ALIGN_32BYTES (Results 1 – 8 of 8) sorted by relevance
146 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) macro148 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf macro150 #define ALIGN_32BYTES(buf) __ALIGNED(32) buf macro152 #define ALIGN_32BYTES(buf) __align(32) buf macro
166 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) macro168 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf macro170 #define ALIGN_32BYTES(buf) __ALIGNED(32) buf macro172 #define ALIGN_32BYTES(buf) __align(32) buf macro
165 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) macro167 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf macro169 #define ALIGN_32BYTES(buf) __ALIGNED(32) buf macro171 #define ALIGN_32BYTES(buf) __align(32) buf macro
155 #define ALIGN_32BYTES(buf) __ALIGNED(32) buf macro158 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf macro161 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) macro
159 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) macro161 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf macro163 #define ALIGN_32BYTES(buf) __align(32) buf macro
158 #define ALIGN_32BYTES(buf) buf __attribute__ ((aligned (32))) macro160 #define ALIGN_32BYTES(buf) _Pragma("data_alignment=32") buf macro162 #define ALIGN_32BYTES(buf) __align(32) buf macro
131 #define ALIGN_32BYTES(buf) buf __attribute__((aligned(32))) macro
133 #define ALIGN_32BYTES(buf) buf __attribute__((aligned(32))) macro