Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h200 void SetUInt8(uint8_t uint) { in SetUInt8()
205 void SetUInt16(uint16_t uint) { in SetUInt16()
220 void SetUInt128(llvm::APInt uint) { in SetUInt128()
/freebsd-src/usr.bin/sdiotool/
H A Dlinux_compat.h34 #define uint unsigned int macro
/freebsd-src/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h22 typedef unsigned int uint; global() typedef
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dtypes.h59 typedef unsigned int uint; typedef
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h57 using uint = std::conditional_t<Is64, uint64_t, uint32_t>; global() member
/freebsd-src/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h278 CK_PR_CAS(uint, unsigned int) in CK_PR_CAS() argument
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp709 bool RegisterValue::SetUInt(uint64_t uint, uint32_t byte_size) { in SetUInt() argument
/freebsd-src/sys/sys/
H A Dtypes.h55 typedef unsigned int uint; /* Sys V compatibility */ typedef
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h125 typedef unsigned int uint; global() typedef
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp340 kmp_uint64 uint = *out; in __kmp_stg_parse_int() local
[all...]