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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp333 uint64_t uvalue = Unsigned(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp210 size_t Stream::PutNHex8(size_t n, uint8_t uvalue) { argument
217 void Stream::_PutHex8(uint8_t uvalue, bool add_prefix) { argument
234 size_t Stream::PutHex8(uint8_t uvalue) { argument
240 size_t Stream::PutHex16(uint16_t uvalue, ByteOrder byte_order) { argument
256 PutHex32(uint32_t uvalue, ByteOrder byte_order) argument
272 PutHex64(uint64_t uvalue, ByteOrder byte_order) argument
288 PutMaxHex64(uint64_t uvalue, size_t byte_size, lldb::ByteOrder byte_order) argument
[all...]
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c547 unsigned LLONG uvalue; local
/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Db_print.c423 uint64_t uvalue; local
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlobject.h157 #define uvalue(o) (&rawuvalue(o)->uv) macro
/freebsd-13-stable/contrib/ntp/libntp/
H A Dsnprintf.c994 UINTMAX_T uvalue; local
/freebsd-13-stable/contrib/lua/src/
H A Dlobject.h415 #define uvalue(o) check_exp(ttisfulluserdata(o), gco2u(val_(o).gc)) macro
/freebsd-13-stable/crypto/openssh/
H A Dservconf.c1229 u_int i, *uintptr, uvalue, flags = 0; local
/freebsd-13-stable/contrib/bmake/
H A Dparse.c1886 VarCheckSyntax(VarAssignOp type, const char *uvalue, GNode *scope) argument
1901 VarAssign_EvalSubst(GNode *scope, const char *name, const char *uvalue, argument
1926 VarAssign_EvalShell(const char *name, const char *uvalue, GNode *scope, argument
1964 VarAssign_Eval(const char *name, VarAssignOp op, const char *uvalue, argument
[all...]

Completed in 112 milliseconds