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

12

/external/elfutils/libdw/
H A Ddwarf_highpc.c56 Dwarf_Word uval; local
57 if (INTUSE(dwarf_formudata) (attr_high, &uval) == 0)
59 *return_addr += uval;
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h26 value.uval = 0;
31 uint64_t uval; member in union:DWARFFormValue::ValueTypeTag::__anon11778
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...]
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp155 Value.uval = data.getUnsigned(offset_ptr, AddrSize) + R.second;
157 Value.uval = data.getUnsigned(offset_ptr, AddrSize);
162 Value.uval = data.getULEB128(offset_ptr);
166 Value.uval = data.getU8(offset_ptr);
170 Value.uval = data.getU16(offset_ptr);
174 Value.uval = data.getU32(offset_ptr);
180 Value.uval = data.getU8(offset_ptr);
184 Value.uval = data.getU16(offset_ptr);
188 Value.uval = data.getU32(offset_ptr);
193 Value.uval
[all...]
/external/iproute2/ip/
H A Dlink_vti.c117 unsigned uval; local
121 uval = get_addr32(*argv);
123 if (get_unsigned(&uval, *argv, 0) < 0) {
128 uval = htonl(uval);
131 ikey = okey = uval;
133 unsigned uval; local
137 uval = get_addr32(*argv);
139 if (get_unsigned(&uval, *argv, 0) < 0) {
143 uval
147 unsigned uval; local
[all...]
H A Dlink_vti6.c113 unsigned uval; local
117 uval = get_addr32(*argv);
119 if (get_unsigned(&uval, *argv, 0) < 0) {
124 uval = htonl(uval);
127 ikey = okey = uval;
129 unsigned uval; local
133 uval = get_addr32(*argv);
135 if (get_unsigned(&uval, *argv, 0) < 0) {
139 uval
143 unsigned uval; local
[all...]
H A Dlink_gre6.c155 unsigned uval; local
161 uval = get_addr32(*argv);
163 if (get_unsigned(&uval, *argv, 0) < 0) {
168 uval = htonl(uval);
171 ikey = okey = uval;
173 unsigned uval; local
178 uval = get_addr32(*argv);
180 if (get_unsigned(&uval, *argv, 0)<0) {
184 uval
188 unsigned uval; local
240 __u8 uval; local
248 __u8 uval; local
260 __u32 uval; local
[all...]
H A Dlink_gre.c159 unsigned uval; local
165 uval = get_addr32(*argv);
167 if (get_unsigned(&uval, *argv, 0) < 0) {
172 uval = htonl(uval);
175 ikey = okey = uval;
177 unsigned uval; local
182 uval = get_addr32(*argv);
184 if (get_unsigned(&uval, *argv, 0)<0) {
188 uval
192 unsigned uval; local
242 unsigned uval; local
255 __u32 uval; local
[all...]
H A Diplink_geneve.c62 unsigned uval; local
66 if (get_unsigned(&uval, *argv, 0))
68 if (uval > 255)
70 ttl = uval;
74 __u32 uval; local
78 if (rtnl_dsfield_a2n(&uval, *argv))
80 tos = uval;
H A Dlink_ip6tnl.c182 __u8 uval; local
184 if (get_u8(&uval, *argv, 0))
186 hop_limit = uval;
192 __u8 uval; local
193 if (get_u8(&uval, *argv, 0) < -1)
195 encap_limit = uval;
202 __u8 uval; local
208 if (get_u8(&uval, *argv, 16))
210 flowinfo |= htonl((__u32)uval << 20) & IP6_FLOWINFO_TCLASS;
215 __u32 uval; local
[all...]
H A Dip6tunnel.c186 __u8 uval; local
187 if (get_u8(&uval, *argv, 0) < -1)
189 p->encap_limit = uval;
195 __u8 uval; local
197 if (get_u8(&uval, *argv, 0))
199 p->hop_limit = uval;
204 __u8 uval; local
210 if (get_u8(&uval, *argv, 16))
212 p->flowinfo |= htonl((__u32)uval << 20) & IP6_FLOWINFO_TCLASS;
217 __u32 uval; local
[all...]
H A Dipl2tp.c528 __u32 uval; local
530 if (get_u32(&uval, *argv, 0))
532 p->tunnel_id = uval;
535 __u32 uval; local
537 if (get_u32(&uval, *argv, 0))
539 p->peer_tunnel_id = uval;
542 __u32 uval; local
544 if (get_u32(&uval, *argv, 0))
546 p->session_id = uval;
549 __u32 uval; local
555 __u16 uval; local
561 __u16 uval; local
567 __u8 uval; local
573 __u8 uval; local
[all...]
H A Diplink_vxlan.c125 unsigned uval; local
129 if (get_unsigned(&uval, *argv, 0))
131 if (uval > 255)
133 ttl = uval;
137 __u32 uval; local
141 if (rtnl_dsfield_a2n(&uval, *argv))
143 tos = uval;
/external/lldb/examples/python/
H A Dgdbremote.py298 uval = packet.get_hex_uint(g_byte_order)
300 return '0x%2.2x' % (uval)
302 return '0x%4.4x' % (uval)
304 return '0x%8.8x' % (uval)
306 return '0x%16.16x' % (uval)
308 uval = packet.get_hex_uint8()
309 while uval != None:
310 bytes.append(uval)
311 uval = packet.get_hex_uint8()
348 uval
[all...]
/external/icu/icu4c/source/common/
H A Dcstring.c161 uint32_t uval; local
164 uval = (uint32_t) v;
167 uval = (uint32_t)(-v);
174 digit = (uint8_t)(uval % radix);
176 uval = uval / radix;
177 } while (uval != 0);
199 uint64_t uval; local
202 uval = (uint64_t) v;
205 uval
[all...]
/external/clang/test/CodeGen/
H A Datomic.c9 unsigned int uval = 1; local
25 old = __sync_fetch_and_umin(&uval, 5u);
26 // CHECK: atomicrmw umin i32* %uval, i32 5 seq_cst
28 old = __sync_fetch_and_umax(&uval, 6u);
29 // CHECK: atomicrmw umax i32* %uval, i32 6 seq_cst
/external/flac/libFLAC/
H A Dbitwriter.c406 FLAC__uint32 uval; local
411 uval = (val<<1) ^ (val>>31);
413 return 1 + parameter + (uval >> parameter);
419 unsigned bits, msbs, uval;
426 uval = (unsigned)(((-(++val)) << 1) + 1);
428 uval = (unsigned)(val << 1);
434 msbs = uval >> k;
441 q = uval / parameter;
442 r = uval - (q * parameter);
451 unsigned FLAC__bitwriter_golomb_bits_unsigned(unsigned uval, unsigne
483 FLAC__uint32 uval, pattern; local
510 FLAC__uint32 uval; local
[all...]
H A Dbitreader.c421 FLAC__uint32 uval, mask; local
423 if(!FLAC__bitreader_read_raw_uint32(br, &uval, bits))
428 *val = (uval ^ mask) - mask;
688 unsigned uval; local
703 uval = (msbs << parameter) | lsbs;
704 if(uval & 1)
705 *val = -((int)(uval >> 1)) - 1;
707 *val = (int)(uval >> 1);
856 unsigned bit, uval, k;
873 uval
[all...]
/external/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...]
/external/libunwind/include/
H A Ddwarf_i.h212 uint8_t uval; local
215 if ((ret = dwarf_readu8 (as, a, addr, &uval, arg)) < 0)
217 *val = (int8_t) uval;
225 uint16_t uval; local
228 if ((ret = dwarf_readu16 (as, a, addr, &uval, arg)) < 0)
230 *val = (int16_t) uval;
238 uint32_t uval; local
241 if ((ret = dwarf_readu32 (as, a, addr, &uval, arg)) < 0)
243 *val = (int32_t) uval;
251 uint64_t uval; local
[all...]
/external/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...]
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h40 uval = 0;
44 uint64_t uval; member in union:llvm::DWARFFormValue::ValueType::__anon11941
/external/svox/pico/lib/
H A Dpicotok.c677 picoos_uint32 uval; local
704 if (tok_isRelative(tok->markupParams[0].paramVal, & uval)) {
705 tok_checkLimits(this, & uval, PICO_SPEED_FACTOR_MIN, PICO_SPEED_FACTOR_MAX,(picoos_uchar*)"relative speed factor");
706 tok_putItem(this, tok, PICODATA_ITEM_CMD, PICODATA_ITEMINFO1_CMD_SPEED, PICODATA_ITEMINFO2_CMD_RELATIVE, uval, (picoos_uchar*)"");
708 uval = picoos_atoi((picoos_char*)tok->markupParams[0].paramVal);
709 tok_checkLimits(this, & uval, PICO_SPEED_MIN, PICO_SPEED_MAX,(picoos_uchar*)"speed");
710 tok_putItem(this, tok, PICODATA_ITEM_CMD, PICODATA_ITEMINFO1_CMD_SPEED, PICODATA_ITEMINFO2_CMD_ABSOLUTE, uval, (picoos_uchar*)"");
720 if (tok_isRelative(tok->markupParams[0].paramVal, & uval)) {
721 tok_checkLimits(this, & uval,PICO_PITCH_FACTOR_MIN,PICO_PITCH_FACTOR_MAX, (picoos_uchar*)"relative pitch factor");
722 tok_putItem(this, tok, PICODATA_ITEM_CMD, PICODATA_ITEMINFO1_CMD_PITCH, PICODATA_ITEMINFO2_CMD_RELATIVE, uval, (picoos_ucha
[all...]
/external/lldb/include/lldb/Target/
H A DRegisterContext.h160 WriteRegisterFromUnsigned (uint32_t reg, uint64_t uval);
163 WriteRegisterFromUnsigned (const RegisterInfo *reg_info, uint64_t uval);
/external/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))

Completed in 2051 milliseconds

12