Searched refs:int8_t (Results 251 - 275 of 479) sorted by relevance

<<11121314151617181920

/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah_internal.h163 int8_t invalidNFcount; /* TO DO: REMOVE THIS! */
197 int8_t iCoff;
198 int8_t qCoff;
H A Dah_eeprom_v3.c1171 ee->ee_antennaGainMax[0] = (int8_t)((eeval >> 8) & 0xFF);
1172 ee->ee_antennaGainMax[1] = (int8_t)(eeval & 0xFF);
1224 ee->ee_adcDesiredSize[i] = (int8_t)((eeval >> 8) & 0xff);
1260 ee->ee_pgaDesiredSize[i] = (int8_t)((eeval >> 8) & 0xff);
1657 *(int8_t *) val = ee->ee_antennaGainMax[0];
1660 *(int8_t *) val = ee->ee_antennaGainMax[1];
H A Dah.h1036 int8_t ss_nf_cal[AH_MAX_CHAINS*2]; /* nf calibrated values for ctl+ext from eeprom */
1037 int8_t ss_nf_pwr[AH_MAX_CHAINS*2]; /* nf pwr values for ctl+ext from eeprom */
1079 int8_t lna1_lna2_delta;
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c658 int8_t mask_m[123];
659 int8_t mask_p[123];
660 int8_t mask_amt;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp54 int8_t ImmFieldOperand)
57 int8_t ImmFieldOperand; // Immediate operand, -1 if it does not exist
106 int8_t ImmField() const { return Imm.ImmFieldOperand; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp303 CUOffset += sizeof(int8_t);
733 case dwarf::DW_FORM_block1: return Size + sizeof(int8_t);
786 case dwarf::DW_FORM_block1: return Size + sizeof(int8_t);
/freebsd-13-stable/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_put.c543 ATF_REQUIRE(sdp_put_int8(&test, (int8_t)0));
544 ATF_REQUIRE(sdp_put_int8(&test, (int8_t)INT8_MIN));
545 ATF_REQUIRE(sdp_put_int8(&test, (int8_t)INT8_MAX));
/freebsd-13-stable/sys/dev/wpi/
H A Dif_wpireg.h858 int8_t maxpwr;
863 int8_t power;
872 int8_t maxpwr;
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dkeytab_file.c378 int8_t pvno, tag;
452 int8_t tmp8;
577 int8_t pvno, tag;
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfs.c901 if (size != sizeof (int8_t)) {
905 rv = nvlist_add_int8(nv, name, *(int8_t *)data);
937 rv = nvlist_add_byte(nv, name, *(int8_t *)data);
945 rv = nvlist_add_uint8(nv, name, *(int8_t *)data);
1098 int8_t v = val;
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h100 int8_t stepName[16];
1421 extern int ar9300_get_rx_nf_offset(struct ath_hal *ah, struct ieee80211_channel *chan, int8_t *nf_pwr, int8_t *nf_cal);
1435 u_int16_t freq, int8_t *max_rate_power, int8_t *min_rate_power);
/freebsd-13-stable/sys/dev/ral/
H A Drt2661.c975 int8_t rssi, nf;
1915 int8_t power;
2137 sc->rssi_2ghz_corr = (int8_t)(val & 0xff); /* signed */
2145 sc->rssi_5ghz_corr = (int8_t)(val & 0xff); /* signed */
2171 sc->txpow[i * 2] = (int8_t)(val >> 8); /* signed */
2174 sc->txpow[i * 2 + 1] = (int8_t)(val & 0xff); /* signed */
/freebsd-13-stable/sys/sys/
H A Dsysctl.h421 #define SYSCTL_NULL_S8_PTR ((int8_t *)NULL)
428 sizeof(int8_t) == sizeof(*(ptr)))
432 int8_t *__ptr = (ptr); \
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_port.c820 bridge_port_index_get(const struct asn_oid *oid, uint sub, int8_t status)
852 bridge_port_index_getnext(const struct asn_oid *oid, uint sub, int8_t status)
1079 int8_t status, which;
/freebsd-13-stable/sys/contrib/alpine-hal/
H A Dal_hal_serdes_25g.c1400 int8_t tap_weight;
1402 int8_t *tap_ptr_arr[AL_SERDES_25G_RX_ADV_PARAMS_DFE_TAP_CNT];
1613 static inline void al_serdes_25g_rx_diag_5bit_signed_set(uint8_t packed_val, int8_t *ptr)
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-sctp.c313 int8_t addrFmt[SCTP_ADDRMAX];
/freebsd-13-stable/lib/libusbhid/
H A Dparse.c292 dval = (int8_t)hid_get_byte(s, 1);
/freebsd-13-stable/contrib/ldns/
H A Ddname.c300 int8_t i, j;
/freebsd-13-stable/contrib/libevent/include/event2/
H A Dutil.h175 #define ev_int8_t int8_t
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_form.c268 *return_svalue = (int8_t) at->u[0].s64;
H A Dlibdwarf_loc.c186 operand1 = (int8_t) *p++;
/freebsd-13-stable/sys/dev/otus/
H A Dif_otusreg.h788 int8_t antennaGainCh[AR5416_MAX_CHAINS];
793 int8_t pgaDesiredSize;
802 int8_t iqCalICh[AR5416_MAX_CHAINS];
803 int8_t iqCalQCh[AR5416_MAX_CHAINS];
/freebsd-13-stable/sys/dev/mwl/
H A Dmwlhal.h116 int8_t maxTxPow; /* max tx power (dBm) */
/freebsd-13-stable/sys/dev/adb/
H A Dadb_bus.c139 int8_t first_relocated = -1;
/freebsd-13-stable/sys/dev/dpaa/
H A Dqman.c302 t_Handle congst_group, int8_t overhead_accounting_len,

Completed in 579 milliseconds

<<11121314151617181920