Searched defs:uint (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dtypes.h61 typedef unsigned int uint; typedef
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h149 void operator=(uint8_t uint) { argument
154 void operator=(uint16_t uint) { argument
159 void operator=(uint32_t uint) { argument
164 void operator=(uint64_t uint) { argument
169 void operator=(llvm::APInt uint) { argument
189 SetUInt8(uint8_t uint) argument
194 SetUInt16(uint16_t uint) argument
199 SetUInt32(uint32_t uint, Type t = eTypeUInt32) argument
204 SetUInt64(uint64_t uint, Type t = eTypeUInt64) argument
209 SetUInt128(llvm::APInt uint) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp759 bool RegisterValue::SetUInt(uint64_t uint, uint32_t byte_size) { argument
/freebsd-11-stable/contrib/gcc/
H A Dsys-types.h167 typedef int uint; typedef
H A Dmips-tdump.c57 #define uint unsigned int macro
/freebsd-11-stable/sys/dev/nxge/
H A Dxge-osdep.h142 #define uint unsigned int macro
/freebsd-11-stable/sys/sys/
H A Dtypes.h56 typedef unsigned int uint; /* Sys V compatibility */ typedef
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h27 typedef unsigned int uint; typedef
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp372 kmp_uint64 uint = *out; local
[all...]

Completed in 204 milliseconds