Lines Matching defs:item_count
564 size_t item_count = m_format_options.GetCountValue().GetCurrentValue();
579 total_byte_size = item_count * item_byte_size;
612 end_addr, (uint64_t)item_count);
617 item_count = total_byte_size / item_byte_size;
690 item_count = 1;
692 (item_byte_size + 1) * item_count,
698 (uint64_t)((item_byte_size + 1) * item_count));
703 auto count = item_count;
704 item_count = 0;
706 while (item_count < count) {
732 item_count++; // if we break early we know we only read item_count
803 for (uint32_t i = 0; i < item_count; ++i) {
841 if (!m_format_options.GetCountValue().OptionWasSet() || item_count == 1) {
847 item_count = item_byte_size;
861 data, output_stream_p, 0, format, item_byte_size, item_count,