| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | tstckintc.c | 80 #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 D | sanitizer_internal_defs.h | 214 # 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 D | sanitizer_atomic.h | 53 volatile ALIGNED(8) Type val_dont_use;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_internal_defs.h | 221 # 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 D | sanitizer_atomic.h | 51 volatile ALIGNED(8) Type val_dont_use;
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_globals_win.cc | 22 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_start = {}; 24 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_end = {};
|
| H A D | asan_malloc_linux.cc | 265 ALIGNED(32) const MallocDebugK asan_malloc_dispatch_k = { 269 ALIGNED(32) const MallocDebugL asan_malloc_dispatch_l = {
|
| H A D | asan_suppressions.cc | 24 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| H A D | asan_globals_win.cc | 20 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_start = {}; 22 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_end = {};
|
| H A D | asan_malloc_linux.cc | 263 ALIGNED(32) const MallocDebugK asan_malloc_dispatch_k = { 267 ALIGNED(32) const MallocDebugL asan_malloc_dispatch_l = {
|
| H A D | asan_suppressions.cc | 22 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| H A D | asan_globals_win.cpp | 21 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_start = {}; 23 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_end = {};
|
| H A D | asan_malloc_linux.cpp | 191 ALIGNED(32) const MallocDebugK asan_malloc_dispatch_k = { 195 ALIGNED(32) const MallocDebugL asan_malloc_dispatch_l = {
|
| H A D | asan_suppressions.cpp | 23 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/ |
| H A D | field.h | 28 # 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 D | field.h | 28 # 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 D | picohttpparser.c | 52 #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 D | msan_allocator.h | 24 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| H A D | hwasan_thread_list.cpp | 4 static ALIGNED(16) char thread_list_placeholder[sizeof(HwasanThreadList)];
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_atomic.h | 52 volatile ALIGNED(8) Type val_dont_use;
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
| H A D | lsan_thread.cpp | 34 static ALIGNED(64) char thread_registry_placeholder[sizeof(ThreadRegistry)]; in InitializeThreadRegistry()
|
| H A D | lsan_common_linux.cpp | 31 static char linker_placeholder[sizeof(LoadedModule)] ALIGNED(64);
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| H A D | lsan_common_linux.cc | 31 static char linker_placeholder[sizeof(LoadedModule)] ALIGNED(64);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
| H A D | lsan_common_linux.cc | 29 static char linker_placeholder[sizeof(LoadedModule)] ALIGNED(64);
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_mman.cpp | 64 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64); 76 static char global_proc_placeholder[sizeof(GlobalProc)] ALIGNED(64);
|