Searched refs:int8_t (Results 376 - 400 of 465) sorted by relevance

<<111213141516171819

/freebsd-12-stable/crypto/heimdal/kcm/
H A Dprotocol.c763 int8_t not_tgt = 0;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/unicode/
H A Du8_textprep.c205 const int8_t u8_number_of_bytes[0x100] = {
/freebsd-12-stable/sys/dev/bhnd/
H A Dbhnd.h556 const char *name, int8_t *value);
H A Dbhnd_subr.c1389 * @retval ERANGE If value coercion would overflow (or underflow) int8_t.
1394 bhnd_nvram_getvar_int8(device_t dev, const char *name, int8_t *value)
/freebsd-12-stable/sys/dev/oce/
H A Doce_if.h892 int8_t be3_native;
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_sport.c1523 int8_t
H A Docs_node.c807 int8_t pend_frames_empty;
/freebsd-12-stable/sys/dev/mfi/
H A Dmfireg.h919 int8_t evt_class;
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c251 int8_t pwr_table_offset = 0;
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath.c183 int8_t *, int8_t *);
3910 ath_node_getsignal(const struct ieee80211_node *ni, int8_t *rssi, int8_t *noise)
/freebsd-12-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-12-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-12-stable/sys/dev/usb/wlan/
H A Dif_rum.c2103 int8_t power;
2435 sc->rssi_2ghz_corr = (int8_t)(val & 0xff); /* signed */
2444 sc->rssi_5ghz_corr = (int8_t)(val & 0xff); /* signed */
H A Dif_urtw.c3951 int8_t *nf_p)
4022 tap->wr_dbm_antsignal = (int8_t)rssi;
4047 int8_t nf = -95;
/freebsd-12-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-12-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);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp2354 value.GetScalar() = (int8_t)(raw_value & UINT8_MAX);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp2324 value.GetScalar() = (int8_t)(raw_value & UINT8_MAX);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1536 Val = (int8_t)UnscaledVal * (1 << AArch64_AM::getShiftValue(Shift));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp570 int8_t d8;
/freebsd-12-stable/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c47 typedef int8_t i8;
/freebsd-12-stable/sys/dev/bwi/
H A Dbwimac.c1807 int8_t tssi[4], tssi_avg, cur_txpwr;
/freebsd-12-stable/sys/dev/fe/
H A Dif_fe.c219 int8_t bits;
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1517 int8_t twiceAntennaGain, twiceAntennaReduction = 0;

Completed in 369 milliseconds

<<111213141516171819