Home
last modified time | relevance | path

Searched defs:a32 (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interface.h192 typedef unsigned int a32; typedef
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interface.h196 typedef unsigned int a32; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interface.h190 typedef unsigned int a32; typedef
/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_align.c45 unsigned int a32; member
/netbsd-src/sys/arch/aarch64/aarch64/
H A Daarch32_syscall.c55 register32_t a32[EMULNAMEU(SYS_MAXSYSARGS)]; member
/netbsd-src/regress/lib/libc/divrem/
H A Ddivremtest.c83 int32_t a32, b32, sr32; in main() local
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_execve.c56 netbsd32_charp const *a32 = (void const *)array; in netbsd32_execve_fetch_element() local
H A Dnetbsd32_conv.h937 netbsd32_to_mq_attr(const struct netbsd32_mq_attr *a32, in netbsd32_to_mq_attr()
950 struct netbsd32_mq_attr *a32) in netbsd32_from_mq_attr()
H A Dnetbsd32_mqueue.c110 struct netbsd32_mq_attr a32; in netbsd32_mq_getattr() local
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Ddecl_direct_abstract.c145 } a32; typedef
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Ddfp-bit.c98 union { _Decimal32 c; decSingle f; } a32, b32, res32; in d32_binary_op() local
177 union { _Decimal32 c; decSingle f; } a32, b32; in d32_compare_op() local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Ddfp-bit.c98 union { _Decimal32 c; decSingle f; } a32, b32, res32; in d32_binary_op() local
177 union { _Decimal32 c; decSingle f; } a32, b32; in d32_compare_op() local
/netbsd-src/sys/crypto/aes/arch/x86/
H A Daes_via.c341 const uint32_t *a32 = a; in xor128() local
/netbsd-src/sys/compat/sunos32/
H A Dsunos32_misc.c321 netbsd32_charp const *a32 = (void const *)array; in sunos32_execve_fetch_element() local
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c2938 # define a32 (p->u.s[17]) in KeccakF1600Step() macro