Searched refs:int8_t (Results 351 - 375 of 465) sorted by relevance

<<111213141516171819

/freebsd-12-stable/sys/dev/ath/ath_hal/
H A Dah_regdomain.c994 int8_t antennaMax = twiceGain - chan->ic_maxantgain*2;
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h112 int8_t stepName[16];
/freebsd-12-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-12-stable/sys/net80211/
H A Dieee80211.h924 int8_t tx_elem[0]; /* TX power elements, 1/2 dB, signed */
/freebsd-12-stable/sys/powerpc/booke/
H A Dpmap.c181 vm_prot_t, u_int flags, int8_t psind);
333 vm_prot_t, u_int flags, int8_t psind);
2389 vm_prot_t prot, u_int flags, int8_t psind)
2403 vm_prot_t prot, u_int pmap_flags, int8_t psind __unused)
/freebsd-12-stable/sys/powerpc/powermac/
H A Dpmu.c912 info->current = (int8_t)resp[5];
/freebsd-12-stable/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c954 int8_t i;
/freebsd-12-stable/tools/tools/net80211/stumbler/
H A Dstumbler.c747 int8_t signal_dbm, noise_dbm;
/freebsd-12-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-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp1265 stack.push_back(Scalar((int8_t)opcodes.GetU8(&offset)));
2700 sint = (int8_t)data.GetU8(offset_ptr);
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1073 .addImm((int8_t)MI.getOperand(2).getImm());
1088 .addImm((int8_t)-MI.getOperand(2).getImm());
/freebsd-12-stable/contrib/jemalloc/src/
H A Djemalloc.c686 int8_t reentrancy_level = tsd_reentrancy_level_get(tsd);
1809 int8_t reentrancy_level;
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dkrb5-protos.h3651 int8_t */*value*/);
4057 int8_t /*value*/);
/freebsd-12-stable/sys/dev/xen/blkback/
H A Dblkback.c1690 (int8_t)(sg->last_sect -
1804 nsect = (int8_t)(ring_req->seg[i].last_sect -
/freebsd-12-stable/sys/dev/usb/input/
H A Datp.c762 static void fg_extract_sensor_data(const int8_t *, u_int, atp_axis,
1094 fg_extract_sensor_data(const int8_t *sensor_data, u_int num, atp_axis axis,
/freebsd-12-stable/sys/netinet/
H A Dsctp_cc_functions.c1530 int8_t increase;
1531 int8_t drop_percent;
/freebsd-12-stable/sys/powerpc/aim/
H A Dmmu_oea64.c244 u_int flags, int8_t psind);
1355 vm_prot_t prot, u_int flags, int8_t psind)
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwmreg.h3205 int8_t txpower[IWM_MAX_CHAINS];
3206 int8_t reserved;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1676 value.GetScalar() = (int8_t)(
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1621 value.GetScalar() = (int8_t)(
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp597 value.GetScalar() = (int8_t)(raw_value & UINT8_MAX);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Windows-x86_64/
H A DABIWindows_x86_64.cpp1431 value.GetScalar() = (int8_t)(raw_value & UINT8_MAX);
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_msgpack.c1434 int8_t iv8;
/freebsd-12-stable/contrib/ldns/
H A Dresolver.c770 int8_t expect;

Completed in 333 milliseconds

<<111213141516171819