/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 140 # define ALIGNED(x) __declspec(align(x)) macro 154 # define ALIGNED(x) __attribute__((aligned(x))) macro 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(1) s64 us64;
|
D | sanitizer_atomic.h | 48 volatile ALIGNED(8) Type val_dont_use;
|
D | sanitizer_allocator.cc | 50 static ALIGNED(64) char internal_alloc_placeholder[sizeof(InternalAllocator)];
|
D | sanitizer_libc.cc | 77 struct S16 { u64 a, b; } ALIGNED(16); in internal_bzero_aligned16() local
|
/external/clang/test/Sema/ |
D | align-x86.c | 33 #define ALIGNED(x) __attribute__((aligned(x))) macro 35 typedef ALIGNED(2) struct { 45 typedef struct ALIGNED(2) { struct
|
/external/llvm/test/CodeGen/X86/ |
D | unaligned-spill-folding.ll | 2 …bsd -mcpu=core2 -stack-alignment=16 -relocation-model=pic < %s | FileCheck %s -check-prefix=ALIGNED 40 ; ALIGNED-LABEL: @test1 41 ; ALIGNED-NOT: andl $-{{..}}, %esp 42 ; ALIGNED: movdqa {{.*}} # 16-byte Spill 43 ; ALIGNED: paddd {{.*}} # 16-byte Folded Reload
|
/external/chromium_org/third_party/boringssl/src/crypto/cipher/ |
D | e_chacha20poly1305.c | 85 #define ALIGNED __attribute__((aligned(16))) macro 87 #define ALIGNED macro 96 uint8_t poly1305_key[32] ALIGNED; in aead_chacha20_poly1305_seal() 157 uint8_t poly1305_key[32] ALIGNED; in aead_chacha20_poly1305_open()
|
/external/libunwind/include/ |
D | compiler.h | 34 # define ALIGNED(x) __attribute__((aligned(x))) macro 58 # define ALIGNED(x) macro
|
/external/compiler-rt/lib/msan/ |
D | msan_allocator.h | 24 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
|
/external/clang/test/ARCMT/ |
D | objcmt-atomic-property.m | 183 #define ALIGNED __attribute__((aligned(16))) macro 207 - (id)method1 ALIGNED NS_AVAILABLE; 208 - (void) setMethod1 : (id) object NS_AVAILABLE ALIGNED;
|
D | objcmt-property.m | 186 #define ALIGNED __attribute__((aligned(16))) macro 210 - (id)method1 ALIGNED NS_AVAILABLE; 211 - (void) setMethod1 : (id) object NS_AVAILABLE ALIGNED;
|
D | objcmt-ns-nonatomic-iosonly.m | 190 #define ALIGNED __attribute__((aligned(16))) macro 214 - (id)method1 ALIGNED NS_AVAILABLE; 215 - (void) setMethod1 : (id) object NS_AVAILABLE ALIGNED;
|
D | objcmt-atomic-property.m.result | 160 #define ALIGNED __attribute__((aligned(16))) 183 @property (strong) id method1 ALIGNED NS_AVAILABLE;
|
D | objcmt-ns-nonatomic-iosonly.m.result | 167 #define ALIGNED __attribute__((aligned(16))) 190 @property (NS_NONATOMIC_IOSONLY, strong) id method1 ALIGNED NS_AVAILABLE;
|
D | objcmt-property.m.result | 163 #define ALIGNED __attribute__((aligned(16))) 186 @property (nonatomic, strong) id method1 ALIGNED NS_AVAILABLE;
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common_linux.cc | 31 static char linker_placeholder[2 * sizeof(LoadedModule)] ALIGNED(64);
|
D | lsan_thread.cc | 38 static char thread_registry_placeholder[sizeof(ThreadRegistry)] ALIGNED(64); in InitializeThreadRegistry()
|
D | lsan_common.cc | 94 ALIGNED(64) static char placeholder[sizeof(SuppressionContext)]; in InitializeSuppressions() 119 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)]; in InitializeRootRegions()
|
/external/libunwind/src/mi/ |
D | mempool.c | 42 static char sos_memory[SOS_MEMORY_SIZE] ALIGNED(MAX_ALIGN);
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 43 ALIGNED(32) const MallocDebug asan_malloc_dispatch = {
|
D | asan_thread.cc | 44 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_suppressions_test.cc | 86 ALIGNED(64) char placeholder_[sizeof(SuppressionContext)];
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_suppressions.cc | 79 ALIGNED(64) static char placeholder_[sizeof(SuppressionContext)]; in InitializeSuppressions()
|
D | tsan_mman.cc | 49 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64);
|
D | tsan_rtl.cc | 47 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64); 49 static char ctx_placeholder[sizeof(Context)] ALIGNED(64);
|