Searched refs:complex_int_byte_size (Results 1 – 1 of 1) sorted by relevance
1719 size_t complex_int_byte_size = item_byte_size / 2; in Dump() local1721 if (complex_int_byte_size <= 8) in Dump()1723 s->Printf("%" PRIu64, GetMaxU64Bitfield(&offset, complex_int_byte_size, 0, 0)); in Dump()1724 … s->Printf(" + %" PRIu64 "i", GetMaxU64Bitfield(&offset, complex_int_byte_size, 0, 0)); in Dump()