Lines Matching refs:totals

112 } totals = { 0, 0, 0, 0, 0, 0, 0, 0, 50000002, true };
643 // when printing the totals line if there are no valid input files.
1004 ++totals.files;
1005 totals.streams += lzma_index_stream_count(xfi->idx);
1006 totals.blocks += lzma_index_block_count(xfi->idx);
1007 totals.compressed_size += lzma_index_file_size(xfi->idx);
1008 totals.uncompressed_size += lzma_index_uncompressed_size(xfi->idx);
1009 totals.stream_padding += xfi->stream_padding;
1010 totals.checks |= lzma_index_checks(xfi->idx);
1012 if (totals.memusage_max < xfi->memusage_max)
1013 totals.memusage_max = xfi->memusage_max;
1015 if (totals.min_version < xfi->min_version)
1016 totals.min_version = xfi->min_version;
1018 totals.all_have_sizes &= xfi->all_have_sizes;
1035 get_check_names(checks, totals.checks, false);
1037 // Print the totals except the file count, which needs
1040 uint64_to_str(totals.streams, 0),
1041 uint64_to_str(totals.blocks, 1),
1042 uint64_to_nicestr(totals.compressed_size,
1044 uint64_to_nicestr(totals.uncompressed_size,
1046 get_ratio(totals.compressed_size,
1047 totals.uncompressed_size),
1050 // Since we print totals only when there are at least two files,
1058 totals.files <= ULONG_MAX ? totals.files
1059 : (totals.files % 1000000) + 1000000),
1060 uint64_to_str(totals.files, 0));
1072 uint64_to_str(totals.files, 0));
1073 print_adv_helper(totals.streams, totals.blocks,
1074 totals.compressed_size, totals.uncompressed_size,
1075 totals.checks, totals.stream_padding);
1079 round_up_to_mib(totals.memusage_max), 0));
1081 totals.all_have_sizes ? _("Yes") : _("No"));
1083 xz_ver_to_str(totals.min_version));
1094 get_check_names(checks, totals.checks, false);
1096 printf("totals\t%" PRIu64 "\t%" PRIu64 "\t%" PRIu64 "\t%" PRIu64
1098 totals.streams,
1099 totals.blocks,
1100 totals.compressed_size,
1101 totals.uncompressed_size,
1102 get_ratio(totals.compressed_size,
1103 totals.uncompressed_size),
1105 totals.stream_padding,
1106 totals.files);
1110 totals.memusage_max,
1111 totals.all_have_sizes ? "yes" : "no",
1112 totals.min_version);
1124 // Always print totals in --robot mode. It can be convenient
1129 } else if (totals.files > 1) {
1130 // For non-robot mode, totals are printed only if there
1181 // Update the totals that are displayed after all