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

<<11121314151617181920

/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.c43 typedef int8_t flex_int8_t;
/freebsd-13-stable/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c954 int8_t i;
/freebsd-13-stable/tools/tools/net80211/stumbler/
H A Dstumbler.c747 int8_t signal_dbm, noise_dbm;
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c1217 int ar9300_get_rx_nf_offset(struct ath_hal *ah, struct ieee80211_channel *chan, int8_t *nf_pwr, int8_t *nf_cal) {
1219 int8_t rx_nf_pwr, rx_nf_cal;
3184 AH_PRIVATE(ah)->ah_maxPowerLevel = (int8_t)max_power_level;
/freebsd-13-stable/tools/build/bootstrap-m4/
H A Dinittokenizer.c45 typedef int8_t flex_int8_t;
/freebsd-13-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c1777 int8_t offset, uint8_t core,
2115 buf[0] += ((int8_t)((s[0] & 0x3F) << 2)) >> 2;
2116 buf[1] += ((int8_t)(((s[0] >> 8) & 0x3F) << 2)) >> 2;
2117 buf[2] += ((int8_t)((s[1] & 0x3F) << 2)) >> 2;
2118 buf[3] += ((int8_t)(((s[1] >> 8) & 0x3F) << 2)) >> 2;
4222 int8_t target[2];
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h212 inline ValueType ValueType::getValueType<int8_t>() {
591 return Vs.reduceLiteralT(as<int8_t>());
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas.h2803 int8_t class;
2805 int8_t class;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1064 .addImm((int8_t)MI.getOperand(2).getImm());
1079 .addImm((int8_t)-MI.getOperand(2).getImm());
/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c1683 (int8_t)(sg->last_sect -
1795 nsect = (int8_t)(ring_req->seg[i].last_sect -
/freebsd-13-stable/sys/dev/usb/input/
H A Datp.c765 static void fg_extract_sensor_data(const int8_t *, u_int, atp_axis,
1097 fg_extract_sensor_data(const int8_t *sensor_data, u_int num, atp_axis axis,
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwmreg.h3205 int8_t txpower[IWM_MAX_CHAINS];
3206 int8_t reserved;
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dkrb5-protos.h3651 int8_t */*value*/);
4057 int8_t /*value*/);
/freebsd-13-stable/sys/netinet/
H A Dsctp_cc_functions.c1524 int8_t increase;
1525 int8_t drop_percent;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1676 value.GetScalar() = (int8_t)(
H A DABISysV_arm.cpp1623 value.GetScalar() = (int8_t)(
/freebsd-13-stable/crypto/heimdal/kcm/
H A Dprotocol.c763 int8_t not_tgt = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp1136 operator=(static_cast<int8_t>(data.GetU8(&offset)));
/freebsd-13-stable/contrib/ldns/
H A Dresolver.c770 int8_t expect;
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_msgpack.c1434 int8_t iv8;
/freebsd-13-stable/sys/contrib/openzfs/module/unicode/
H A Du8_textprep.c203 const int8_t u8_number_of_bytes[0x100] = {
/freebsd-13-stable/sys/dev/oce/
H A Doce_if.h880 int8_t be3_native;
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_sport.c1514 int8_t
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c251 int8_t pwr_table_offset = 0;
/freebsd-13-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)

Completed in 277 milliseconds

<<11121314151617181920