Searched defs:ALIGNED (Results 1 – 15 of 15) sorted by relevance
17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable
17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable
17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
35 #define ALIGNED(x) __attribute__((aligned(x))) macro47 typedef struct ALIGNED(2) { struct48 char a[3];
134 # define ALIGNED(x) __declspec(align(x)) macro147 # define ALIGNED(x) __attribute__((aligned(x))) macro
190 #define ALIGNED __attribute__((aligned(16))) macro
183 #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
91 #define ALIGNED(pointer,type) ((((size_t)(pointer)) & (sizeof(type)-1)) == 0) macro