Searched refs:int8_t (Results 101 - 125 of 465) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/sys/
H A Dsmp.h85 int8_t cg_level; /* Shared cache level. */
86 int8_t cg_flags; /* Traversal modifiers. */
/freebsd-12-stable/sys/dev/iwi/
H A Dif_iwivar.h38 int8_t wr_antsignal;
39 int8_t wr_antnoise;
/freebsd-12-stable/crypto/openssl/include/openssl/
H A De_os2.h232 typedef INT8 int8_t; typedef
249 typedef signed char int8_t; typedef
/freebsd-12-stable/sys/dev/dpaa/
H A Dqman.h157 t_Handle congst_group, int8_t overhead_accounting_len,
/freebsd-12-stable/sys/dev/rtwn/rtl8192e/
H A Dr92e_rx.c92 int8_t
/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp34 EW.write(static_cast<int8_t>(i));
40 EW.write(static_cast<int8_t>(i));
173 void Writer::writeExt(int8_t Type, MemoryBufferRef Buffer) {
/freebsd-12-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_tables.h74 int8_t lna1_gain[4];
75 int8_t lna2_gain[4];
223 extern const int8_t bwn_ntab_papd_pga_gain_delta_ipa_2g[];
/freebsd-12-stable/sys/dev/rtwn/rtl8188e/
H A Dr88e_rx.c176 int8_t
180 int8_t lna_idx, vga_idx, rssi;
221 int8_t
/freebsd-12-stable/sys/xen/interface/
H A Dxen.h603 int8_t tsc_shift;
604 int8_t pad1[3];
780 int8_t cmd_line[MAX_GUEST_CMDLINE];
/freebsd-12-stable/sys/dev/bwi/
H A Dif_bwivar.h387 int8_t ctrl_lo;
388 int8_t ctrl_hi;
407 int8_t rf_nrssi_table[BWI_NRSSI_TBLSZ];
430 int8_t rf_txpower_map0[BWI_TSSI_MAX];
434 int8_t rf_txpower_map[BWI_TSSI_MAX];
533 int8_t wr_antsignal;
534 int8_t wr_antnoise;
/freebsd-12-stable/sys/arm/ti/
H A Dti_pruss.c109 int8_t channel;
110 int8_t last;
111 int8_t event;
313 ti_pruss_interrupts_enable(struct ti_pruss_softc *sc, int8_t irq, bool enable)
361 const int8_t irq = arg2;
387 const int8_t channelnr = sc->sc_irq_devs[irq].channel;
388 const int8_t eventnr = strtol( event, NULL, 10 ); // TODO: check if strol is valid
413 const int8_t irq = arg2;
433 const int8_t channelnr = strtol(channel, NULL, 10); // TODO: check if strol is valid
460 const int8_t ir
[all...]
/freebsd-12-stable/sys/dev/usb/gadget/
H A Dg_mouse.c98 int8_t dx;
99 int8_t dy;
100 int8_t dz;
/freebsd-12-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_olc.c176 uint16_t numXpdGain, uint16_t pdGainOverlap_t2, int8_t pwr_table_offset,
213 ar9280AdjustPDADCValues(struct ath_hal *ah, int8_t pwr_table_offset,
296 int8_t pwr_table_offset;
/freebsd-12-stable/sys/netgraph/
H A Dng_parse.c339 int8_t val8;
343 if (val < (int8_t)0x80 || val > (u_int8_t)0xff || eptr == s + *off)
346 val8 = (int8_t)val;
347 bcopy(&val8, buf, sizeof(int8_t));
348 *buflen = sizeof(int8_t);
359 int8_t val;
361 bcopy(data + *off, &val, sizeof(int8_t));
380 *off += sizeof(int8_t);
388 int8_t val;
390 if (*buflen < sizeof(int8_t))
[all...]
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h49 int8_t rssi;
67 int8_t rssi;
69 int8_t noise;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp85 return Variant{static_cast<int8_t>(N)};
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_sport.h97 extern int8_t ocs_vport_create_spec(ocs_t *ocs, uint64_t wwnn, uint64_t wwpn, uint32_t fc_id, uint32_t enable_ini, uint32_t enable_tgt, void *tgt_data, void *ini_data);
/freebsd-12-stable/sys/dev/usb/
H A Dusb_controller.h125 void (*get_power_mode) (struct usb_device *udev, int8_t *pmode);
/freebsd-12-stable/sys/dev/rtwn/
H A Dif_rtwn_rx.c118 rtwn_update_avgrssi(struct rtwn_softc *sc, struct rtwn_node *un, int8_t rssi,
156 static int8_t
159 int8_t rssi;
246 int8_t rssi;
/freebsd-12-stable/sys/dev/sfxge/common/
H A Def10_tlv_layout.h382 int8_t with_rmon; /* 0 -> off, 1 -> on, -1 -> leave alone */
384 int8_t clk_mode; /* 0 -> off, 1 -> on, -1 -> leave alone */
386 int8_t rx_dc_size; /* -1 -> leave alone */
387 int8_t tx_dc_size;
/freebsd-12-stable/sys/net80211/
H A Dieee80211_node.h177 int8_t ni_noise; /* noise floor */
498 int8_t ieee80211_getrssi(struct ieee80211vap *);
499 void ieee80211_getsignal(struct ieee80211vap *, int8_t *, int8_t *);
H A Dieee80211_ratectl.h65 int8_t rssi; /* ACK RSSI */
/freebsd-12-stable/sys/vm/
H A Dpmap.h132 vm_prot_t prot, u_int flags, int8_t psind);
/freebsd-12-stable/tools/regression/include/stdatomic/
H A Dlogic.c117 TEST_TYPE(int8_t);
/freebsd-12-stable/stand/i386/libi386/
H A Dlibi386.h141 uint32_t biospci_locator(int8_t bus, uint8_t device, uint8_t function);

Completed in 279 milliseconds

1234567891011>>