Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/poly1305/
Dpoly1305_test.cc29 #define ALIGNED __declspec(align(16)) macro
31 #define ALIGNED alignas(16) macro
/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.c83 #define ALIGNED __attribute__((aligned(16))) macro
85 #define ALIGNED macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h130 # define ALIGNED(x) __declspec(align(x)) macro
143 # define ALIGNED(x) __attribute__((aligned(x))) macro
Dsanitizer_libc.cc77 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
/external/compiler-rt/lib/msan/
Dmsan.cc58 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; variable