Home
last modified time | relevance | path

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

1234

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtstckintc.c80 #define ALIGNED(s) (((s) + sizeof (long) - 1) / sizeof (long) * sizeof (long)) macro
108 stack += ALIGNED (s); in new_st()
219 memmove (old_stack + ALIGNED (sizeof (mpfr_t)), mantissa, size_mantissa); in return_mpfr()
221 newx2 = (long *) (void *) (old_stack + ALIGNED (sizeof (mpfr_t))); in return_mpfr()
237 stack = (char *) newx2 + ALIGNED (size_mantissa); in return_mpfr()
250 memmove (old_stack + ALIGNED (sizeof (mpfr_t)), mantissa, size_mantissa); in return_mpfr_func()
252 (mpfr_custom_move) (newx, old_stack + ALIGNED (sizeof (mpfr_t))); in return_mpfr_func()
253 stack = old_stack + ALIGNED (sizeof (mpfr_t)) + ALIGNED (size_mantissa); in return_mpfr_func()
373 r = (long *) new_st (ALIGNED (2 * sizeof (long)) + in dummy_new()
374 ALIGNED (mpfr_custom_get_size (p))); in dummy_new()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h214 # define ALIGNED(x) __declspec(align(x)) macro
228 # define ALIGNED(x) __attribute__((aligned(x))) macro
259 typedef ALIGNED(1) u16 uu16;
260 typedef ALIGNED(1) u32 uu32;
261 typedef ALIGNED(1) u64 uu64;
262 typedef ALIGNED(1) s16 us16;
263 typedef ALIGNED(1) s32 us32;
264 typedef ALIGNED(1) s64 us64;
H A Dsanitizer_atomic.h53 volatile ALIGNED(8) Type val_dont_use;
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_internal_defs.h221 # define ALIGNED(x) __declspec(align(x)) macro
235 # define ALIGNED(x) __attribute__((aligned(x))) macro
266 typedef ALIGNED(1) u16 uu16;
267 typedef ALIGNED(1) u32 uu32;
268 typedef ALIGNED(1) u64 uu64;
269 typedef ALIGNED(1) s16 us16;
270 typedef ALIGNED(1) s32 us32;
271 typedef ALIGNED(1) s64 us64;
H A Dsanitizer_atomic.h51 volatile ALIGNED(8) Type val_dont_use;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_globals_win.cc22 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_start = {};
24 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_end = {};
H A Dasan_malloc_linux.cc265 ALIGNED(32) const MallocDebugK asan_malloc_dispatch_k = {
269 ALIGNED(32) const MallocDebugL asan_malloc_dispatch_l = {
H A Dasan_suppressions.cc24 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_globals_win.cc20 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_start = {};
22 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_end = {};
H A Dasan_malloc_linux.cc263 ALIGNED(32) const MallocDebugK asan_malloc_dispatch_k = {
267 ALIGNED(32) const MallocDebugL asan_malloc_dispatch_l = {
H A Dasan_suppressions.cc22 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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)];
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
H A Dfield.h28 # define ALIGNED __attribute__((__aligned__(16))) macro
32 # define ALIGNED macro
37 } ALIGNED gf_s, gf[1];
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
H A Dfield.h28 # define ALIGNED __attribute__((__aligned__(16))) macro
32 # define ALIGNED macro
37 } ALIGNED gf_s, gf[1];
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dpicohttpparser.c52 #define ALIGNED(n) _declspec(align(n)) macro
54 #define ALIGNED(n) __attribute__((aligned(n))) macro
78 static const char ALIGNED(16) \
152 static const char ALIGNED(16) in get_token_to_eol()
274 static const char ALIGNED(16) ranges[] = "\x00 " /* control chars and up in parse_token()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_allocator.h24 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_thread_list.cpp4 static ALIGNED(16) char thread_list_placeholder[sizeof(HwasanThreadList)];
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_atomic.h52 volatile ALIGNED(8) Type val_dont_use;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common_linux.cc31 static char linker_placeholder[sizeof(LoadedModule)] ALIGNED(64);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common_linux.cc29 static char linker_placeholder[sizeof(LoadedModule)] ALIGNED(64);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_mman.cpp64 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64);
76 static char global_proc_placeholder[sizeof(GlobalProc)] ALIGNED(64);

1234