Searched refs:int8_t (Results 151 - 175 of 465) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/dev/mxge/
H A Dmxge_mcp.h39 typedef signed char int8_t; typedef
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_urtwvar.h63 int8_t wr_dbm_antsignal;
H A Dif_run.c483 static int8_t run_rssi2dbm(struct run_softc *, uint8_t, uint8_t);
1688 b4inc(uint32_t b32, int8_t delta)
1690 int8_t i, b4;
1736 sc->txpow1[i + 0] = (int8_t)(val & 0xff);
1737 sc->txpow1[i + 1] = (int8_t)(val >> 8);
1742 sc->txpow2[i + 0] = (int8_t)(val & 0xff);
1743 sc->txpow2[i + 1] = (int8_t)(val >> 8);
1748 sc->txpow3[i + 0] = (int8_t)(val & 0xff);
1749 sc->txpow3[i + 1] = (int8_t)(val >> 8);
1766 sc->txpow1[i + 14] = (int8_t)(va
[all...]
/freebsd-12-stable/sys/dev/rtwn/
H A Dif_rtwnvar.h50 int8_t wr_dbm_antsignal;
51 int8_t wr_dbm_antnoise;
348 int8_t (*sc_get_rssi_cck)(struct rtwn_softc *, void *);
349 int8_t (*sc_get_rssi_ofdm)(struct rtwn_softc *, void *);
/freebsd-12-stable/sys/net80211/
H A Dieee80211_ioctl.h435 int8_t isi_rssi; /* receive signal strength */
436 int8_t isi_noise; /* noise floor */
822 int8_t isr_noise;
823 int8_t isr_rssi;
H A Dieee80211_var.h323 int8_t (*ic_node_getrssi)(const struct ieee80211_node*);
325 int8_t *, int8_t *);
774 uint8_t, uint16_t, int8_t, uint32_t, const uint8_t[], int);
776 uint8_t, uint16_t, int8_t, uint32_t, const uint8_t[]);
778 uint8_t, int8_t, uint32_t);
H A Dieee80211_node.c87 static int8_t node_getrssi(const struct ieee80211_node *);
88 static void node_getsignal(const struct ieee80211_node *, int8_t *, int8_t *);
1307 static int8_t
1320 node_getsignal(const struct ieee80211_node *ni, int8_t *rssi, int8_t *noise)
3013 int8_t rssi;
3030 int8_t rssi;
3049 int8_t rssi;
3062 int8_t
[all...]
/freebsd-12-stable/sys/ufs/ffs/
H A Dfs.h332 int8_t fs_fmod; /* super block modified flag */
333 int8_t fs_clean; /* filesystem is clean flag */
334 int8_t fs_ronly; /* mounted read-only flag */
335 int8_t fs_old_flags; /* old FS_ flags */
/freebsd-12-stable/sbin/sysctl/
H A Dsysctl.c93 [CTLTYPE_S8] = sizeof(int8_t),
112 [CTLTYPE_S8] = "int8_t",
239 int8_t i8val;
281 i8val = (int8_t)strtol(newvalstr, &endptr, 0);
1122 mv = *(int8_t *)p;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp439 amount = (int8_t) * (p + 2);
457 amount = (int8_t) * (p + 2);
481 amount = (int8_t) * (p + 3);
508 amount = (int8_t)p[1];
535 amount = (int8_t)p[1];
657 offset = (int8_t) * (p + 2);
796 int8_t rel8 = (int8_t) *(m_cur_insn + opcode_size);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h88 int8_t LineBase;
122 return LineBase + (int8_t)LineRange - 1;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp48 return readInt<int8_t>(Obj);
146 int8_t I;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h261 sizeof(int8_t) + // Pointer Size (in bytes)
262 (DD->getDwarfVersion() >= 5 ? sizeof(int8_t)
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h15 hash_rotl_32(uint32_t x, int8_t r) {
20 hash_rotl_64(uint64_t x, int8_t r) {
/freebsd-12-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.c325 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
328 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar9280GetMinPower(ah, &data[last])*totalD)/totalD);
H A Dar9287.c267 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
270 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar9287GetMinPower(ah, &data[last])*totalD)/totalD);
H A Dar9280_attach.c162 int8_t pwr_table_offset;
594 int8_t mask_m[123];
595 int8_t mask_p[123];
596 int8_t mask_amt;
601 OS_MEMZERO(&mask_m, sizeof(int8_t) * 123);
602 OS_MEMZERO(&mask_p, sizeof(int8_t) * 123);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h763 bool IsImm8 = int8_t(Imm) == Imm;
766 if (std::is_same<int8_t, typename std::make_signed<T>::type>::value)
779 std::is_same<int8_t, typename std::make_signed<T>::type>::value;
790 auto B = bit_cast<std::array<int8_t, 8>>(Imm);
796 if (isSVEMaskOfIdenticalElements<int8_t>(Imm) && isSVECpyImm<int8_t>(B[0]))
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dstore.c558 int8_t value)
583 return krb5_store_int8(sp, (int8_t)value);
599 int8_t *value)
625 int8_t v;
1359 int8_t dummy8;
1524 int8_t dummy8;
/freebsd-12-stable/sys/dev/oce/
H A Doce_hw.h1887 int8_t flashrom_ver_str[32];
1888 int8_t manufac_name[32];
1890 int8_t seeprom_ver_lo;
1891 int8_t seeprom_ver_hi;
1892 int8_t rsvd0[2];
1897 int8_t cntl_mod_num[32];
1898 int8_t cntl_desc[64];
1899 int8_t cntl_ser_num[32];
1900 int8_t ip_ver_str[32];
1901 int8_t fw_ver_st
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp247 int8_t SBData::GetSignedInt8(lldb::SBError &error, lldb::offset_t offset) {
248 LLDB_RECORD_METHOD(int8_t, SBData, GetSignedInt8,
251 int8_t value = 0;
256 value = (int8_t)m_opaque_sp->GetMaxS64(&offset, 1);
683 LLDB_REGISTER_METHOD(int8_t, SBData, GetSignedInt8,
/freebsd-12-stable/sys/cam/ata/
H A Data_all.c762 ata_bswap(int8_t *buf, int len)
771 ata_btrim(int8_t *buf, int len)
773 int8_t *ptr;
783 ata_bpack(int8_t *src, int8_t *dst, int len)
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.c1115 if (ilen != sizeof(int8_t))
1119 intv.i64 = *(const int8_t *)inp;
1244 nbytes = sizeof(int8_t);
1246 *((int8_t *)outp) = (int8_t)intv.i64;
H A Dbhnd_nvram_subr.c509 return (_Alignof(int8_t));
936 *(int8_t *)outp = (int8_t)(int64_t)value;
/freebsd-12-stable/sys/dev/cxgbe/
H A Dadapter.h302 int8_t mdio_addr;
408 int8_t intr_pktc_idx; /* packet count threshold index */
477 int8_t hwidx1; /* SGE bufsize idx for size1 */
478 int8_t hwidx2; /* SGE bufsize idx for size2 */
795 int8_t safe_zidx;

Completed in 237 milliseconds

1234567891011>>