Searched defs:ALIGNED (Results 1 – 9 of 9) sorted by relevance
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
134 # define ALIGNED(x) __declspec(align(x)) macro147 # define ALIGNED(x) __attribute__((aligned(x))) macro
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
23 #define ALIGNED(N) __attribute__((aligned(N))) macro29 #define ALIGNED(N) __declspec(align(N)) macro
91 #define ALIGNED(pointer,type) ((((size_t)(pointer)) & (sizeof(type)-1)) == 0) macro