Searched refs:int8_t (Results 176 - 200 of 465) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h412 explicit Variant(int8_t V) : Type(PDB_VariantType::Int8) { Value.Int8 = V; }
453 int8_t Int8;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h223 #ifndef __int8_t_defined /* glibc sys/types.h also defines int8_t*/
224 typedef __INT8_TYPE__ int8_t; typedef
227 # define __int_least8_t int8_t
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h347 int8_t Value;
356 MCOrgFragment(const MCExpr &Offset, int8_t Value, SMLoc Loc,
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c250 (uintptr_t)(i + size + *(int8_t *)&text[i + 1]))
261 (uintptr_t)(i + size + *(int8_t *)&text[i + 1]))
/freebsd-12-stable/sys/dev/pcn/
H A Dif_pcnreg.h462 int8_t pcn_extphyaddr;
463 int8_t pcn_inst_10bt;
/freebsd-12-stable/sys/dev/ral/
H A Drt2860.c169 static int8_t rt2860_rssi2dbm(struct rt2860_softc *, uint8_t, uint8_t);
1191 int8_t rssi, nf;
2421 int8_t txpow1, txpow2;
2474 int8_t txpow1, txpow2;
2540 int8_t txpow1, txpow2;
3288 static int8_t
3317 b4inc(uint32_t b32, int8_t delta)
3319 int8_t i, b4;
3357 int8_t delta_2ghz, delta_5ghz;
3473 sc->txpow1[i + 0] = (int8_t)(va
[all...]
/freebsd-12-stable/sys/dev/usb/controller/
H A Dmusb_otg.h333 int8_t channel;
354 int8_t channel;
/freebsd-12-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v4k.c109 *(int8_t *) val = ee->ee_antennaGainMax;
127 ee->ee_antennaGainMax = (int8_t) v;
/freebsd-12-stable/sys/netgraph/
H A Dng_vlan_rotate.c379 int8_t rotate;
380 int8_t vlans = 0;
/freebsd-12-stable/sys/dev/iwn/
H A Dif_iwnreg.h1027 int8_t global_limit; /* in half-dBm */
1034 int8_t srv_limit; /* in half-dBm */
1247 int8_t gain[3];
1917 int8_t maxpwr;
1932 int8_t chain[3]; /* max power in half-dBm */
1934 int8_t mimo2; /* max power in half-dBm */
1935 int8_t mimo3; /* max power in half-dBm */
1951 int8_t pa_det;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h220 Stream &operator<<(int8_t sval) = delete;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRawByteChannel.h92 (std::is_same<T, uint8_t>::value || std::is_same<T, int8_t>::value ||
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp143 return (int8_t)getU8(offset_ptr);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp177 static const int8_t NoopsInSledCount = 6;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.cpp155 int8_t OffsetBits;
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h103 int8_t n_other;
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dtest_store.c41 int8_t val[] = {
/freebsd-12-stable/sys/cddl/dev/fbt/x86/
H A Dfbt_isa.c70 int8_t fbtrval;
/freebsd-12-stable/lib/libbluetooth/
H A Dbluetooth.h164 int8_t rssi;
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c90 uint32_t mask, int8_t shift,
97 uint32_t mask, int8_t shift,
890 uint32_t mask, int8_t shift, uint32_t value)
985 uint32_t mask, int8_t shift, uint32_t *value)
/freebsd-12-stable/sys/dev/e1000/
H A De1000_osdep.h130 typedef int8_t s8;
/freebsd-12-stable/sys/dev/vmware/vmci/
H A Dvmci_defs.h132 int8_t action; /* VMCI_FA_X, for use in filters. */
/freebsd-12-stable/sys/fs/cd9660/
H A Diso.h308 static __inline int8_t
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs.h275 int8_t nm_ronly;
/freebsd-12-stable/sys/powerpc/powermac/
H A Dgrackle.c266 x = *(volatile int8_t *)addr;

Completed in 288 milliseconds

1234567891011>>