Home
last modified time | relevance | path

Searched refs:complex_int_byte_size (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Core/
DDataExtractor.cpp1666 size_t complex_int_byte_size = item_byte_size / 2; in Dump() local
1668 if (complex_int_byte_size <= 8) in Dump()
1670 s->Printf("%" PRIu64, GetMaxU64Bitfield(&offset, complex_int_byte_size, 0, 0)); in Dump()
1671 … s->Printf(" + %" PRIu64 "i", GetMaxU64Bitfield(&offset, complex_int_byte_size, 0, 0)); in Dump()