Searched refs:uval (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10.0-release/contrib/ntp/libntp/
H A Duinttoa.c11 u_long uval
18 (void) sprintf(buf, "%lu", (u_long)uval);
H A Datouint.c13 u_long *uval
33 *uval = u;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h26 value.uval = 0;
31 uint64_t uval; member in union:DWARFFormValue::ValueTypeTag::__anon3595
60 bool Boolean() const { return m_value.value.uval != 0; }
61 uint64_t Unsigned() const { return m_value.value.uval; }
62 void SetUnsigned(uint64_t uval) { m_value.value.uval = uval; } argument
H A DDWARFFormValue.cpp128 case DW_FORM_addr: m_value.value.uval = data.GetMaxU64(offset_ptr, DWARFCompileUnit::GetAddressByteSize(cu)); break;
129 case DW_FORM_block2: m_value.value.uval = data.GetU16(offset_ptr); is_block = true; break;
130 case DW_FORM_block4: m_value.value.uval = data.GetU32(offset_ptr); is_block = true; break;
131 case DW_FORM_data2: m_value.value.uval = data.GetU16(offset_ptr); break;
132 case DW_FORM_data4: m_value.value.uval = data.GetU32(offset_ptr); break;
133 case DW_FORM_data8: m_value.value.uval = data.GetU64(offset_ptr); break;
140 case DW_FORM_block: m_value.value.uval = data.GetULEB128(offset_ptr); is_block = true; break;
141 case DW_FORM_block1: m_value.value.uval = data.GetU8(offset_ptr); is_block = true; break;
142 case DW_FORM_data1: m_value.value.uval = data.GetU8(offset_ptr); break;
143 case DW_FORM_flag: m_value.value.uval
[all...]
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp97 Value.uval = data.getUnsigned(offset_ptr, AddrSize) + R.second;
99 Value.uval = data.getUnsigned(offset_ptr, AddrSize);
104 Value.uval = data.getULEB128(offset_ptr);
108 Value.uval = data.getU8(offset_ptr);
112 Value.uval = data.getU16(offset_ptr);
116 Value.uval = data.getU32(offset_ptr);
122 Value.uval = data.getU8(offset_ptr);
126 Value.uval = data.getU16(offset_ptr);
130 Value.uval = data.getU32(offset_ptr);
134 Value.uval
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/DebugInfo/
H A DDWARFFormValue.h24 uval = 0;
28 uint64_t uval; member in union:llvm::DWARFFormValue::ValueType::__anon1932
64 uint64_t getUnsigned() const { return Value.uval; }
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStream.h240 /// Output a uint8_t \a uval to the stream \a s.
242 /// @param[in] uval
250 operator<< (uint8_t uval);
253 /// Output a uint16_t \a uval to the stream \a s.
255 /// @param[in] uval
263 operator<< (uint16_t uval);
266 /// Output a uint32_t \a uval to the stream \a s.
268 /// @param[in] uval
276 operator<< (uint32_t uval);
279 /// Output a uint64_t \a uval t
[all...]
/freebsd-10.0-release/contrib/ntp/ntpdc/
H A Dntpdc.h36 u_long uval; member in struct:__anon3831
H A Dntpdc.c1440 argp->uval = 0;
1448 argp->uval *= 10;
1449 argp->uval += (cp - digits);
1682 tvout.tv_sec = pcmd->argval[0].uval / 1000;
1683 tvout.tv_usec = (pcmd->argval[0].uval - (tvout.tv_sec * 1000))
1787 info_auth_keyid = pcmd->argval[0].uval;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DStream.cpp54 // Put an offset "uval" out to the stream using the printf format
58 Stream::Offset (uint32_t uval, const char *format) argument
60 Printf (format, uval);
64 // Put an SLEB128 "uval" out to the stream using the printf format
98 // Put an ULEB128 "uval" out to the stream using the printf format
102 Stream::PutULEB128 (uint64_t uval) argument
110 uint8_t byte = uval & 0x7fu;
111 uval >>= 7;
112 if (uval != 0)
118 } while (uval !
297 operator <<(uint8_t uval) argument
307 operator <<(uint16_t uval) argument
317 operator <<(uint32_t uval) argument
327 operator <<(uint64_t uval) argument
[all...]
/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq.h36 u_long uval; member in union:__anon3833
H A Dntpq.c1672 argp->uval = assoc_cache[isneg-1].assid;
1681 argp->uval = 0;
1689 argp->uval *= 10;
1690 argp->uval += (cp - digits);
2178 tvout.tv_sec = pcmd->argval[0].uval / 1000;
2179 tvout.tv_usec = (pcmd->argval[0].uval - (tvout.tv_sec * 1000))
2298 if(pcmd->argval[0].uval > NTP_MAXKEY)
2300 info_auth_keyid = pcmd->argval[0].uval;
2515 if (pcmd->argval[0].uval < NTP_OLDVERSION
2516 || pcmd->argval[0].uval > NTP_VERSIO
3066 u_long uval; local
[all...]
H A Dntpq-subs.c558 if (pcmd->argval[0].uval == 0)
560 else if ((associd = checkassocid(pcmd->argval[0].uval)) == 0)
587 /* HMS: Do we really want uval here? */
588 if (pcmd->argval[0].uval == 0)
590 else if ((associd = checkassocid(pcmd->argval[0].uval)) == 0)
625 /* HMS: uval? */
626 if (pcmd->nargs == 0 || pcmd->argval[0].uval == 0)
628 else if ((associd = checkassocid(pcmd->argval[0].uval)) == 0)
658 /* HMS: uval? */
659 if (pcmd->argval[0].uval
[all...]
/freebsd-10.0-release/usr.bin/nl/
H A Dnl.c135 unsigned long uval; local
189 uval = strtoul(optarg, &ep, 10);
191 (uval == ULONG_MAX && errno != 0))
194 nblank = (unsigned int)uval;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddoublest.c453 unsigned char *uval = (unsigned char *) val;
455 return get_field (uval, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1);
463 unsigned char *uval = (unsigned char *) val;
474 exponent = get_field (uval, fmt->byteorder, fmt->totalsize,
487 mant = get_field (uval, fmt->byteorder, fmt->totalsize,
512 unsigned char *uval = (unsigned char *) val;
527 mant = get_field (uval, fmt->byteorder, fmt->totalsize,
537 mant = get_field (uval, fmt->byteorder, fmt->totalsize,
452 unsigned char *uval = (unsigned char *) val; local
462 unsigned char *uval = (unsigned char *) val; local
511 unsigned char *uval = (unsigned char *) val; local
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DRegisterContext.h160 WriteRegisterFromUnsigned (uint32_t reg, uint64_t uval);
163 WriteRegisterFromUnsigned (const RegisterInfo *reg_info, uint64_t uval);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DRegisterContext.cpp180 RegisterContext::WriteRegisterFromUnsigned (uint32_t reg, uint64_t uval) argument
184 return WriteRegisterFromUnsigned (GetRegisterInfoAtIndex (reg), uval);
188 RegisterContext::WriteRegisterFromUnsigned (const RegisterInfo *reg_info, uint64_t uval) argument
193 if (value.SetUInt(uval, reg_info->byte_size))
/freebsd-10.0-release/usr.bin/printf/
H A Dprintf.c300 uintmax_t uval; local
306 if (getnum(&val, &uval, signedconv))
311 PF(f, uval);
455 uintmax_t uval; local
458 if (getnum(&val, &uval, 1))
/freebsd-10.0-release/lib/libdwarf/
H A Ddwarf_loc.c91 uint64_t uval; local
239 uval = dwarf_decode_uleb128(&p);
285 uval = dwarf_decode_uleb128(&p);
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_parse.c4827 union uval {
4923 union uval uval;
4925 uval.fv = a;
4931 sendbyte(buf, uval.bd[i]);
5169 union uval uval;
5172 uval.bd[0] = *bp++;
5173 uval.bd[1] = *bp++;
5174 uval
4824 union uval { union
4920 union uval uval; local
5166 union uval uval; local
5187 union uval uval; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c598 Dwarf_Unsigned uval; local
631 if (die_unsigned(dw, dim, DW_AT_upper_bound, &uval, 0))
632 ar->ad_nelems = uval + 1;
660 Dwarf_Unsigned uval; local
671 if (die_unsigned(dw, arr, DW_AT_byte_size, &uval, 0)) {
676 if (uval == (unsigned)-1) {
679 uval = 0;
682 tdp->t_size = uval;
760 Dwarf_Unsigned uval; local
767 (void) die_unsigned(dw, die, DW_AT_byte_size, &uval, DW_ATTR_RE
[all...]
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-s390.c557 addressT uval; local
590 uval = (addressT) val & ((((addressT) 1 << (operand->bits-1)) << 1) - 1);
593 uval = (uval >> 12) | ((uval & 0xfff) << 8);
601 uval = (addressT) val;
604 uval--;
606 if (uval < min || uval > max)
610 uval
[all...]
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_futex.c751 "WAIT uaddr %p val %d != uval %d val3 %d",
846 LINUX_CTR2(sys_futex, "CMP_REQUEUE val %d != uval %d",
1094 uint32_t uval, nval, mval; local
1101 error = copyin(uaddr, &uval, 4);
1107 if ((uval & FUTEX_TID_MASK) == p->p_pid) {
1108 mval = (uval & FUTEX_WAITERS) | FUTEX_OWNER_DIED;
1109 nval = casuword32(uaddr, uval, mval);
1117 if (nval != uval)
1120 if (!pi && (uval & FUTEX_WAITERS)) {
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-lldp.c915 u_int32_t i, pgval, uval; local
1041 uval = EXTRACT_24BITS(mptr+2);
1043 (uval >> 22),
1044 (uval >> 22) ? "Socket Number" : "L2 EtherType");
1045 printf("\n\t OUI: 0x%06x", uval & 0x3fffff);
/freebsd-10.0-release/usr.bin/units/
H A Dunits.c49 char *uval; member in struct:__anon11501
203 unittable[unitcount++].uval = dupstr(lineptr);
470 return unittable[i].uval;

Completed in 476 milliseconds

12