Searched refs:int16_t (Results 201 - 225 of 518) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/arm/nvidia/
H A Dtegra_soctherm.c156 int16_t therm_a;
157 int16_t therm_b;
353 sensor->therm_a = (int16_t)temp_a;
354 sensor->therm_b = (int16_t)temp_b;
/freebsd-12-stable/sbin/sysctl/
H A Dsysctl.c94 [CTLTYPE_S16] = sizeof(int16_t),
113 [CTLTYPE_S16] = "int16_t",
241 int16_t i16val;
286 i16val = (int16_t)strtol(newvalstr, &endptr, 0);
1127 mv = *(int16_t *)p;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp130 int16_t Imm = CN->getSExtValue();
143 int16_t Imm = CN->getSExtValue();
/freebsd-12-stable/contrib/libpcap/
H A Dbpf_filter.c156 if (k > buflen || sizeof(int16_t) > buflen - k) {
208 sizeof(int16_t) > buflen - k) {
/freebsd-12-stable/contrib/bearssl/src/int/
H A Di15_moddiv.c159 cca = *(int16_t *)&tta;
160 ccb = *(int16_t *)&ttb;
/freebsd-12-stable/sys/compat/freebsd32/
H A Dfreebsd32.h141 int16_t f_spares1;
143 int16_t f_spares2 __packed;
/freebsd-12-stable/sys/dev/iicbus/
H A Dds1631.c386 read = *((int16_t *)buf);
394 return (((int16_t)(read) >> 6) * 25 / 10 + ZERO_C_TO_K);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp218 int16_t SectNum = SymEntPtr->SectionNumber;
431 Expected<DataRefImpl> XCOFFObjectFile::getSectionByNum(int16_t Num) const {
444 int16_t SectionNum = SymEntPtr->SectionNumber;
462 bool XCOFFObjectFile::isReservedSectionNumber(int16_t SectionNumber) {
746 int16_t XCOFFSymbolRef::getSectionNumber() const {
775 int16_t SectNum = getSectionNumber();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp53 ImmField(uint8_t Shift, int16_t LBound, int16_t HBound,
59 int16_t LBound; // Low bound of the immediate operand
60 int16_t HBound; // High bound of the immediate operand
103 int16_t LBound() const { return Imm.LBound; }
104 int16_t HBound() const { return Imm.HBound; }
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwnvar.h359 int16_t pg_max_lb_gain;
360 int16_t pg_trsw_rx_gain;
361 int16_t pg_lna_lod_gain;
362 int16_t pg_lna_gain;
363 int16_t pg_pga_gain;
368 int16_t pg_nrssi[2];
/freebsd-12-stable/sys/dev/bwi/
H A Dbwirf.c114 static int bwi_rf_calc_txpower(int8_t *, uint8_t, const int16_t[]);
160 static __inline int16_t
163 int16_t val;
167 val = (int16_t)__SHIFTOUT(PHY_READ(mac, 0x47f), NRSSI_11G_MASK);
1047 bwi_rf_calc_txpower(int8_t *txpwr, uint8_t idx, const int16_t pa_params[])
1091 int16_t pa_params[3];
1168 pa_params[i] = (int16_t)bwi_read_sprom(sc, sprom_ofs + (i * 2));
1653 int16_t nrssi[2];
1684 nrssi[0] = (int16_t)PHY_READ(mac, 0x27);
1709 nrssi[1] = (int16_t)PHY_REA
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1186 bool isInlinableLiteral16(int16_t Literal, bool HasInv2Pi) {
1209 int16_t Trunc = static_cast<int16_t>(Literal);
1215 int16_t Lo16 = static_cast<int16_t>(Literal);
1216 int16_t Hi16 = static_cast<int16_t>(Literal >> 16);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp195 void MipsTargetStreamer::emitII(unsigned Opcode, int16_t Imm1, int16_t Imm2,
237 int16_t Imm, SMLoc IDLoc,
243 unsigned Reg1, int16_t Imm0, int16_t Imm1,
244 int16_t Imm2, SMLoc IDLoc,
265 int16_t ShiftAmount, SMLoc IDLoc,
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp263 int16_t SBData::GetSignedInt16(lldb::SBError &error, lldb::offset_t offset) {
264 LLDB_RECORD_METHOD(int16_t, SBData, GetSignedInt16,
267 int16_t value = 0;
272 value = (int16_t)m_opaque_sp->GetMaxS64(&offset, 2);
685 LLDB_REGISTER_METHOD(int16_t, SBData, GetSignedInt16,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h764 bool IsImm16 = int16_t(Imm & ~0xff) == Imm;
769 if (std::is_same<int16_t, typename std::make_signed<T>::type>::value)
789 auto H = bit_cast<std::array<int16_t, 4>>(Imm);
794 if (isSVEMaskOfIdenticalElements<int16_t>(Imm) && isSVECpyImm<int16_t>(H[0]))
/freebsd-12-stable/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_put.c572 ATF_REQUIRE(sdp_put_int16(&test, (int16_t)0));
573 ATF_REQUIRE(sdp_put_int16(&test, (int16_t)INT8_MIN));
574 ATF_REQUIRE(sdp_put_int16(&test, (int16_t)INT8_MAX));
575 ATF_REQUIRE(sdp_put_int16(&test, (int16_t)INT16_MIN));
576 ATF_REQUIRE(sdp_put_int16(&test, (int16_t)INT16_MAX));
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.c1123 if (ilen != sizeof(int16_t))
1127 intv.i64 = *(const int16_t *)inp;
1254 nbytes = sizeof(int16_t);
1256 *((int16_t *)outp) = (int16_t)intv.i64;
H A Dbhnd_nvram_subr.c512 return (_Alignof(int16_t));
939 *(int16_t *)outp = (int16_t)(int64_t)value;
/freebsd-12-stable/sys/contrib/x86emu/
H A Dx86emu.c79 static uint16_t decode_and_fetch_word_disp(struct x86emu *, int16_t);
80 static uint32_t decode_and_fetch_long_disp(struct x86emu *, int16_t);
987 decode_and_fetch_word_disp(struct x86emu *emu, int16_t disp)
1001 decode_and_fetch_long_disp(struct x86emu *emu, int16_t disp)
1397 int16_t imm;
1413 res = (int16_t)srcval * imm;
1441 target = (uint16_t) (emu->x86.R_IP + (int16_t) offset);
1649 int16_t imm;
3631 int16_t ip;
3634 ip += (int16_t) em
[all...]
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c279 int16_t nfarray[HAL_NUM_NF_READINGS])
281 int16_t nf;
345 int16_t ar9300_get_min_cca_pwr(struct ath_hal *ah)
347 int16_t nf;
369 void ar9300_chain_noise_floor(struct ath_hal *ah, int16_t *nf_buf,
432 int16_t ar9300_get_nf_from_reg(struct ath_hal *ah, struct ieee80211_channel *chan, int wait_time)
434 int16_t nfarray[HAL_NUM_NF_READINGS] = {0};
460 static int16_t
464 int16_t nfval;
465 int16_t sor
[all...]
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DDwarfInstructions.hpp350 svalue = (int16_t) addressSpace.get16(p);
579 svalue = (int16_t) addressSpace.get16(p);
587 svalue = (int16_t) addressSpace.get16(p);
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_x86.cpp292 *addend = fixupAddress + 2 + (int16_t)*(const little16_t *)fixupContent;
298 fixupAddress + 2 + (int16_t) * (const little16_t *)fixupContent;
305 fixupAddress + 2 + (int16_t) * (const little16_t *)fixupContent;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp561 const int16_t *Member = DiagArrays + Group->Members;
570 const int16_t *SubGroups = DiagSubGroups + Group->SubGroups;
571 for (; *SubGroups != (int16_t)-1; ++SubGroups)
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_dump.c243 int16_t mlid_ho = 0;
244 int16_t mlid_start_ho;
246 int16_t block_num = 0;
/freebsd-12-stable/crypto/heimdal/kadmin/
H A Dserver.c280 /* n_key_data will be squeezed into an int16_t below. */
298 int16_t dummy = i;
317 int16_t dummy = n_key_data;
327 int16_t dummy = n_key_data;

Completed in 419 milliseconds

1234567891011>>