/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
|
/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
|
/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
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan.cc | 59 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; variable 62 ALIGNED(16) variable
|
/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
|
/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
|
H A D | sanitizer_allocator_primary32.h | 269 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { in ALIGNED() function
|
H A D | sanitizer_allocator_primary64.h | 596 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) RegionInfo { in ALIGNED() function
|
/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
|
H A D | sanitizer_allocator_primary32.h | 267 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { in ALIGNED() function
|
H A D | sanitizer_allocator_primary64.h | 593 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) RegionInfo { in ALIGNED() function
|
/netbsd-src/external/gpl2/libmalloc/dist/ |
H A D | ralloc.c | 116 #define ALIGNED(addr) (((unsigned long int) (addr) & (page_size - 1)) == 0) macro
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_primary32.h | 281 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { in ALIGNED() function
|
H A D | sanitizer_allocator_primary64.h | 668 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) RegionInfo { in ALIGNED() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc.h | 1611 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sparc.h | 1615 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \ argument
|