Home
last modified time | relevance | path

Searched defs:uint (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegisterValue.h189 void SetUInt8(uint8_t uint) { in SetUInt8()
194 void SetUInt16(uint16_t uint) { in SetUInt16()
209 void SetUInt128(llvm::APInt uint) { in SetUInt128()
/freebsd-12.1/usr.bin/sdiotool/
H A Dlinux_compat.h38 #define uint unsigned int macro
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dtypes.h57 typedef unsigned int uint; typedef
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFTypes.h57 using uint = typename std::conditional<Is64, uint64_t, uint32_t>::type; member
/freebsd-12.1/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h278 CK_PR_CAS(uint, unsigned int) in CK_PR_CAS() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegisterValue.cpp730 bool RegisterValue::SetUInt(uint64_t uint, uint32_t byte_size) { in SetUInt()
/freebsd-12.1/contrib/gcc/
H A Dsys-types.h167 typedef int uint; typedef
H A Dmips-tdump.c57 #define uint unsigned int macro
/freebsd-12.1/sys/sys/
H A Dtypes.h58 typedef unsigned int uint; /* Sys V compatibility */ typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp3085 uint64_t uint; in print_dwarf_exp_op() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dopencl-c.h55 typedef unsigned int uint; typedef
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_settings.cpp359 kmp_uint64 uint = *out; in __kmp_stg_parse_int() local