Searched refs:int8_t (Results 126 - 150 of 465) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h66 O(reentrancy_level, int8_t, int8_t) \
H A Djemalloc_internal_inlines_a.h165 int8_t *reentrancy_level = tsd_reentrancy_levelp_get(tsd);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pointers/
H A Dtst.ArrayPointer1.d48 int8_t int8_array[5];
/freebsd-12-stable/sys/dev/firewire/
H A Dfirewirereg.h229 int8_t resp;
240 int8_t tl;
/freebsd-12-stable/sys/contrib/ck/src/
H A Dck_ht_hash.h68 static inline uint32_t rotl32 ( uint32_t x, int8_t r )
73 static inline uint64_t rotl64 ( uint64_t x, int8_t r )
/freebsd-12-stable/sys/dev/nand/
H A Dnand_bbt.c69 static int nand_bbt_load_hdr(struct nand_bbt *, struct bbt_header *, int8_t);
181 nand_bbt_load_hdr(struct nand_bbt *bbt, struct bbt_header *hdr, int8_t primary)
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_uathvar.h52 int8_t wr_antsignal;
53 int8_t wr_antnoise;
/freebsd-12-stable/sys/net80211/
H A Dieee80211_scan.h283 int8_t se_rssi; /* avg'd recv ssi */
284 int8_t se_noise; /* noise floor */
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwmvar.h114 int8_t wr_dbm_antsignal;
115 int8_t wr_dbm_antnoise;
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_ioctl.h128 int8_t mode;
129 int8_t channel;
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_snmp.h106 int8_t span_enable; /* Span flag set - private MIB. */
312 int bridge_set_if_up(const char* b_name, int8_t up);
/freebsd-12-stable/sys/dev/rtwn/rtl8192c/
H A Dr92c_priv.h32 int8_t ht40_2s_tx_pwr_diff[R92C_MAX_CHAINS][R92C_GROUP_2G];
33 int8_t ht20_tx_pwr_diff[R92C_MAX_CHAINS][R92C_GROUP_2G];
34 int8_t ofdm_tx_pwr_diff[R92C_MAX_CHAINS][R92C_GROUP_2G];
35 int8_t ht40_max_pwr[R92C_MAX_CHAINS][R92C_GROUP_2G];
36 int8_t ht20_max_pwr[R92C_MAX_CHAINS][R92C_GROUP_2G];
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp277 if (Value >= std::numeric_limits<int8_t>::min()) {
326 if (Value >= std::numeric_limits<int8_t>::min()) {
329 if (auto EC = Writer->writeInteger<int8_t>(Value))
H A DRecordSerialization.cpp51 int8_t N;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBData.h58 int8_t GetSignedInt8(lldb::SBError &error, lldb::offset_t offset);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp149 int8_t *I8Ptr = (int8_t *) ArgDataPtr;
150 *I8Ptr = (int8_t) AV.IntVal.getZExtValue();
239 case 8: Result.IntVal = APInt(8 , *(int8_t *) ret.data()); break;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.h125 int8_t RegBanks[NumOps];
/freebsd-12-stable/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h262 typedef signed char int8_t; typedef
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_attrval.c121 *valp = (int8_t) at->u[0].s64;
H A Ddwarf_pro_frame.c80 cie->cie_daf = (int8_t) daf; /* daf is signed. */
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_strtoint.c214 *(int8_t *)v = val;
/freebsd-12-stable/sys/dev/cxgbe/
H A Doffload.h102 int8_t schedcl;
H A Dosdep.h55 typedef int8_t s8;
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom_subr.c444 bhnd_sprom_opcode_set_shift(bhnd_sprom_opcode_state *state, int8_t shift)
852 *opval = (int32_t)(int8_t)(*p);
1174 int8_t shift;
1177 shift = (int8_t)(*state->input);
H A Dbhnd_nvram_value.h233 int8_t i8[8]; /**< 8-bit signed data */

Completed in 332 milliseconds

1234567891011>>