Searched defs:ALIGNED (Results 1 – 10 of 10) sorted by relevance
29 #define ALIGNED __declspec(align(16)) macro31 #define ALIGNED alignas(16) macro
35 #define ALIGNED(x) __attribute__((aligned(x))) macro47 typedef struct ALIGNED(2) { struct48 char a[3];
34 # define ALIGNED(x) __attribute__((aligned(x))) macro58 # define ALIGNED(x) macro
83 #define ALIGNED __attribute__((aligned(16))) macro85 #define ALIGNED macro
130 # define ALIGNED(x) __declspec(align(x)) macro143 # define ALIGNED(x) __attribute__((aligned(x))) macro
77 struct S16 { u64 a, b; } ALIGNED(16); in internal_bzero_aligned16() local
183 #define ALIGNED __attribute__((aligned(16))) macro
190 #define ALIGNED __attribute__((aligned(16))) macro
186 #define ALIGNED __attribute__((aligned(16))) macro
58 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; variable