Home
last modified time | relevance | path

Searched refs:uval (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp97 V.uval = D.size(); in createFromBlockValue()
242 Value.uval = in extractValue()
294 Value.uval = 16; in extractValue()
332 Value.uval = 1; in extractValue()
488 OS << Value.uval; in dump()
649 uint32_t Index = AddrOffset ? (Value.uval >> 32) : Value.uval; in getAsSectionedAddress()
699 return Value.uval; in getAsSectionOffset()
706 return Value.uval; in getAsUnsignedConstant()
720 return int8_t(Value.uval); in getAsSignedConstant()
738 return Value.uval; in getAsCStringOffset()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp47 m_value.value.uval = in ExtractValue()
51 m_value.value.uval = data.GetU8(offset_ptr); in ExtractValue()
55 m_value.value.uval = data.GetU16(offset_ptr); in ExtractValue()
59 m_value.value.uval = data.GetU32(offset_ptr); in ExtractValue()
63 m_value.value.uval = 16; in ExtractValue()
87 m_value.value.uval = data.GetU8(offset_ptr); in ExtractValue()
93 m_value.value.uval = data.GetU16(offset_ptr); in ExtractValue()
133 m_value.value.uval = 1; in ExtractValue()
143 *offset_ptr += m_value.value.uval; in ExtractValue()
505 uint64_t value = m_value.value.uval; in ReferencedUnitAndOffset()
[all …]
H A DDWARFFormValue.h25 ValueTypeTag() : value() { value.uval = 0; } in ValueTypeTag()
28 uint64_t uval; member
70 bool Boolean() const { return m_value.value.uval != 0; } in Boolean()
71 uint64_t Unsigned() const { return m_value.value.uval; } in Unsigned()
72 void SetUnsigned(uint64_t uval) { m_value.value.uval = uval; } in SetUnsigned() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h228 Stream &operator<<(uint8_t uval) = delete;
229 Stream &operator<<(uint16_t uval) = delete;
230 Stream &operator<<(uint32_t uval) = delete;
231 Stream &operator<<(uint64_t uval) = delete;
389 size_t PutSLEB128(int64_t uval);
398 size_t PutULEB128(uint64_t uval);
/freebsd/sys/compat/linux/
H A Dlinux_futex.c678 uint32_t uval; in linux_futex_requeue() local
707 error = fueword32(args->uaddr, &uval); in linux_futex_requeue()
749 uint32_t uval; in linux_futex_wait() local
767 error = fueword32(args->uaddr, &uval); in linux_futex_wait()
770 else if (uval != args->val) in linux_futex_wait()
940 uint32_t uval, nval, mval; in handle_futex_death() local
944 error = fueword32(uaddr, &uval); in handle_futex_death()
967 if (pending_op && !pi && !uval) { in handle_futex_death()
972 if ((uval & FUTEX_TID_MASK) == em->em_tid) { in handle_futex_death()
984 if (!pi && (uval & FUTEX_WAITERS)) { in handle_futex_death()
[all …]
/freebsd/contrib/ntp/libntp/
H A Datouint.c19 u_long *uval in atouint() argument
40 *uval = u; in atouint()
/freebsd/bin/sh/
H A Dmiscbltin.c552 uintmax_t uval; in ulimitcmd() local
557 uval = strtoumax(p, &end, 10); in ulimitcmd()
560 if (uval > UINTMAX_MAX / l->factor) in ulimitcmd()
562 uval *= l->factor; in ulimitcmd()
563 val = (rlim_t)uval; in ulimitcmd()
564 if (val < 0 || (uintmax_t)val != uval || in ulimitcmd()
/freebsd/usr.bin/nl/
H A Dnl.c128 unsigned long uval; in main() local
182 uval = strtoul(optarg, &ep, 10); in main()
184 (uval == ULONG_MAX && errno != 0)) in main()
187 nblank = (unsigned int)uval; in main()
/freebsd/usr.bin/printf/
H A Dprintf.c396 uintmax_t uval; in printf_doformat() local
402 if (getnum(&val, &uval, signedconv)) in printf_doformat()
407 PF(f, uval); in printf_doformat()
555 uintmax_t uval; in getint() local
558 if (getnum(&val, &uval, 1)) in getint()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h42 ValueType() { uval = 0; } in ValueType()
44 ValueType(uint64_t V) : uval(V) {} in ValueType()
48 uint64_t uval; member
81 uint64_t getRawUValue() const { return Value.uval; } in getRawUValue()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp46 void Stream::Offset(uint32_t uval, const char *format) { Printf(format, uval); } in Offset() argument
57 size_t Stream::PutULEB128(uint64_t uval) { in PutULEB128() argument
59 return llvm::encodeULEB128(uval, m_forwarder); in PutULEB128()
61 return Printf("0x%" PRIx64, uval); in PutULEB128()
/freebsd/usr.sbin/iovctl/
H A Dparse.c92 uint64_t uval; in add_uint_config() local
101 uval = val; in add_uint_config()
102 if (uval > max) in add_uint_config()
105 nvlist_add_number(config, key, uval); in add_uint_config()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c5043 union uval { union
5139 union uval uval; in sendflt() local
5385 union uval uval; in getflt() local
5388 uval.bd[0] = *bp++; in getflt()
5391 uval.bd[3] = *bp; in getflt()
5396 uval.bd[0] = *bp; in getflt()
5398 return uval.fv; in getflt()
5406 union uval uval; in getdbl() local
5416 uval.bd[7] = *bp; in getdbl()
5425 uval.bd[0] = *bp; in getdbl()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp217 uint64_t uval) { in WriteRegisterFromUnsigned() argument
220 return WriteRegisterFromUnsigned(GetRegisterInfoAtIndex(reg), uval); in WriteRegisterFromUnsigned()
225 uint64_t uval) { in WriteRegisterFromUnsigned() argument
231 if (!value.SetUInt(uval, reg_info->byte_size)) in WriteRegisterFromUnsigned()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c649 Dwarf_Unsigned uval; in tdesc_array_create() local
682 if (die_unsigned(dw, dim, DW_AT_upper_bound, &uval, 0)) in tdesc_array_create()
683 ar->ad_nelems = uval + 1; in tdesc_array_create()
686 else if (die_unsigned(dw, dim, DW_AT_count, &uval, 0)) in tdesc_array_create()
687 ar->ad_nelems = uval; in tdesc_array_create()
715 Dwarf_Unsigned uval; in die_array_create() local
730 tdp->t_size = uval; in die_array_create()
809 Dwarf_Unsigned uval; in die_enum_create() local
822 tdp->t_size = uval; in die_enum_create()
842 &uval, 0)) { in die_enum_create()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp211 bool RegisterContext::WriteRegisterFromUnsigned(uint32_t reg, uint64_t uval) { in WriteRegisterFromUnsigned() argument
214 return WriteRegisterFromUnsigned(GetRegisterInfoAtIndex(reg), uval); in WriteRegisterFromUnsigned()
218 uint64_t uval) { in WriteRegisterFromUnsigned() argument
221 if (value.SetUInt(uval, reg_info->byte_size)) in WriteRegisterFromUnsigned()
/freebsd/stand/libsa/zfs/
H A Dzfs.c1097 uint64_t uval; in zfs_nvstore_setter_str() local
1172 rv = get_uint64(data, &uval); in zfs_nvstore_setter_str()
1174 uint8_t v = uval; in zfs_nvstore_setter_str()
1181 rv = get_uint64(data, &uval); in zfs_nvstore_setter_str()
1183 uint8_t v = uval; in zfs_nvstore_setter_str()
1190 rv = get_uint64(data, &uval); in zfs_nvstore_setter_str()
1192 uint16_t v = uval; in zfs_nvstore_setter_str()
1199 rv = get_uint64(data, &uval); in zfs_nvstore_setter_str()
1201 uint32_t v = uval; in zfs_nvstore_setter_str()
1208 rv = get_uint64(data, &uval); in zfs_nvstore_setter_str()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h205 bool WriteRegisterFromUnsigned(uint32_t reg, uint64_t uval);
207 bool WriteRegisterFromUnsigned(const RegisterInfo *reg_info, uint64_t uval);
/freebsd/contrib/libucl/src/
H A Ducl_util.c305 int i, uval; local
350 uval = 0;
356 uval <<= 4;
358 uval += h[i] - '0';
361 uval += h[i] - 'a' + 10;
364 uval += h[i] - 'A' + 10;
372 if(uval < 0x80) {
373 t[0] = (char)uval;
376 else if(uval < 0x800) {
381 else if(uval < 0x10000) {
[all …]
H A Ducl_msgpack.c144 uint64_t uval; in ucl_emitter_print_int_msgpack() local
146 uval = ((val ^ (val >> 63)) - (val >> 63)); in ucl_emitter_print_int_msgpack()
150 buf[0] = (mask_negative | uval) & 0xff; in ucl_emitter_print_int_msgpack()
152 else if (uval <= INT8_MAX) { in ucl_emitter_print_int_msgpack()
158 else if (uval <= INT16_MAX) { in ucl_emitter_print_int_msgpack()
165 else if (uval <= INT32_MAX) { in ucl_emitter_print_int_msgpack()
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c1874 argp->uval = assoc_cache[ul - 1].assid; in getarg()
1877 if (!atouint(str, &argp->uval)) { in getarg()
2637 if(pcmd->argval[0].uval > NTP_MAXKEY) in keyid()
2639 info_auth_keyid = pcmd->argval[0].uval; in keyid()
2871 if (pcmd->argval[0].uval < NTP_OLDVERSION in ntpversion()
3670 u_long uval; in cookedprint() local
3749 if (!value || !decodeuint(value, &uval) || uval > 3) { in cookedprint()
3752 b[0] = (0x2 & uval) in cookedprint()
3755 b[1] = (0x1 & uval) in cookedprint()
3767 snprintf(b, sizeof(b), "%03lo", uval); in cookedprint()
[all …]
H A Dntpq-subs.c787 if (pcmd->argval[0].uval == 0) in readlist()
819 if (pcmd->argval[0].uval == 0) in writelist()
861 if (pcmd->nargs == 0 || pcmd->argval[0].uval == 0) in readvar()
863 else if ((associd = checkassocid(pcmd->argval[0].uval)) == 0) in readvar()
900 if (pcmd->argval[0].uval == 0) in writevar()
902 else if ((associd = checkassocid(pcmd->argval[0].uval)) == 0) in writevar()
946 if (pcmd->argval[0].uval == 0) in clocklist()
969 if (pcmd->nargs == 0 || pcmd->argval[0].uval == 0) in clockvar()
1051 if (!findassidrange(pcmd->argval[0].uval, pcmd->argval[1].uval, in mreadlist()
1081 if (!findassidrange(pcmd->argval[0].uval, pcmd->argval[1].uval, in mreadvar()
[all …]
H A Dntpq.h75 u_long uval; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h157 Status WriteRegisterFromUnsigned(uint32_t reg, uint64_t uval);
159 Status WriteRegisterFromUnsigned(const RegisterInfo *reg_info, uint64_t uval);
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.h36 u_long uval; member

12