Searched refs:int8_t (Results 301 - 325 of 465) sorted by relevance

<<111213141516171819

/freebsd-12-stable/sys/dev/iicbus/
H A Dnxprtc.c540 sc->freqadj = (int8_t)freqadj;
/freebsd-12-stable/sys/dev/usb/gadget/
H A Dg_audio.c88 int8_t sc_pattern[G_AUDIO_MAX_STRLEN];
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c139 int8_t twiceAntennaGain, twiceAntennaReduction;
1039 iCoff = (int8_t)(-iqCorrMeas) / iCoffDenom;
1625 int8_t adcDesiredSize, pgaDesiredSize;
2147 int8_t twiceAntennaGain, twiceAntennaReduction;
/freebsd-12-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c102 int8_t txPower;
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_aic.c289 int8_t dir_path_sign, quad_path_sign;
H A Dar9300_phy.c1200 int8_t *max_rate_power, int8_t *min_rate_power)
H A Dar9300_misc.c1658 int8_t busyper = 0;
2891 int8_t olpc_power_offset = 0;
2892 int8_t tmp_olpc_val = 0;
2895 int8_t tmp_rss1_thr1, tmp_rss1_thr2;
3075 (int8_t) AH9300(ah)->ah_db2[POSEIDON_STORED_REG_G2_OLPC_OFFSET];
/freebsd-12-stable/sys/net80211/
H A Dieee80211.c1282 uint8_t ieee, uint16_t freq, int8_t maxregpower, uint32_t flags)
1452 int *nchans, uint8_t ieee, uint16_t freq, int8_t maxregpower,
1473 int *nchans, uint8_t ieee, uint16_t freq, int8_t maxregpower,
1505 int *nchans, uint8_t ieee, int8_t maxregpower, uint32_t flags)
H A Dieee80211_wds.c109 int8_t rssi, nf;
/freebsd-12-stable/sys/powerpc/aim/
H A Dmmu_oea.c264 vm_prot_t, u_int, int8_t);
279 int8_t);
1121 u_int flags, int8_t psind)
1149 u_int flags, int8_t psind __unused)
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dpmap_dispatch.c145 u_int flags, int8_t psind)
/freebsd-12-stable/lib/libsdp/
H A Dsdp.h290 int8_t b[16];
/freebsd-12-stable/stand/kshim/
H A Dbsd_kernel.h198 typedef signed char int8_t; typedef
/freebsd-12-stable/sbin/routed/rtquery/
H A Drtquery.c400 NA0.au.a_md5.md5_keyid = (int8_t)keyid;
/freebsd-12-stable/usr.sbin/bhyve/
H A Dusb_mouse.c147 int8_t z; /* z wheel position */
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp272 static const int8_t NoopsInSledCount = 7;
303 for (int8_t I = 0; I < NoopsInSledCount; I++)
/freebsd-12-stable/sys/dev/nand/
H A Dnand_generic.c81 static int nand_send_address(device_t, int32_t, int32_t, int8_t);
949 nand_send_address(device_t nand, int32_t row, int32_t col, int8_t id)
/freebsd-12-stable/tools/tools/ath/athrd/
H A Dathrd.c140 int8_t antennaGainMax[2] = { 0, 0 }; /* XXX */
1467 int8_t twiceAntennaGain, twiceAntennaReduction;
/freebsd-12-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c2565 idx = (int8_t)val;
2828 op.u.config.minmax = (int8_t)l;
2884 op.u.params.channel = (int8_t)l;
2886 op.u.params.cl = (int8_t)l;
3031 op.queue = (int8_t)val;
3042 op.cl = (int8_t)val;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1603 int8_t Mask;
1606 case X86::BLENDPDrri: Mask = (int8_t)0x03; break;
1607 case X86::BLENDPSrri: Mask = (int8_t)0x0F; break;
1608 case X86::PBLENDWrri: Mask = (int8_t)0xFF; break;
1609 case X86::VBLENDPDrri: Mask = (int8_t)0x03; break;
1610 case X86::VBLENDPSrri: Mask = (int8_t)0x0F; break;
1611 case X86::VBLENDPDYrri: Mask = (int8_t)0x0F; break;
1612 case X86::VBLENDPSYrri: Mask = (int8_t)0xFF; break;
1613 case X86::VPBLENDDrri: Mask = (int8_t)0x0F; break;
1614 case X86::VPBLENDWrri: Mask = (int8_t)
[all...]
/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwl.c134 int8_t *, int8_t *);
2386 mwl_node_getsignal(const struct ieee80211_node *ni, int8_t *rssi, int8_t *noise)
2420 static const int8_t logdbtbl[32] = {
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-802_11.c2247 * IEEE80211_RADIOTAP_DBM_ANTSIGNAL int8_t decibels from
2253 * IEEE80211_RADIOTAP_DBM_ANTNOISE int8_t decibels from
2288 * IEEE80211_RADIOTAP_DBM_TX_POWER int8_t decibels from
2685 int8_t dbm_antsignal;
2695 int8_t dbm_antnoise;
2735 int8_t dbm_tx_power;
/freebsd-12-stable/contrib/gdb/gdb/
H A Dgdbtypes.c868 int8_t v8_int8[8];
897 int8_t v8_int8[8];
926 int8_t v16_int8[16];
3244 "int8_t", (struct objfile *) NULL);
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dpmap.c153 vm_prot_t prot, u_int flags, int8_t psind);
1479 u_int flags, int8_t psind)
1500 u_int flags, int8_t psind __unused)
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c684 val = (int8_t)val;
2502 int8_t signed8;
2535 int8_t signed8;

Completed in 274 milliseconds

<<111213141516171819