Searched refs:complex_int_byte_size (Results 1 – 1 of 1) sorted by relevance
572 size_t complex_int_byte_size = item_byte_size / 2; in DumpDataExtractor() local574 if (complex_int_byte_size > 0 && complex_int_byte_size <= 8) { in DumpDataExtractor()576 DE.GetMaxU64Bitfield(&offset, complex_int_byte_size, 0, 0)); in DumpDataExtractor()578 DE.GetMaxU64Bitfield(&offset, complex_int_byte_size, 0, 0)); in DumpDataExtractor()