Home
last modified time | relevance | path

Searched defs:uvalue (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/lldb/source/Utility/
DStream.cpp210 size_t Stream::PutNHex8(size_t n, uint8_t uvalue) { in PutNHex8()
217 void Stream::_PutHex8(uint8_t uvalue, bool add_prefix) { in _PutHex8()
234 size_t Stream::PutHex8(uint8_t uvalue) { in PutHex8()
240 size_t Stream::PutHex16(uint16_t uvalue, ByteOrder byte_order) { in PutHex16()
256 size_t Stream::PutHex32(uint32_t uvalue, ByteOrder byte_order) { in PutHex32()
272 size_t Stream::PutHex64(uint64_t uvalue, ByteOrder byte_order) { in PutHex64()
288 size_t Stream::PutMaxHex64(uint64_t uvalue, size_t byte_size, in PutMaxHex64()
/external/libnl/src/
Dnl-pktloc-lookup.c113 uint32_t uvalue = 0; in main() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.cpp333 uint64_t uvalue = Unsigned(); in Dump() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp372 uint64_t uvalue = Value.uval; in dump() local
/external/pdfium/core/fxcrt/
Dfx_system.cpp67 UT uvalue; in FXSYS_IntToStr() local
/external/openssh/openbsd-compat/
Dbsd-snprintf.c547 unsigned LLONG uvalue; in fmtint() local
/external/python/cpython3/Modules/
Dbinascii.c1377 unsigned int uvalue = ch; in to_hex() local
/external/python/cpython2/Modules/
Dbinascii.c1266 unsigned int uvalue = ch; in to_hex() local
/external/llvm-project/polly/lib/External/isl/imath/
Dimath.c439 mp_result mp_int_init_uvalue(mp_int z, mp_usmall uvalue) in mp_int_init_uvalue()
457 mp_result mp_int_set_uvalue(mp_int z, mp_usmall uvalue) in mp_int_set_uvalue()
/external/kernel-headers/original/uapi/linux/dvb/
Dfrontend.h806 __u64 uvalue; /* for counters and relative scales */ member
/external/openssh/
Dservconf.c1274 u_int i, *uintptr, uvalue, flags = 0; in process_server_config_line_depth() local
/external/lua/src/
Dlobject.h413 #define uvalue(o) check_exp(ttisfulluserdata(o), gco2u(val_(o).gc)) macro
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1522 uvalue = support.u(r'\u043f\u0440\u0438\u0432\u0456\u0442 ' variable in _TestRemoteManager
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc485 uint64_t uvalue, in ShiftOperand()