Searched refs:int8_t (Results 351 - 375 of 479) sorted by relevance

<<11121314151617181920

/freebsd-13-stable/sys/dev/sound/pci/
H A Demu10kx-pcm.c174 int8_t input;
188 int8_t input;
/freebsd-13-stable/stand/libsa/zfs/
H A Dnvlist.c1357 nvlist_add_int8(nvlist_t *nvl, const char *name, int8_t value)
1424 nvlist_add_int8_array(nvlist_t *nvl, const char *name, int8_t *a, uint32_t n)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp845 value.GetScalar() = (int8_t)(
H A DABISysV_mips64.cpp807 value.GetScalar() = (int8_t)(raw_value & UINT8_MAX);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp566 value.GetScalar() = (int8_t)(raw_value & UINT8_MAX);
H A DABISysV_ppc64.cpp621 value_sp->GetScalar() = (int8_t)(raw_value & UINT8_MAX);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp445 value.GetScalar() = (int8_t)(raw_value & UINT8_MAX);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp623 int8_t exponent = process_sp->ReadUnsignedIntegerFromMemory(
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dlex.c43 typedef int8_t flex_int8_t;
/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dlex.c43 typedef int8_t flex_int8_t;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h61 class RPCTypeName<int8_t> {
63 static const char* getName() { return "int8_t"; }
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h571 printLiteralT(&E->as<int8_t>(), SS);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dfm.c629 va_arg(ap, int8_t *), nelem);
/freebsd-13-stable/sys/dev/hid/
H A Dhid.c330 dval = (int8_t)hid_get_byte(s, 1);
/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah_regdomain.c994 int8_t antennaMax = twiceGain - chan->ic_maxantgain*2;
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h112 int8_t stepName[16];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1220 for (int8_t I = 0; I < NoopsInSledCount; I++)
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibtracert.c96 int8_t fdb[64];
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h369 return static_cast<int8_t>(x) == x;
/freebsd-13-stable/sys/net80211/
H A Dieee80211.h922 int8_t tx_elem[0]; /* TX power elements, 1/2 dB, signed */
/freebsd-13-stable/sys/powerpc/powermac/
H A Dpmu.c923 info->current = (int8_t)resp[5];
/freebsd-13-stable/sys/sys/
H A Dstats.h706 int8_t vs_stype;
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_rsu.c237 static int8_t rsu_get_rssi(struct rsu_softc *, int, void *);
2277 static int8_t
2280 static const int8_t cckoff[] = { 14, -2, -20, -40 };
2284 int8_t rssi;
/freebsd-13-stable/sys/compat/ndis/
H A Dkern_windrv.c940 int8_t argcnt;
/freebsd-13-stable/stand/kshim/
H A Dbsd_kernel.h205 typedef signed char int8_t; typedef

Completed in 320 milliseconds

<<11121314151617181920