Searched refs:int16_t (Results 301 - 325 of 518) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/sbin/dhclient/
H A Ddhcpd.h348 int16_t getShort(unsigned char *);
/freebsd-12-stable/usr.bin/hexdump/
H A Ddisplay.c125 int16_t s2;
/freebsd-12-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dsdp.c125 int16_t vendor_id = 0, product_id = 0, version = 0;
/freebsd-12-stable/sys/cam/ata/
H A Data_all.c1270 int16_t *ptr;
1272 for (ptr = (int16_t *)ident_buf;
1273 ptr < (int16_t *)ident_buf + sizeof(struct ata_params)/2; ptr++) {
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c937 int16_t
940 int16_t nf;
997 int16_t
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1289 int16_t Imm1 = 0, NewImm1 = 0, Imm2 = 0, NewImm2 = 0;
1304 int16_t Imm = (int16_t)I->getOperand(2).getImm();
1353 NewImm1 = Imm1 = (int16_t)CMPI1->getOperand(2).getImm();
1354 NewImm2 = Imm2 = (int16_t)CMPI2->getOperand(2).getImm();
H A DPPCInstrInfo.h467 int16_t regClass = Desc.OpInfo[OpNo].RegClass;
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c314 int16_t sti_prec; /* serial precision based on EPT */
315 int16_t pps_prec; /* PPS precision from GPSD or above */
374 static int16_t clamped_precision(int rawprec);
2053 static int16_t
2061 return (int16_t)rawprec;
/freebsd-12-stable/sys/dev/iwn/
H A Dif_iwnreg.h1224 int16_t offset;
1235 int16_t offset_high;
1236 int16_t offset_low;
1237 int16_t burnt_voltage_ref;
1238 int16_t reserved;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp1271 stack.push_back(Scalar((int16_t)opcodes.GetU16(&offset)));
1680 // OPERANDS: int16_t
1686 int16_t skip_offset = (int16_t)opcodes.GetU16(&offset);
1698 // OPERANDS: int16_t
1713 int16_t bra_offset = (int16_t)opcodes.GetU16(&offset);
2704 sint = (int16_t)data.GetU16(offset_ptr);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp799 int16_t rel16 = extract_2_signed (m_cur_insn + opcode_size);
866 int16_t x86AssemblyInspectionEngine::extract_2_signed(uint8_t *b) {
867 int16_t v = 0;
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_urtw.c696 static usb_error_t urtw_eprom_sendbits(struct urtw_softc *, int16_t *,
700 static usb_error_t urtw_eprom_readbit(struct urtw_softc *, int16_t *);
701 static usb_error_t urtw_eprom_writebit(struct urtw_softc *, int16_t);
714 static usb_error_t urtw_8225_setgain(struct urtw_softc *, int16_t);
730 static usb_error_t urtw_8225v2_setgain(struct urtw_softc *, int16_t);
2142 int16_t addrstr[8], data16, readcmd[] = { 1, 1, 0 };
2248 urtw_eprom_readbit(struct urtw_softc *sc, int16_t *data)
2262 urtw_eprom_writebit(struct urtw_softc *sc, int16_t bit)
2278 urtw_eprom_sendbits(struct urtw_softc *sc, int16_t *buf, int buflen)
2641 urtw_8225_setgain(struct urtw_softc *sc, int16_t gai
[all...]
/freebsd-12-stable/sys/dev/ath/ath_hal/
H A Dah.h1447 int16_t __ahdecl(*ah_getChanNoise)(struct ath_hal *,
1627 const struct ieee80211_channel *chan, int16_t *nf_ctl,
1628 int16_t *nf_ext);
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath_rx.c512 const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf)
577 const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf)
1083 int16_t nf;
/freebsd-12-stable/sys/sys/
H A Dsysctl.h435 #define SYSCTL_NULL_S16_PTR ((int16_t *)NULL)
442 sizeof(int16_t) == sizeof(*(ptr)))
446 int16_t *__ptr = (ptr); \
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h105 int16_t UnitInc = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h186 void printNumber(StringRef Label, int16_t Value) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DSIMCCodeEmitter.cpp109 uint16_t IntImm = getIntInlineImmEncoding(static_cast<int16_t>(Val));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp430 int Val = (TotalSize == 2) ? int16_t(Acc) : int(Acc);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp138 MI.addOperand(MCOperand::createImm((int16_t)Imm));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp47 int16_t Disp = 0;
/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h151 #define ev_int16_t int16_t
/freebsd-12-stable/contrib/libevent/include/event2/
H A Dutil.h156 #define ev_int16_t int16_t
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_form.c272 *return_svalue = (int16_t) at->u[0].s64;
H A Dlibdwarf_loc.c198 operand1 = (int16_t) dbg->decode(&p, 2);

Completed in 438 milliseconds

<<11121314151617181920>>