Searched defs:ALIGNED (Results 1 – 11 of 11) sorted by relevance
7 # define ALIGNED(x) __declspec(align(x)) macro9 # define ALIGNED(x) __attribute__((aligned(x))) macro
33 #define ALIGNED(x) __attribute__((aligned(x))) macro45 typedef struct ALIGNED(2) { struct46 char a[3];
41 #define ALIGNED(x) __attribute__((aligned(x))) macro53 typedef struct ALIGNED(2) { struct54 char a[3];
60 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; global() variable 63 ALIGNED(16) global() variable
217 # define ALIGNED( global() macro 231 # define ALIGNED( global() macro [all...]
281 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { ALIGNED() function
670 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) RegionInfo { ALIGNED() function
182 #define ALIGNED __attribute__((aligned(16))) macro
188 #define ALIGNED __attribute__((aligned(16))) macro
184 #define ALIGNED __attribute__((aligned(16))) macro