Searched refs:ALIGNED (Results 1 - 21 of 21) sorted by relevance

/external/compiler-rt/lib/msan/
H A Dmsan_allocator.h24 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
/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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic.h48 volatile ALIGNED(8) Type val_dont_use;
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...]
H A Dsanitizer_allocator.cc50 static ALIGNED(64) char internal_alloc_placeholder[sizeof(InternalAllocator)];
H A Dsanitizer_libc.cc77 struct S16 { u64 a, b; } ALIGNED(16);
/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/lsan/
H A Dlsan_common_linux.cc31 static char linker_placeholder[2 * sizeof(LoadedModule)] ALIGNED(64);
H A Dlsan_thread.cc38 static char thread_registry_placeholder[sizeof(ThreadRegistry)] ALIGNED(64);
H A Dlsan_common.cc94 ALIGNED(64) static char placeholder[sizeof(SuppressionContext)];
119 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)];
/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc43 ALIGNED(32) const MallocDebug asan_malloc_dispatch = {
H A Dasan_thread.cc44 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_suppressions_test.cc86 ALIGNED(64) char placeholder_[sizeof(SuppressionContext)];
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cc79 ALIGNED(64) static char placeholder_[sizeof(SuppressionContext)];
H A Dtsan_mman.cc49 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64);
H A Dtsan_interface_ann.cc86 static char dyn_ann_ctx_placeholder[sizeof(DynamicAnnContext)] ALIGNED(64);
H A Dtsan_rtl.cc47 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64);
49 static char ctx_placeholder[sizeof(Context)] ALIGNED(64);
H A Dtsan_interceptors.cc135 static ALIGNED(64) char libignore_placeholder[sizeof(LibIgnore)];
/external/libunwind/src/mi/
H A Dmempool.c42 static char sos_memory[SOS_MEMORY_SIZE] ALIGNED(MAX_ALIGN);
/external/srec/config/en.us/dictionary/
H A Dc0.62465 ALIGNED AH0 L AY1 N D
[all...]

Completed in 435 milliseconds