Searched refs:a6 (Results 51 - 75 of 81) sorted by relevance

1234

/freebsd-13-stable/lib/libc/net/
H A Dgetaddrinfo.c1691 struct in6_addr *a6; local
1694 a6 = &sin6->sin6_addr;
1700 if (IN6_IS_ADDR_LINKLOCAL(a6) || IN6_IS_ADDR_MC_LINKLOCAL(a6) ||
1701 IN6_IS_ADDR_MC_NODELOCAL(a6)) {
1714 if (IN6_IS_ADDR_SITELOCAL(a6) || IN6_IS_ADDR_MC_SITELOCAL(a6))
1716 if (IN6_IS_ADDR_MC_ORGLOCAL(a6))
/freebsd-13-stable/lib/msun/ld80/
H A De_lgammal_r.c65 #define a6 (a6u.e) macro
315 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*(a10+z*a12)))));
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh143 s/,/ a6% /
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c867 TPARM_ARG a6,
872 return tparm_varargs(string, a1, a2, a3, a4, a5, a6, a7, a8, a9);
861 tparm_proto(const char *string, TPARM_ARG a1, TPARM_ARG a2, TPARM_ARG a3, TPARM_ARG a4, TPARM_ARG a5, TPARM_ARG a6, TPARM_ARG a7, TPARM_ARG a8, TPARM_ARG a9) argument
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dmips-mont.pl36 ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
51 # ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
104 $lo0=$a6;
H A Dmips.pl98 ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
102 ($ta0,$ta1,$ta2,$ta3)=($a4,$a5,$a6,$a7);
/freebsd-13-stable/sys/mips/mips/
H A Dtrap.c399 sa->args[5] = locr0->a6;
425 sa->args[6] = locr0->a6;
1307 (intmax_t)frame->a4, (intmax_t)frame->a5, (intmax_t)frame->a6, (intmax_t)frame->a7);
1349 (intmax_t)frame->a4, (intmax_t)frame->a5, (intmax_t)frame->a6, (intmax_t)frame->a7);
H A Dvm_machdep.c512 DB_PRINT_REG(trapframe, a6);
/freebsd-13-stable/lib/libc/resolv/
H A Dres_init.c438 struct in6_addr a6; local
483 else if (inet_pton(AF_INET6, net, &a6) == 1) {
486 ext->sort_list[nsort].addr.in6a = a6;
/freebsd-13-stable/crypto/openssl/crypto/aes/
H A Daes_core.c131 u32 x, y, a1, a2, a3, a4, a5, a6; local
166 a6 = a4 >> 2;
168 a5 = a6 & 0x20202020u;
170 a5 ^= (a6 << 1) & 0x20202020u;
222 u64 x, y, a1, a2, a3, a4, a5, a6; local
257 a6 = a4 >> 2;
259 a5 = a6 & 0x2020202020202020uLL;
261 a5 ^= (a6 << 1) & 0x2020202020202020uLL;
316 u64 x, y, a1, a2, a3, a4, a5, a6; local
354 a6
[all...]
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c583 struct sockaddr_in6 a6; member in union:__anon6306
590 if(inet_pton(AF_INET6, str, &addr.a6.sin6_addr) > 0) {
592 addr.a6.sin6_family = AF_INET6;
593 addr.a6.sin6_port = (in_port_t)htons(p);
594 len = (socklen_t)sizeof(addr.a6);
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Dcurve25519.c4968 int64_t a6 = kBottom21Bits & (load_4(a + 15) >> 6); local
5052 s6 = c6 + a0 * b6 + a1 * b5 + a2 * b4 + a3 * b3 + a4 * b2 + a5 * b1 + a6 * b0;
5053 s7 = c7 + a0 * b7 + a1 * b6 + a2 * b5 + a3 * b4 + a4 * b3 + a5 * b2 + a6 * b1 + a7 * b0;
5054 s8 = c8 + a0 * b8 + a1 * b7 + a2 * b6 + a3 * b5 + a4 * b4 + a5 * b3 + a6 * b2 + a7 * b1 + a8 * b0;
5055 s9 = c9 + a0 * b9 + a1 * b8 + a2 * b7 + a3 * b6 + a4 * b5 + a5 * b4 + a6 * b3 + a7 * b2 + a8 * b1 + a9 * b0;
5056 s10 = c10 + a0 * b10 + a1 * b9 + a2 * b8 + a3 * b7 + a4 * b6 + a5 * b5 + a6 * b4 + a7 * b3 + a8 * b2 + a9 * b1 + a10 * b0;
5057 s11 = c11 + a0 * b11 + a1 * b10 + a2 * b9 + a3 * b8 + a4 * b7 + a5 * b6 + a6 * b5 + a7 * b4 + a8 * b3 + a9 * b2 + a10 * b1 + a11 * b0;
5058 s12 = a1 * b11 + a2 * b10 + a3 * b9 + a4 * b8 + a5 * b7 + a6 * b6 + a7 * b5 + a8 * b4 + a9 * b3 + a10 * b2 + a11 * b1;
5059 s13 = a2 * b11 + a3 * b10 + a4 * b9 + a5 * b8 + a6 * b7 + a7 * b6 + a8 * b5 + a9 * b4 + a10 * b3 + a11 * b2;
5060 s14 = a3 * b11 + a4 * b10 + a5 * b9 + a6 * b
[all...]
/freebsd-13-stable/sys/net/
H A Dif_ethersubr.c242 const struct in6_addr *a6; local
243 a6 = &(((const struct sockaddr_in6 *)dst)->sin6_addr);
244 ETHER_MAP_IPV6_MULTICAST(a6, eh->ether_dhost);
/freebsd-13-stable/sbin/ipfw/
H A Dtables.c1275 memcpy(&tfe->a.a6.sip6, &tmp, 16);
1341 memcpy(&tfe->a.a6.dip6, &tmp, 16);
1904 paddr = &tfe->a.a6.sip6;
1924 paddr = &tfe->a.a6.dip6;
/freebsd-13-stable/sys/nlm/
H A Dnlm_prot_impl.c894 const struct sockaddr_in6 *a6, *b6; local
908 a6 = (const struct sockaddr_in6 *) a;
910 return !memcmp(&a6->sin6_addr, &b6->sin6_addr,
911 sizeof(a6->sin6_addr));
/freebsd-13-stable/contrib/unbound/services/
H A Dlisten_dnsport.c1452 char a6[INET6_ADDRSTRLEN + 1]; local
1455 if(!inet_ntop(family, &in6->sin6_addr, a6, sizeof(a6))) {
1463 "%s%%%s%s", a6, if_index_name, atsign);
1466 a6, atsign);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h868 #define __sanitizer_syscall_pre_compat_10_omsgsys(which, a2, a3, a4, a5, a6) \
871 (long long)(a5), (long long)(a6))
873 a6) \
876 (long long)(a4), (long long)(a5), (long long)(a6))
1100 #define __sanitizer_syscall_pre_afssys(id, a1, a2, a3, a4, a5, a6) \
1103 (long long)(a4), (long long)(a5), (long long)(a6))
1104 #define __sanitizer_syscall_post_afssys(res, id, a1, a2, a3, a4, a5, a6) \
1107 (long long)(a4), (long long)(a5), (long long)(a6))
3402 long long a6);
3407 long long a6);
[all...]
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-mips.pl36 ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
51 # ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
H A Dsha512-mips.pl38 ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
54 # ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-generated-function-mockers_test.cc591 int a5, int a6, char a7, int a8, bool a9)> foo;
H A Dgmock-generated-matchers_test.cc1079 EqualsSumOfMatcherP6<int, int, int, int, int, char> a6 = local
1097 (void)a6;
/freebsd-13-stable/sys/netinet/
H A Dip_fw.h865 } a6; member in union:tflow_entry::__anon15348
/freebsd-13-stable/sys/riscv/riscv/
H A Dswtch.S426 ld a6, (TF_A + 6 * 8)(sp)
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S1693 ld a6, 32(t4)
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl44 ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
59 # ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
119 my ($inp,$out,$key,$Tbl,$s0,$s1,$s2,$s3)=($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7);
1307 my ($rk0,$rk1,$rk2,$rk3,$rk4,$rk5,$rk6,$rk7)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3);
1634 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3);

Completed in 483 milliseconds

1234