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

/external/clang/test/Sema/
H A Dalign-x86.c33 #define ALIGNED(x) __attribute__((aligned(x))) macro
35 typedef ALIGNED(2) struct {
45 typedef struct ALIGNED(2) {
/external/libunwind/include/
H A Dcompiler.h34 # define ALIGNED(x) __attribute__((aligned(x))) macro
58 # define ALIGNED(x) macro
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A De_chacha20poly1305.c85 #define ALIGNED __attribute__((aligned(16))) macro
87 #define ALIGNED macro
96 uint8_t poly1305_key[32] ALIGNED; local
157 uint8_t poly1305_key[32] ALIGNED; local
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h140 # define ALIGNED(x) __declspec(align(x)) macro
152 // Please only use the ALIGNED macro before the type.
153 // Using ALIGNED after the variable declaration is not portable!
154 # define ALIGNED(x) __attribute__((aligned(x)))
179 typedef ALIGNED(1) u16 uu16;
180 typedef ALIGNED(1) u32 uu32;
181 typedef ALIGNED(1) u64 uu64;
182 typedef ALIGNED(1) s16 us16;
183 typedef ALIGNED(1) s32 us32;
184 typedef ALIGNED(
[all...]

Completed in 113 milliseconds