• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/

Lines Matching defs:totals

108 } totals = { 0, 0, 0, 0, 0, 0, 0, 0, true };
936 ++totals.files;
937 totals.streams += lzma_index_stream_count(xfi->idx);
938 totals.blocks += lzma_index_block_count(xfi->idx);
939 totals.compressed_size += lzma_index_file_size(xfi->idx);
940 totals.uncompressed_size += lzma_index_uncompressed_size(xfi->idx);
941 totals.stream_padding += xfi->stream_padding;
942 totals.checks |= lzma_index_checks(xfi->idx);
944 if (totals.memusage_max < xfi->memusage_max)
945 totals.memusage_max = xfi->memusage_max;
947 totals.all_have_sizes &= xfi->all_have_sizes;
964 get_check_names(checks, totals.checks, false);
966 // Print the totals except the file count, which needs
969 uint64_to_str(totals.streams, 0),
970 uint64_to_str(totals.blocks, 1),
971 uint64_to_nicestr(totals.compressed_size,
973 uint64_to_nicestr(totals.uncompressed_size,
975 get_ratio(totals.compressed_size,
976 totals.uncompressed_size),
979 // Since we print totals only when there are at least two files,
987 totals.files <= ULONG_MAX ? totals.files
988 : (totals.files % 1000000) + 1000000),
989 uint64_to_str(totals.files, 0));
1001 uint64_to_str(totals.files, 0));
1002 print_adv_helper(totals.streams, totals.blocks,
1003 totals.compressed_size, totals.uncompressed_size,
1004 totals.checks, totals.stream_padding);
1008 round_up_to_mib(totals.memusage_max), 0));
1010 totals.all_have_sizes ? _("Yes") : _("No"));
1021 get_check_names(checks, totals.checks, false);
1023 printf("totals\t%" PRIu64 "\t%" PRIu64 "\t%" PRIu64 "\t%" PRIu64
1025 totals.streams,
1026 totals.blocks,
1027 totals.compressed_size,
1028 totals.uncompressed_size,
1029 get_ratio(totals.compressed_size,
1030 totals.uncompressed_size),
1032 totals.stream_padding,
1033 totals.files);
1037 totals.memusage_max,
1038 totals.all_have_sizes ? "yes" : "no");
1050 // Always print totals in --robot mode. It can be convenient
1055 } else if (totals.files > 1) {
1056 // For non-robot mode, totals are printed only if there
1107 // Update the totals that are displayed after all