Searched refs:s4 (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-current/tests/sys/netinet/
H A Dtcp_md5_getsockopt.c53 struct sockaddr_in s4 = { 0 }; local
70 len = sizeof(s4);
72 s4.sin_family = pf;
73 s4.sin_len = sizeof(s4);
74 s4.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
75 s4.sin_port = 0;
77 s = &s4;
/freebsd-current/tools/tools/shlib-compat/test/libtest3/
H A Dtest.c30 struct s4 { struct
44 int func6(char a, struct s4 *s);
75 func6(char a, struct s4 *s)
/freebsd-current/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_rv64g.S50 sd s4, (4 * 8)(a0)
77 ld s4, (4 * 8)(a0)
H A Dsetjmp_mips.S62 REG_S s4, 7*SZREG(a0)
93 REG_L s4, 7*SZREG(a0)
H A Dsetjmp_loongarch64.S48 st.d $s4, $a0, 8*8
67 ld.d $s4, $a0, 8*8
/freebsd-current/usr.sbin/rrenumd/
H A Drrenumd.c93 int s4, s6; variable
366 if ((s4 = socket(AF_INET, SOCK_RAW, IPPROTO_ICMPV6)) < 0) {
387 if (setsockopt(s4, IPPROTO_IP, IP_IPSEC_POLICY,
395 if (setsockopt(s4, IPPROTO_IP, IP_AUTH_TRANS_LEVEL,
404 if (setsockopt(s4, IPPROTO_IP, IP_ESP_TRANS_LEVEL,
455 i = sendmsg(dl->dl_dst->sa_family == AF_INET ? s4 : s6, &sndmhdr, 0);
496 if (s == s4)
503 if (s == s4) {
622 FD_SET(s4, &fdset);
623 if (s4 > maxf
[all...]
/freebsd-current/usr.bin/calendar/tests/
H A Dregress.sh14 REGRESSION_TEST(`s4',`$CALENDAR -t 01.01.2007')
H A DMakefile32 ${PACKAGE}FILES+= regress.s4.out
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna32.h61 unsigned long s1, s2, s3, s4; local
75 s4 = r4 * 5;
92 d0 = ((unsigned long long) h0 * r0) + ((unsigned long long) h1 * s4) +
96 ((unsigned long long) h2 * s4) + ((unsigned long long) h3 * s3) +
99 ((unsigned long long) h2 * r0) + ((unsigned long long) h3 * s4) +
103 ((unsigned long long) h4 * s4);
/freebsd-current/crypto/openssh/
H A Dpoly1305.c37 uint32_t s1,s2,s3,s4; local
62 s4 = r4 * 5;
90 t[0] = mul32x32_64(h0,r0) + mul32x32_64(h1,s4) + mul32x32_64(h2,s3) + mul32x32_64(h3,s2) + mul32x32_64(h4,s1);
91 t[1] = mul32x32_64(h0,r1) + mul32x32_64(h1,r0) + mul32x32_64(h2,s4) + mul32x32_64(h3,s3) + mul32x32_64(h4,s2);
92 t[2] = mul32x32_64(h0,r2) + mul32x32_64(h1,r1) + mul32x32_64(h2,r0) + mul32x32_64(h3,s4) + mul32x32_64(h4,s3);
93 t[3] = mul32x32_64(h0,r3) + mul32x32_64(h1,r2) + mul32x32_64(h2,r1) + mul32x32_64(h3,r0) + mul32x32_64(h4,s4);
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1116 int64_t s4; local
1165 s4 = c4 + a0 * b4 + a1 * b3 + a2 * b2 + a3 * b1 + a4 * b0;
1203 carry4 = (s4 + (int64_t) (1L << 20)) >> 21;
1205 s4 -= carry4 * ((uint64_t) 1L << 21);
1238 s4 += carry3;
1352 s4 += s16 * 666643;
1360 s4 += s15 * 470296;
1368 s4 += s14 * 654183;
1376 s4 -= s13 * 997805;
1384 s4
1563 int64_t s4 = 2097151 & (load_4(s + 10) >> 4); local
[all...]
/freebsd-current/lib/libc/riscv/gen/
H A Dsetjmp.S64 sd s4, (4 * 8)(a0)
132 ld s4, (4 * 8)(a0)
H A D_setjmp.S50 sd s4, (4 * 8)(a0)
102 ld s4, (4 * 8)(a0)
/freebsd-current/usr.bin/sed/tests/
H A DMakefile34 ${PACKAGE}FILES+= regress.s4.out
H A Dregress.sh13 REGRESSION_TEST(`s4', `echo foo | sed s/,*/,/4')
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_setjmp_riscv64.S52 sd s4, 5<<3(x10)
/freebsd-current/usr.bin/hexdump/
H A Ddisplay.c118 int32_t s4; local
166 bcopy(bp, &s4, sizeof(s4));
167 (void)printf(pr->fmt, (quad_t)s4);
/freebsd-current/contrib/pnpinfo/
H A Dpnpinfo.c191 char *s1=NULL, *s2=NULL, *s3=NULL, *s4=NULL, *s5=NULL; local
214 s4 = (x & 0x10) ? "count by word" : "";
230 printf("\t%s, %s, %s, %s, %s\n",s1,s2,s3,s4,s5);
/freebsd-current/contrib/netbsd-tests/net/mcast/
H A Dmcast.c95 struct sockaddr_in *s4; local
101 s4 = (void *)ai->ai_addr;
102 assert(sizeof(*s4) == ai->ai_addrlen);
103 m4.imr_multiaddr = s4->sin_addr;
/freebsd-current/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c81 s4 = rotl64(z6 + x1, 31); \
102 z1 = s0 ^ s4, z5 = t0 ^ t1; \
106 r3 = (z3 ^ s4) + (t0 ^ z7); z4 = s5 ^ s6; \
122 uint64_t s0, s1, s2, s3, s4, s5, s6, s7; local
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-mips.pl35 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
52 # ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7)=map("\$$_",(16..23));
175 ($s0,$s1,$s2,$s3,$s4,$s5,$in0,$in1,$t2);
198 sd $s4,32($sp)
338 ld $s4,32($sp)
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc115 const char* s4, const char* s5, const char* s6,
117 return std::string(s1) + s2 + s3 + s4 + s5 + s6 + s7;
121 const char* s4, const char* s5, const char* s6,
123 return std::string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8;
127 const char* s4, const char* s5, const char* s6,
129 return std::string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
133 const char* s4, const char* s5, const char* s6,
136 return std::string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
164 const char* s4, const char* s5, const char* s6,
166 return std::string(s1) + s2 + s3 + s4
114 Concat7(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7) argument
120 Concat8(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8) argument
126 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
132 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
163 Concat7(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7) argument
169 Concat8(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8) argument
175 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
181 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
[all...]
/freebsd-current/crypto/openssl/crypto/ec/
H A Dcurve25519.c4631 int64_t s4 = kBottom21Bits & (load_4(s + 10) >> 4); local
4760 s4 += s16 * 666643;
4769 s4 += s15 * 470296;
4778 s4 += s14 * 654183;
4787 s4 -= s13 * 997805;
4796 s4 += s12 * 136657;
4806 carry4 = (s4 + (1 << 20)) >> 21;
4808 s4 -= carry4 * (1 << 21);
4823 s4 += carry3;
4842 s4
5012 int64_t s4; local
[all...]
/freebsd-current/sys/riscv/riscv/
H A Dsupport.S237 sd s4, (4 * 8)(a0)
262 ld s4, (4 * 8)(a0)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/riscv/
H A Dsave.S69 sw s4, 40(sp)
176 sd s4, 64(sp)

Completed in 197 milliseconds

123