Searched defs:ALIGNED (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Sema/
H A Dalign-x86.c35 #define ALIGNED(x) __attribute__((aligned(x))) macro
37 typedef ALIGNED(2) struct {
47 typedef struct ALIGNED(2) {
/external/libunwind/include/
H A Dcompiler.h34 # define ALIGNED(x) __attribute__((aligned(x))) macro
58 # define ALIGNED(x) macro
/external/boringssl/src/crypto/cipher/
H A De_chacha20poly1305.c87 #define ALIGNED __attribute__((aligned(16))) macro
89 #define ALIGNED macro
98 uint8_t poly1305_key[32] ALIGNED; local
139 uint8_t tag[POLY1305_TAG_LEN] ALIGNED; local
153 uint8_t poly1305_key[32] ALIGNED; local
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h127 # define ALIGNED(x) __declspec(align(x)) macro
139 // Please only use the ALIGNED macro before the type.
140 // Using ALIGNED after the variable declaration is not portable!
141 # define ALIGNED(x) __attribute__((aligned(x)))
166 typedef ALIGNED(1) u16 uu16;
167 typedef ALIGNED(1) u32 uu32;
168 typedef ALIGNED(1) u64 uu64;
169 typedef ALIGNED(1) s16 us16;
170 typedef ALIGNED(1) s32 us32;
171 typedef ALIGNED(
[all...]

Completed in 1192 milliseconds