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

/external/compiler-rt/lib/msan/
H A Dmsan_allocator.h24 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
H A Dmsan.cc58 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)];
/external/clang/test/Sema/
H A Dalign-x86.c35 #define ALIGNED(x) __attribute__((aligned(x))) macro
37 typedef ALIGNED(2) struct {
47 typedef struct ALIGNED(2) {
/external/libunwind/include/
H A Dcompiler.h34 # define ALIGNED(x) __attribute__((aligned(x))) macro
58 # define ALIGNED(x) macro
/external/boringssl/src/crypto/poly1305/
H A Dpoly1305_test.cc29 #define ALIGNED __declspec(align(16)) macro
31 #define ALIGNED alignas(16) macro
50 ALIGNED uint8_t out[16];
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h130 # define ALIGNED(x) __declspec(align(x)) macro
141 // Please only use the ALIGNED macro before the type.
142 // Using ALIGNED after the variable declaration is not portable!
143 # define ALIGNED(x) __attribute__((aligned(x)))
173 typedef ALIGNED(1) u16 uu16;
174 typedef ALIGNED(1) u32 uu32;
175 typedef ALIGNED(1) u64 uu64;
176 typedef ALIGNED(1) s16 us16;
177 typedef ALIGNED(1) s32 us32;
178 typedef ALIGNED(
[all...]
H A Dsanitizer_atomic.h48 volatile ALIGNED(8) Type val_dont_use;
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/boringssl/src/crypto/cipher/
H A De_chacha20poly1305.c83 #define ALIGNED __attribute__((aligned(16))) macro
85 #define ALIGNED macro
101 uint8_t poly1305_key[32] ALIGNED; local
142 uint8_t tag[POLY1305_TAG_LEN] ALIGNED; local
176 uint8_t tag[POLY1305_TAG_LEN] ALIGNED; local
/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc169 ALIGNED(32) const MallocDebugK asan_malloc_dispatch_k = {
173 ALIGNED(32) const MallocDebugL asan_malloc_dispatch_l = {
H A Dasan_suppressions.cc24 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
H A Dasan_thread.cc49 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
/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.cc62 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
90 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)];
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cc45 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
H A Dtsan_mman.cc61 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64);
H A Dtsan_rtl.cc48 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64);
50 static char ctx_placeholder[sizeof(Context)] ALIGNED(64);
H A Dtsan_interface_ann.cc86 static char dyn_ann_ctx_placeholder[sizeof(DynamicAnnContext)] ALIGNED(64);
H A Dtsan_interceptors.cc237 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/ImageMagick/MagickCore/
H A Daccelerate.c91 #define ALIGNED(pointer,type) ((((size_t)(pointer)) & (sizeof(type)-1)) == 0) macro
856 if (ALIGNED(inputPixels,CLPixelPacket))
903 if (ALIGNED(inputPixels,CLPixelPacket))
1096 if (ALIGNED(inputPixels,CLPixelPacket))
1116 if (ALIGNED(histogram,cl_uint4))
1140 if (ALIGNED(histogram,cl_uint4))
1157 if (ALIGNED(histogram,cl_uint4))
1418 if (ALIGNED(inputPixels,CLPixelPacket))
1437 if (ALIGNED(stretch_map, PixelPacket))
1491 if (ALIGNED(inputPixel
[all...]
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc383 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];

Completed in 1520 milliseconds