Searched refs:int16_t (Results 176 - 200 of 477) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_attrval.c124 *valp = (int16_t) at->u[0].s64;
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr.h156 int16_t local_port;
/freebsd-11-stable/sys/sys/
H A Defi.h106 int16_t tm_tz; /* -1440 to 1440 or 2047 */
H A Dsmp.h82 int16_t cg_children; /* Number of children groups. */
/freebsd-11-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-11-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_subr.c250 int16_t offs;
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_binding.c154 int16_t colors[IWM_MAX_MACS_IN_BINDING];
/freebsd-11-stable/lib/msun/src/
H A Ds_tanhl.c119 int16_t jx,ix;
/freebsd-11-stable/sys/dev/cxgbe/
H A Dosdep.h54 typedef int16_t s16;
/freebsd-11-stable/sys/net80211/
H A Dieee80211_freebsd.h644 int16_t c_nf_ctl[IEEE80211_MAX_CHAINS]; /* per-chain NF */
645 int16_t c_nf_ext[IEEE80211_MAX_CHAINS]; /* per-chain NF */
646 int16_t c_rssi_ctl[IEEE80211_MAX_CHAINS]; /* per-chain RSSI */
647 int16_t c_rssi_ext[IEEE80211_MAX_CHAINS]; /* per-chain RSSI */
/freebsd-11-stable/sbin/sysctl/
H A Dsysctl.c103 [CTLTYPE_S16] = sizeof(int16_t),
122 [CTLTYPE_S16] = "int16_t",
250 int16_t i16val;
295 i16val = (int16_t)strtol(newvalstr, &endptr, 0);
1064 mv = *(int16_t *)p;
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler.cpp126 int16_t ArchHandler::readS16(const uint8_t *addr, bool isBig) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBData.h60 int16_t GetSignedInt16(lldb::SBError &error, lldb::offset_t offset);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordSerialization.cpp58 int16_t N;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp114 int16_t Offset = Value;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h79 int16_t Cycles;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.h126 int16_t Cost;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp154 int16_t *I16Ptr = (int16_t *) ArgDataPtr;
155 *I16Ptr = (int16_t) AV.IntVal.getZExtValue();
240 case 16: Result.IntVal = APInt(16, *(int16_t*) ret.data()); break;
/freebsd-11-stable/sys/ufs/ufs/
H A Dinode.h115 int16_t i_nlink; /* File link count. */
/freebsd-11-stable/sys/dev/iicbus/
H A Dds1631.c384 read = *((int16_t *)buf);
392 return (((int16_t)(read) >> 6) * 25 / 10 + ZERO_C_TO_K);
/freebsd-11-stable/sys/mips/mips/
H A Delf_machdep.c283 ahl += (int16_t)addend;
294 addend |= ((ahl + addr) - (int16_t)(ahl + addr)) >> 16;
/freebsd-11-stable/contrib/libpcap/
H A Dbpf_filter.c156 if (k > buflen || sizeof(int16_t) > buflen - k) {
208 sizeof(int16_t) > buflen - k) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp130 int16_t Imm = CN->getSExtValue();
143 int16_t Imm = CN->getSExtValue();
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwnvar.h355 int16_t pg_max_lb_gain;
356 int16_t pg_trsw_rx_gain;
357 int16_t pg_lna_lod_gain;
358 int16_t pg_lna_gain;
359 int16_t pg_pga_gain;
364 int16_t pg_nrssi[2];
/freebsd-11-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();

Completed in 164 milliseconds

1234567891011>>