Home
last modified time | relevance | path

Searched refs:ALIGNED (Results 1 – 25 of 50) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa-pro-end.h63 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGNED) \ argument
67 fprintf ((FILE), "%d\n", MAX ((SIZE), ((ALIGNED) / BITS_PER_UNIT)));}
73 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \ argument
75 fprintf ((FILE), "\t.align %d\n", ((ALIGNED) / BITS_PER_UNIT)); \
H A Dpa.h1892 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGNED) \ argument
1896 fprintf ((FILE), "%d\n", MAX ((SIZE), ((ALIGNED) / BITS_PER_UNIT)));}
1901 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \ argument
1903 fprintf ((FILE), "\t.align %d\n", ((ALIGNED) / BITS_PER_UNIT)); \
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h218 # define ALIGNED(x) __declspec(align(x)) macro
232 # define ALIGNED(x) __attribute__((aligned(x))) macro
271 typedef ALIGNED(1) u16 uu16;
272 typedef ALIGNED(1) u32 uu32;
273 typedef ALIGNED(1) u64 uu64;
274 typedef ALIGNED(1) s16 us16;
275 typedef ALIGNED(1) s32 us32;
276 typedef ALIGNED(1) s64 us64;
H A Dsanitizer_atomic.h52 volatile ALIGNED(8) Type val_dont_use;
H A Dsanitizer_allocator.cpp28 static ALIGNED(64) char internal_alloc_placeholder[sizeof(InternalAllocator)];
H A Dsanitizer_allocator_primary32.h281 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { in ALIGNED() function
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_globals_win.cpp21 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_start = {};
23 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_end = {};
H A Dasan_malloc_linux.cpp191 ALIGNED(32) const MallocDebugK asan_malloc_dispatch_k = {
195 ALIGNED(32) const MallocDebugL asan_malloc_dispatch_l = {
H A Dasan_suppressions.cpp23 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_allocator.h22 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
H A Dmsan.cpp60 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; variable
63 ALIGNED(16) variable
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.h21 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.cpp4 static ALIGNED(16) char thread_list_placeholder[sizeof(HwasanThreadList)];
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp34 static ALIGNED(64) char thread_registry_placeholder[sizeof(ThreadRegistry)]; in InitializeThreadRegistry()
H A Dlsan_common_linux.cpp31 static char linker_placeholder[sizeof(LoadedModule)] ALIGNED(64);
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h33 # define VECTOR_ALIGNED ALIGNED(16)
H A Dtsan_suppressions.cpp44 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
H A Dtsan_mman.cpp52 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64);
73 static char global_proc_placeholder[sizeof(GlobalProc)] ALIGNED(64);
H A Dtsan_platform_mac.cpp49 static char main_thread_state[sizeof(ThreadState)] ALIGNED(
H A Dtsan_rtl.h156 } ALIGNED(SANITIZER_CACHE_LINE_SIZE);
237 } ALIGNED(SANITIZER_CACHE_LINE_SIZE);
H A Dtsan_interface_ann.cpp79 static char dyn_ann_ctx_placeholder[sizeof(DynamicAnnContext)] ALIGNED(64);
H A Dtsan_rtl.cpp50 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(
53 static char ctx_placeholder[sizeof(Context)] ALIGNED(SANITIZER_CACHE_LINE_SIZE);
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp40 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp397 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.h2345 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \ argument
2349 (SIZE), ((ALIGNED) / BITS_PER_UNIT)))

12