Home
last modified time | relevance | path

Searched defs:ALIGNED (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
H A Dfield.h28 # define ALIGNED __attribute__((__aligned__(16))) macro
32 # define ALIGNED macro
/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
/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
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan.cc59 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 Dtstckintc.c80 #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 Dsanitizer_internal_defs.h214 # define ALIGNED(x) __declspec(align(x)) macro
228 # define ALIGNED(x) __attribute__((aligned(x))) macro
H A Dsanitizer_allocator_primary32.h269 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { in ALIGNED() function
H A Dsanitizer_allocator_primary64.h596 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) RegionInfo { in ALIGNED() function
/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
H A Dsanitizer_allocator_primary32.h267 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { in ALIGNED() function
H A Dsanitizer_allocator_primary64.h593 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) RegionInfo { in ALIGNED() function
/netbsd-src/external/gpl2/libmalloc/dist/
H A Dralloc.c116 #define ALIGNED(addr) (((unsigned long int) (addr) & (page_size - 1)) == 0) macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_primary32.h281 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { in ALIGNED() function
H A Dsanitizer_allocator_primary64.h668 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) RegionInfo { in ALIGNED() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.h1611 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.h1615 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \ argument