Symbol: s4
lib/libcrypto/bio/bss_dgram.c
339
struct sockaddr_in s4;
lib/libcrypto/curve25519/curve25519.c
3811
int64_t s4 = 2097151 & (load_4(s + 10) >> 4);
lib/libcrypto/curve25519/curve25519.c
3940
s4 += s16 * 666643;
lib/libcrypto/curve25519/curve25519.c
3949
s4 += s15 * 470296;
lib/libcrypto/curve25519/curve25519.c
3958
s4 += s14 * 654183;
lib/libcrypto/curve25519/curve25519.c
3967
s4 -= s13 * 997805;
lib/libcrypto/curve25519/curve25519.c
3976
s4 += s12 * 136657;
lib/libcrypto/curve25519/curve25519.c
3986
carry4 = (s4 + (1 << 20)) >> 21;
lib/libcrypto/curve25519/curve25519.c
3988
s4 -= int64_lshift21(carry4);
lib/libcrypto/curve25519/curve25519.c
4003
s4 += carry3;
lib/libcrypto/curve25519/curve25519.c
4022
s4 += s12 * 136657;
lib/libcrypto/curve25519/curve25519.c
4036
s4 += carry3;
lib/libcrypto/curve25519/curve25519.c
4038
carry4 = s4 >> 21;
lib/libcrypto/curve25519/curve25519.c
4040
s4 -= int64_lshift21(carry4);
lib/libcrypto/curve25519/curve25519.c
4067
s4 += s12 * 136657;
lib/libcrypto/curve25519/curve25519.c
4081
s4 += carry3;
lib/libcrypto/curve25519/curve25519.c
4083
carry4 = s4 >> 21;
lib/libcrypto/curve25519/curve25519.c
4085
s4 -= int64_lshift21(carry4);
lib/libcrypto/curve25519/curve25519.c
4115
s[10] = (s3 >> 17) | (s4 << 4);
lib/libcrypto/curve25519/curve25519.c
4116
s[11] = s4 >> 4;
lib/libcrypto/curve25519/curve25519.c
4117
s[12] = s4 >> 12;
lib/libcrypto/curve25519/curve25519.c
4118
s[13] = (s4 >> 20) | (s5 << 1);
lib/libcrypto/curve25519/curve25519.c
4191
int64_t s4;
lib/libcrypto/curve25519/curve25519.c
4239
s4 = c4 + a0 * b4 + a1 * b3 + a2 * b2 + a3 * b1 + a4 * b0;
lib/libcrypto/curve25519/curve25519.c
4275
carry4 = (s4 + (1 << 20)) >> 21;
lib/libcrypto/curve25519/curve25519.c
4277
s4 -= int64_lshift21(carry4);
lib/libcrypto/curve25519/curve25519.c
4310
s4 += carry3;
lib/libcrypto/curve25519/curve25519.c
4431
s4 += s16 * 666643;
lib/libcrypto/curve25519/curve25519.c
4440
s4 += s15 * 470296;
lib/libcrypto/curve25519/curve25519.c
4449
s4 += s14 * 654183;
lib/libcrypto/curve25519/curve25519.c
4458
s4 -= s13 * 997805;
lib/libcrypto/curve25519/curve25519.c
4467
s4 += s12 * 136657;
lib/libcrypto/curve25519/curve25519.c
4477
carry4 = (s4 + (1 << 20)) >> 21;
lib/libcrypto/curve25519/curve25519.c
4479
s4 -= int64_lshift21(carry4);
lib/libcrypto/curve25519/curve25519.c
4494
s4 += carry3;
lib/libcrypto/curve25519/curve25519.c
4513
s4 += s12 * 136657;
lib/libcrypto/curve25519/curve25519.c
4527
s4 += carry3;
lib/libcrypto/curve25519/curve25519.c
4529
carry4 = s4 >> 21;
lib/libcrypto/curve25519/curve25519.c
4531
s4 -= int64_lshift21(carry4);
lib/libcrypto/curve25519/curve25519.c
4558
s4 += s12 * 136657;
lib/libcrypto/curve25519/curve25519.c
4572
s4 += carry3;
lib/libcrypto/curve25519/curve25519.c
4574
carry4 = s4 >> 21;
lib/libcrypto/curve25519/curve25519.c
4576
s4 -= int64_lshift21(carry4);
lib/libcrypto/curve25519/curve25519.c
4606
s[10] = (s3 >> 17) | (s4 << 4);
lib/libcrypto/curve25519/curve25519.c
4607
s[11] = s4 >> 4;
lib/libcrypto/curve25519/curve25519.c
4608
s[12] = s4 >> 12;
lib/libcrypto/curve25519/curve25519.c
4609
s[13] = (s4 >> 20) | (s5 << 1);
lib/libcrypto/poly1305/poly1305-donna.c
102
s4 = r4 * 5;
lib/libcrypto/poly1305/poly1305-donna.c
120
((unsigned long long)h1 * s4) +
lib/libcrypto/poly1305/poly1305-donna.c
126
((unsigned long long)h2 * s4) +
lib/libcrypto/poly1305/poly1305-donna.c
132
((unsigned long long)h3 * s4) +
lib/libcrypto/poly1305/poly1305-donna.c
138
((unsigned long long)h4 * s4);
lib/libcrypto/poly1305/poly1305-donna.c
88
unsigned long s1, s2, s3, s4;
lib/libm/src/e_lgamma_r.c
134
s4 = 2.66422703033638609560e-02, /* 0x3F9B481C, 0x7E939961 */
lib/libm/src/e_lgamma_r.c
272
p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
lib/libm/src/e_lgammaf_r.c
208
p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
lib/libm/src/e_lgammaf_r.c
70
s4 = 2.6642270386e-02, /* 0x3cda40e4 */
lib/libm/src/ld80/e_lgammal.c
172
s4 = -7.094891568758439227560184618114707107977E5L,
lib/libm/src/ld80/e_lgammal.c
389
(s0 + y * (s1 + y * (s2 + y * (s3 + y * (s4 + y * (s5 + y * s6))))));
regress/lib/libc/locale/uselocale/uselocale.c
219
const wchar_t s4[] = { 0x00E9, 0x0054, 0x00CC, 0x0000 };
regress/lib/libc/locale/uselocale/uselocale.c
350
TEST_R(wcsncasecmp, 0, s3, s4, 2);
regress/lib/libc/locale/uselocale/uselocale.c
351
TEST_R(wcsncasecmp_l, 0, s3, s4, 2, _LOCALE_UTF8);
regress/lib/libc/locale/uselocale/uselocale.c
352
TEST_R(wcsncasecmp_l, *s3 - *s4, s3, s4, 2, _LOCALE_C);
regress/lib/libc/locale/uselocale/uselocale.c
398
TEST_R(wcsncasecmp, *s3 - *s4, s3, s4, 2);
regress/lib/libc/locale/uselocale/uselocale.c
399
TEST_R(wcsncasecmp_l, 0, s3, s4, 2, _LOCALE_UTF8);
sbin/iked/ikev2.c
6997
struct sockaddr_in s4 = { 0 };
sbin/iked/ikev2.c
7026
s4.sin_family = AF_INET;
sbin/iked/ikev2.c
7027
s4.sin_len = sizeof(s4);
sbin/iked/ikev2.c
7028
memcpy(&s4.sin_addr.s_addr, ptr, len);
sbin/iked/ikev2.c
7030
if (strlcat(idstr, print_addr(&s4), idstrlen) >= idstrlen)
sys/arch/mips64/include/cpustate.h
146
RESTORE_REG(s4, S4, frame, bo) ;\
sys/arch/mips64/include/cpustate.h
99
SAVE_REG(s4, S4, frame, bo) ;\
sys/arch/mips64/include/frame.h
56
register_t s4;
sys/arch/mips64/mips64/db_machdep.c
109
{ "s4", (long *)&ddb_regs.s4, FCN_NULL },
sys/crypto/aes.c
120
uint32_t s0, s1, s2, s3, s4, s5, s6, s7;
sys/crypto/aes.c
255
s4 = t51 ^ t66;
sys/crypto/aes.c
264
q[3] = s4;
sys/crypto/poly1305.c
102
((unsigned long long)h1 * s4) +
sys/crypto/poly1305.c
108
((unsigned long long)h2 * s4) +
sys/crypto/poly1305.c
114
((unsigned long long)h3 * s4) +
sys/crypto/poly1305.c
120
((unsigned long long)h4 * s4);
sys/crypto/poly1305.c
70
unsigned long s1, s2, s3, s4;
sys/crypto/poly1305.c
84
s4 = r4 * 5;
usr.bin/hexdump/display.c
118
int32_t s4;
usr.bin/hexdump/display.c
159
memmove(&s4, bp, sizeof(s4));
usr.bin/hexdump/display.c
160
(void)printf(pr->fmt, (int64_t)s4);
usr.bin/openssl/s_cb.c
800
struct sockaddr_in s4;
usr.bin/openssl/s_cb.c
817
length += sizeof(peer.s4.sin_port);
usr.bin/openssl/s_cb.c
835
memcpy(buffer, &peer.s4.sin_port, sizeof(peer.s4.sin_port));
usr.bin/openssl/s_cb.c
836
memcpy(buffer + sizeof(peer.s4.sin_port),
usr.bin/openssl/s_cb.c
837
&peer.s4.sin_addr, sizeof(struct in_addr));
usr.bin/openssl/s_cb.c
868
struct sockaddr_in s4;
usr.bin/openssl/s_cb.c
884
length += sizeof(peer.s4.sin_port);
usr.bin/openssl/s_cb.c
902
memcpy(buffer, &peer.s4.sin_port, sizeof(peer.s4.sin_port));
usr.bin/openssl/s_cb.c
903
memcpy(buffer + sizeof(peer.s4.sin_port),
usr.bin/openssl/s_cb.c
904
&peer.s4.sin_addr, sizeof(struct in_addr));
usr.bin/ssh/poly1305.c
33
uint32_t s1,s2,s3,s4;
usr.bin/ssh/poly1305.c
58
s4 = r4 * 5;
usr.bin/ssh/poly1305.c
86
t[0] = mul32x32_64(h0,r0) + mul32x32_64(h1,s4) + mul32x32_64(h2,s3) + mul32x32_64(h3,s2) + mul32x32_64(h4,s1);
usr.bin/ssh/poly1305.c
87
t[1] = mul32x32_64(h0,r1) + mul32x32_64(h1,r0) + mul32x32_64(h2,s4) + mul32x32_64(h3,s3) + mul32x32_64(h4,s2);
usr.bin/ssh/poly1305.c
88
t[2] = mul32x32_64(h0,r2) + mul32x32_64(h1,r1) + mul32x32_64(h2,r0) + mul32x32_64(h3,s4) + mul32x32_64(h4,s3);
usr.bin/ssh/poly1305.c
89
t[3] = mul32x32_64(h0,r3) + mul32x32_64(h1,r2) + mul32x32_64(h2,r1) + mul32x32_64(h3,r0) + mul32x32_64(h4,s4);
usr.sbin/identd/identd.c
1176
struct sockaddr_in *s4;
usr.sbin/identd/identd.c
1187
s4 = (struct sockaddr_in *)&tir.faddr;
usr.sbin/identd/identd.c
1188
s4->sin_port = htons(c->client.port);
usr.sbin/identd/identd.c
1190
s4 = (struct sockaddr_in *)&tir.laddr;
usr.sbin/identd/identd.c
1191
s4->sin_port = htons(c->server.port);
usr.sbin/mrouted/defs.h
118
extern char s4[];
usr.sbin/mrouted/inet.c
23
char s4[SNAMLEN];
usr.sbin/mrouted/prune.c
1339
inet_fmt(gt->gt_mcastgrp, s4),
usr.sbin/mrouted/prune.c
1365
inet_fmt(gt->gt_mcastgrp, s4),