Searched refs:item_bit_offset (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Core/ |
D | DataExtractor.cpp | 1368 …uint32_t item_bit_offset, // If "item_bit_size" is non-zero, this is the shift amount to apply … in Dump() argument 1463 …ntf ("%s", GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset) ? "true" : "… in Dump() 1474 … uint64_t uval64 = GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset); in Dump() 1516 … const uint64_t ch = GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset); in Dump() 1554 …s->Printf ("%" PRId64, GetMaxS64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset)); in Dump() 1565 …s->Printf ("%" PRIu64, GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset)); in Dump() 1576 …->Printf ("0%" PRIo64, GetMaxS64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset)); in Dump() 1587 … uint64_t uval64 = GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset); in Dump() 1660 …s->Address(GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset), sizeof (add… in Dump() 1720 …)(2 * item_byte_size), GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset)); in Dump() [all …]
|
/external/lldb/include/lldb/Core/ |
D | DataExtractor.h | 285 uint32_t item_bit_offset,
|