Symbol: s16
crypto/libressl/crypto/curve25519/curve25519.c
3832
int64_t s16 = 2097151 & load_3(s + 42);
crypto/libressl/crypto/curve25519/curve25519.c
3863
s16 -= s23 * 683901;
crypto/libressl/crypto/curve25519/curve25519.c
3921
carry16 = (s16 + (1 << 20)) >> 21;
crypto/libressl/crypto/curve25519/curve25519.c
3923
s16 -= carry16 << 21;
crypto/libressl/crypto/curve25519/curve25519.c
3938
s16 += carry15;
crypto/libressl/crypto/curve25519/curve25519.c
3949
s4 += s16 * 666643;
crypto/libressl/crypto/curve25519/curve25519.c
3950
s5 += s16 * 470296;
crypto/libressl/crypto/curve25519/curve25519.c
3951
s6 += s16 * 654183;
crypto/libressl/crypto/curve25519/curve25519.c
3952
s7 -= s16 * 997805;
crypto/libressl/crypto/curve25519/curve25519.c
3953
s8 += s16 * 136657;
crypto/libressl/crypto/curve25519/curve25519.c
3954
s9 -= s16 * 683901;
crypto/libressl/crypto/curve25519/curve25519.c
3955
s16 = 0;
crypto/libressl/crypto/curve25519/curve25519.c
4213
int64_t s16;
crypto/libressl/crypto/curve25519/curve25519.c
4270
s16 = a5 * b11 + a6 * b10 + a7 * b9 + a8 * b8 + a9 * b7 + a10 * b6 + a11 * b5;
crypto/libressl/crypto/curve25519/curve25519.c
4303
carry16 = (s16 + (1 << 20)) >> 21;
crypto/libressl/crypto/curve25519/curve25519.c
4305
s16 -= carry16 << 21;
crypto/libressl/crypto/curve25519/curve25519.c
4338
s16 += carry15;
crypto/libressl/crypto/curve25519/curve25519.c
4355
s16 -= s23 * 683901;
crypto/libressl/crypto/curve25519/curve25519.c
4413
carry16 = (s16 + (1 << 20)) >> 21;
crypto/libressl/crypto/curve25519/curve25519.c
4415
s16 -= carry16 << 21;
crypto/libressl/crypto/curve25519/curve25519.c
4430
s16 += carry15;
crypto/libressl/crypto/curve25519/curve25519.c
4441
s4 += s16 * 666643;
crypto/libressl/crypto/curve25519/curve25519.c
4442
s5 += s16 * 470296;
crypto/libressl/crypto/curve25519/curve25519.c
4443
s6 += s16 * 654183;
crypto/libressl/crypto/curve25519/curve25519.c
4444
s7 -= s16 * 997805;
crypto/libressl/crypto/curve25519/curve25519.c
4445
s8 += s16 * 136657;
crypto/libressl/crypto/curve25519/curve25519.c
4446
s9 -= s16 * 683901;
crypto/libressl/crypto/curve25519/curve25519.c
4447
s16 = 0;
sbin/gpt/gpt.c
121
utf16_to_utf8(const uint16_t *s16, size_t s16len, char *s8, size_t s8len)
sbin/gpt/gpt.c
128
while (s16idx < s16len && s16[s16idx] != 0) {
sbin/gpt/gpt.c
129
utfchar = le16toh(s16[s16idx++]);
sbin/gpt/gpt.c
135
low = le16toh(s16[s16idx]);
sbin/gpt/gpt.c
186
utf8_to_utf16(const char *s8, uint16_t *s16, size_t s16len)
sbin/gpt/gpt.c
233
s16[s16idx++] = htole16((uint16_t)utfchar);
sbin/gpt/gpt.c
239
s16[s16idx++] = htole16(0xd800 | (utfchar >> 10));
sbin/gpt/gpt.c
240
s16[s16idx++] = htole16(0xdc00 | (utfchar & 0x3ff));
sbin/gpt/gpt.c
246
s16[s16idx++] = 0;
sys/dev/drm/i915/intel_sprite.c
477
static const s16 csc_matrix[][9] = {
sys/dev/drm/i915/intel_sprite.c
491
const s16 *csc = csc_matrix[plane_state->base.color_encoding];
sys/dev/netif/ix/ixgbe_common.c
3174
s16 devctl2;