Searched refs:s16 (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-12-stable/contrib/ofed/include/
H A Dtypes.h39 typedef int16_t s16; typedef
/freebsd-12-stable/sys/compat/linuxkpi/common/include/asm/
H A Dtypes.h49 typedef int16_t s16; typedef
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LegalizerInfo.cpp111 const LLT s16 = LLT::scalar(16); local
116 for (auto Ty : {p0, s1, s8, s16, s32})
119 for (auto Ty : {s8, s16, s32, p0})
123 for (auto Ty : {s8, s16, s32})
132 for (auto Ty : {s8, s16, s32, p0})
148 .legalForCartesianProduct({s1, s8, s16, s32}, {p0})
156 .legalFor({s8, s16, s32})
161 .legalFor({{s8, s8}, {s16, s8}, {s32, s8}})
170 for (auto Ty : {s8, s16, s32, p0})
174 for (auto Ty : {s8, s16, s3
207 const LLT s16 = LLT::scalar(16); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LegalizerInfo.cpp38 const LLT s16 = LLT::scalar(16); local
62 .legalFor({p0, s1, s8, s16, s32, s64, v2s32, v4s32, v2s64})
79 .legalFor({p0, s16, s32, s64, v2s32, v4s32, v2s64})
80 .clampScalar(0, s16, s64)
138 .lowerFor({s1, s8, s16, s32, s64});
162 return Ty.isVector() && Ty.getElementType() == s16 &&
165 [=](const LegalityQuery &Query) { return std::make_pair(0, s16); })
166 // If we don't have full FP16 support, then widen s16 to s32 if we
170 return Query.Types[0] == s16 && !ST.hasFullFP16();
173 .legalFor({s16, s3
[all...]
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1128 int64_t s16; local
1187 s16 =
1221 carry16 = (s16 + (int64_t) (1L << 20)) >> 21;
1223 s16 -= carry16 * ((uint64_t) 1L << 21);
1256 s16 += carry15;
1273 s16 -= s23 * 683901;
1325 carry16 = (s16 + (int64_t) (1L << 20)) >> 21;
1327 s16 -= carry16 * ((uint64_t) 1L << 21);
1342 s16 += carry15;
1352 s4 += s16 * 66664
1575 int64_t s16 = 2097151 & load_3(s + 42); local
[all...]
/freebsd-12-stable/sys/dev/ixl/
H A Dixl_pf.h368 void ixl_add_filter(struct ixl_vsi *, const u8 *, s16 vlan);
369 void ixl_del_filter(struct ixl_vsi *, const u8 *, s16 vlan);
401 ixl_find_filter(struct ixl_vsi *, const u8 *, s16);
H A Dixl.h333 s16 vlan;
485 ixl_new_filter(struct ixl_vsi *vsi, const u8 *macaddr, s16 vlan)
H A Di40e_osdep.h117 typedef int16_t s16; typedef
H A Dixl_pf_main.c1089 ixl_add_filter(struct ixl_vsi *vsi, const u8 *macaddr, s16 vlan)
1133 ixl_del_filter(struct ixl_vsi *vsi, const u8 *macaddr, s16 vlan)
1163 ixl_find_filter(struct ixl_vsi *vsi, const u8 *macaddr, s16 vlan)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h63 typedef signed short s16; typedef in namespace:scudo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp73 const LLT s16 = LLT::scalar(16); local
85 .legalForCartesianProduct({s8, s16, s32}, {s1, s8, s16});
152 {s16, p0, 16, 8},
/freebsd-12-stable/sys/dev/cxgbe/
H A Dosdep.h56 typedef int16_t s16; typedef
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h154 typedef signed short s16; typedef in namespace:__sanitizer
261 typedef ALIGNED(1) s16 us16;
H A Dsanitizer_platform_limits_freebsd.h76 s16 aio_reqprio;
H A Dsanitizer_platform_limits_posix.h142 s16 aio_reqprio;
/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Dcurve25519.c4633 int64_t s16 = kBottom21Bits & load_3(s + 42); local
4664 s16 -= s23 * 683901;
4722 carry16 = (s16 + (1 << 20)) >> 21;
4724 s16 -= carry16 * (1 << 21);
4739 s16 += carry15;
4750 s4 += s16 * 666643;
4751 s5 += s16 * 470296;
4752 s6 += s16 * 654183;
4753 s7 -= s16 * 997805;
4754 s8 += s16 * 13665
5014 int64_t s16; local
[all...]
/freebsd-12-stable/contrib/wpa/src/utils/
H A Dcommon.h95 typedef INT16 s16; typedef
107 typedef INT16 s16; typedef
124 typedef int16_t s16; typedef
/freebsd-12-stable/sys/dev/e1000/
H A De1000_osdep.h129 typedef int16_t s16; typedef
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_osdep.h150 typedef int16_t s16; typedef
/freebsd-12-stable/sys/geom/part/
H A Dg_part_gpt.c1356 g_gpt_utf8_to_utf16(const uint8_t *s8, uint16_t *s16, size_t s16len) argument
1365 bzero(s16, s16len << 1);
1372 s16[s16idx++] = htole16(0xfffd);
1406 s16[s16idx++] =
1408 s16[s16idx++] =
1411 s16[s16idx++] = (utfchar >= 0x10000) ? 0 :
1420 s16[s16idx++] = htole16(0xfffd);
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h73 #define S16_MAX ((s16)(U16_MAX >> 1))
74 #define S16_MIN ((s16)(-S16_MAX - 1))
/freebsd-12-stable/sys/dev/ice/
H A Dice_osdep.h352 * @typedef s16
355 typedef int16_t s16; typedef
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h67 typedef int16_t s16; typedef
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h113 #define s16 uint16_t macro
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64.h662 DEFINE_FPU_PSEUDO(s16, 4, FPU_S_PSEUDO_REG_ENDIAN_OFFSET, v16),

Completed in 434 milliseconds

12