Home
last modified time | relevance | path

Searched defs:ALIGNED (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Sema/
Dalign-x86.c35 #define ALIGNED(x) __attribute__((aligned(x))) macro
47 typedef struct ALIGNED(2) { struct
48 char a[3];
/external/libunwind/include/
Dcompiler.h34 # define ALIGNED(x) __attribute__((aligned(x))) macro
58 # define ALIGNED(x) macro
/external/boringssl/src/crypto/cipher/
De_chacha20poly1305.c87 #define ALIGNED __attribute__((aligned(16))) macro
89 #define ALIGNED macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h127 # define ALIGNED(x) __declspec(align(x)) macro
141 # define ALIGNED(x) __attribute__((aligned(x))) macro
Dsanitizer_libc.cc76 struct S16 { u64 a, b; } ALIGNED(16); in internal_bzero_aligned16() local
/external/clang/test/ARCMT/
Dobjcmt-atomic-property.m183 #define ALIGNED __attribute__((aligned(16))) macro
Dobjcmt-ns-nonatomic-iosonly.m190 #define ALIGNED __attribute__((aligned(16))) macro
Dobjcmt-property.m186 #define ALIGNED __attribute__((aligned(16))) macro