Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp240 _PutHex8(uvalue, false); in PutHex16() argument
256 nibble_chars[1] = g_hex_to_ascii_hex_char[(uvalue >> 0) & 0xf]; in PutHex32() argument
210 PutNHex8(size_t n,uint8_t uvalue) PutNHex8() argument
217 _PutHex8(uint8_t uvalue,bool add_prefix) _PutHex8() argument
234 PutHex8(uint8_t uvalue) PutHex8() argument
272 PutHex64(uint64_t uvalue,ByteOrder byte_order) PutHex64() argument
288 PutMaxHex64(uint64_t uvalue,size_t byte_size,lldb::ByteOrder byte_order) PutMaxHex64() argument
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp337 uint64_t uvalue = Unsigned(); Dump() local
[all...]
/freebsd/contrib/bmake/
H A Dparse.c1800 VarCheckSyntax(VarAssignOp op, const char *uvalue, GNode *scope) in VarCheckSyntax()
1814 VarAssign_EvalSubst(GNode *scope, const char *name, const char *uvalue, in VarAssign_EvalSubst()
1842 VarAssign_EvalShell(const char *name, const char *uvalue, GNode *scope, in VarAssign_EvalShell()
1874 VarAssign_Eval(const char *name, VarAssignOp op, const char *uvalue, in VarAssign_Eval()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c550 unsigned LLONG uvalue; in fmtint() local
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_print.c439 uint64_t uvalue; in fmtint() local
/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c994 UINTMAX_T uvalue; in fmtint() local
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h156 #define uvalue(o) (&rawuvalue(o)->uv) macro
/freebsd/contrib/lua/src/
H A Dlobject.h437 #define uvalue(o) check_exp(ttisfulluserdata(o), gco2u(val_(o).gc)) macro