Symbol: s8
crypto/libressl/crypto/curve25519/curve25519.c
3824
int64_t s8 = 2097151 & load_3(s + 21);
crypto/libressl/crypto/curve25519/curve25519.c
3882
s8 += s20 * 666643;
crypto/libressl/crypto/curve25519/curve25519.c
3891
s8 += s19 * 470296;
crypto/libressl/crypto/curve25519/curve25519.c
3900
s8 += s18 * 654183;
crypto/libressl/crypto/curve25519/curve25519.c
3909
carry8 = (s8 + (1 << 20)) >> 21;
crypto/libressl/crypto/curve25519/curve25519.c
3911
s8 -= carry8 << 21;
crypto/libressl/crypto/curve25519/curve25519.c
3926
s8 += carry7;
crypto/libressl/crypto/curve25519/curve25519.c
3944
s8 -= s17 * 997805;
crypto/libressl/crypto/curve25519/curve25519.c
3953
s8 += s16 * 136657;
crypto/libressl/crypto/curve25519/curve25519.c
3962
s8 -= s15 * 683901;
crypto/libressl/crypto/curve25519/curve25519.c
4001
carry8 = (s8 + (1 << 20)) >> 21;
crypto/libressl/crypto/curve25519/curve25519.c
4003
s8 -= carry8 << 21;
crypto/libressl/crypto/curve25519/curve25519.c
4018
s8 += carry7;
crypto/libressl/crypto/curve25519/curve25519.c
4057
s8 += carry7;
crypto/libressl/crypto/curve25519/curve25519.c
4059
carry8 = s8 >> 21;
crypto/libressl/crypto/curve25519/curve25519.c
4061
s8 -= carry8 << 21;
crypto/libressl/crypto/curve25519/curve25519.c
4102
s8 += carry7;
crypto/libressl/crypto/curve25519/curve25519.c
4104
carry8 = s8 >> 21;
crypto/libressl/crypto/curve25519/curve25519.c
4106
s8 -= carry8 << 21;
crypto/libressl/crypto/curve25519/curve25519.c
4135
s[21] = s8 >> 0;
crypto/libressl/crypto/curve25519/curve25519.c
4136
s[22] = s8 >> 8;
crypto/libressl/crypto/curve25519/curve25519.c
4137
s[23] = (s8 >> 16) | (s9 << 5);
crypto/libressl/crypto/curve25519/curve25519.c
4205
int64_t s8;
crypto/libressl/crypto/curve25519/curve25519.c
4254
s8 = c8 + a0 * b8 + a1 * b7 + a2 * b6 + a3 * b5 + a4 * b4 + a5 * b3 +
crypto/libressl/crypto/curve25519/curve25519.c
4291
carry8 = (s8 + (1 << 20)) >> 21;
crypto/libressl/crypto/curve25519/curve25519.c
4293
s8 -= carry8 << 21;
crypto/libressl/crypto/curve25519/curve25519.c
4326
s8 += carry7;
crypto/libressl/crypto/curve25519/curve25519.c
4374
s8 += s20 * 666643;
crypto/libressl/crypto/curve25519/curve25519.c
4383
s8 += s19 * 470296;
crypto/libressl/crypto/curve25519/curve25519.c
4392
s8 += s18 * 654183;
crypto/libressl/crypto/curve25519/curve25519.c
4401
carry8 = (s8 + (1 << 20)) >> 21;
crypto/libressl/crypto/curve25519/curve25519.c
4403
s8 -= carry8 << 21;
crypto/libressl/crypto/curve25519/curve25519.c
4418
s8 += carry7;
crypto/libressl/crypto/curve25519/curve25519.c
4436
s8 -= s17 * 997805;
crypto/libressl/crypto/curve25519/curve25519.c
4445
s8 += s16 * 136657;
crypto/libressl/crypto/curve25519/curve25519.c
4454
s8 -= s15 * 683901;
crypto/libressl/crypto/curve25519/curve25519.c
4493
carry8 = (s8 + (1 << 20)) >> 21;
crypto/libressl/crypto/curve25519/curve25519.c
4495
s8 -= carry8 << 21;
crypto/libressl/crypto/curve25519/curve25519.c
4510
s8 += carry7;
crypto/libressl/crypto/curve25519/curve25519.c
4549
s8 += carry7;
crypto/libressl/crypto/curve25519/curve25519.c
4551
carry8 = s8 >> 21;
crypto/libressl/crypto/curve25519/curve25519.c
4553
s8 -= carry8 << 21;
crypto/libressl/crypto/curve25519/curve25519.c
4594
s8 += carry7;
crypto/libressl/crypto/curve25519/curve25519.c
4596
carry8 = s8 >> 21;
crypto/libressl/crypto/curve25519/curve25519.c
4598
s8 -= carry8 << 21;
crypto/libressl/crypto/curve25519/curve25519.c
4627
s[21] = s8 >> 0;
crypto/libressl/crypto/curve25519/curve25519.c
4628
s[22] = s8 >> 8;
crypto/libressl/crypto/curve25519/curve25519.c
4629
s[23] = (s8 >> 16) | (s9 << 5);
sbin/gpt/gpt.c
121
utf16_to_utf8(const uint16_t *s16, size_t s16len, char *s8, size_t s8len)
sbin/gpt/gpt.c
125
unsigned char *us8 = (unsigned char *)s8;
sbin/gpt/gpt.c
186
utf8_to_utf16(const char *s8, uint16_t *s16, size_t s16len)
sbin/gpt/gpt.c
191
const unsigned char *us8 = (const unsigned char *)s8;
usr.bin/hexdump/display.c
109
bcopy(bp, &s8, sizeof(s8));
usr.bin/hexdump/display.c
110
(void)printf(pr->fmt, s8);
usr.bin/hexdump/display.c
59
int64_t s8;