Searched refs:int8_t (Results 401 - 425 of 479) sorted by relevance

<<11121314151617181920

/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd.h551 const char *name, int8_t *value);
H A Dbhnd_subr.c1384 * @retval ERANGE If value coercion would overflow (or underflow) int8_t.
1389 bhnd_nvram_getvar_int8(device_t dev, const char *name, int8_t *value)
/freebsd-13-stable/sys/kern/
H A Dkern_ubsan.c1510 L = STATIC_CAST(int8_t, STATIC_CAST(uint8_t, ulNumber));
H A Dsubr_stats.c74 int8_t stype; /* Type of stat e.g. VS_STYPE_SUM. */
99 int8_t voistatmaxid; /* Largest allocated voistat index. */
141 int8_t vsslot; /* struct voistat slot index. */
H A Dkern_tc.c497 int8_t ffclock_updated; /* New estimates are available. */
/freebsd-13-stable/sys/sys/
H A Darb.h82 int8_t arbe_color; \
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm.c3329 tap->wr_dbm_antsignal = (int8_t)rssi;
3330 tap->wr_dbm_antnoise = (int8_t)sc->sc_noise;
3437 tap->wr_dbm_antsignal = (int8_t)rssi;
3438 tap->wr_dbm_antnoise = (int8_t)sc->sc_noise;
/freebsd-13-stable/sys/dev/mfi/
H A Dmfireg.h918 int8_t evt_class;
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_if.c326 bridge_if_create(const char* b_name, int8_t up)
H A Dbridge_sys.c485 bridge_set_if_up(const char* b_name, int8_t up)
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_rum.c2107 int8_t power;
2439 sc->rssi_2ghz_corr = (int8_t)(val & 0xff); /* signed */
2448 sc->rssi_5ghz_corr = (int8_t)(val & 0xff); /* signed */
H A Dif_urtw.c3946 int8_t *nf_p)
4017 tap->wr_dbm_antsignal = (int8_t)rssi;
4043 int8_t nf = -95;
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn_phy_g.c158 static int8_t bwn_phy_g_tssi2dbm_table[] = BWN_PHY_G_TSSI2DBM_TABLE;
159 int8_t bg;
198 int8_t j = 0;
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c221 int8_t extoff;
598 *nft = (int8_t)ar9300_eeprom_get(ahp, EEP_NFTHRESH_5);
605 *nft = (int8_t)ar9300_eeprom_get(ahp, EEP_NFTHRESH_2);
H A Dar9300_mci.c1565 (int8_t) (((pld8[11] & 0x07) << 5) | (pld8[10] >> 3)),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp1268 stack.push_back(Scalar((int8_t)opcodes.GetU8(&offset)));
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_node.c805 int8_t pend_frames_empty;
/freebsd-13-stable/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c65 typedef int8_t i8;
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1517 int8_t twiceAntennaGain, twiceAntennaReduction = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1566 Val = (int8_t)UnscaledVal * (1 << AArch64_AM::getShiftValue(Shift));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp570 int8_t d8;
/freebsd-13-stable/sys/dev/usb/
H A Dusb_hub.c2918 int8_t temp;
/freebsd-13-stable/sys/dev/bwi/
H A Dbwimac.c1807 int8_t tssi[4], tssi_avg, cur_txpwr;
/freebsd-13-stable/sys/netinet/
H A Dtcp_hpts.c900 int8_t need_wakeup = 0;
/freebsd-13-stable/usr.bin/lex/
H A Dinitscan.c44 typedef int8_t flex_int8_t;

Completed in 309 milliseconds

<<11121314151617181920