total            1435 lib/vfs/direntry.c     off_t total = 0;
total            1471 lib/vfs/direntry.c         total += n;
total            1472 lib/vfs/direntry.c         vfs_s_print_stats (me->name, _("Getting file"), ino->ent->name, total, stat_size);
total              81 lib/widget/gauge.c             int total = g->max;
total              84 lib/widget/gauge.c             if (total <= 0 || done < 0)
total              87 lib/widget/gauge.c                 total = 100;
total              89 lib/widget/gauge.c             if (done > total)
total              90 lib/widget/gauge.c                 done = total;
total              91 lib/widget/gauge.c             while (total > 65535)
total              93 lib/widget/gauge.c                 total /= 256;
total              99 lib/widget/gauge.c             percentage = (200 * done / total + 1) / 2;
total             100 lib/widget/gauge.c             columns = (2 * gauge_len * done / total + 1) / 2;
total             244 src/filemanager/cmd.c     panel->total = 0;
total            1273 src/filemanager/cmd.c         uintmax_t total = 0;
total            1283 src/filemanager/cmd.c         if (compute_dir_size (p, &dsm, &dir_count, &count, &total, FALSE) == FILE_CONT)
total            1285 src/filemanager/cmd.c             entry->st.st_size = (off_t) total;
total            1325 src/filemanager/cmd.c             uintmax_t total = 0;
total            1329 src/filemanager/cmd.c             ok = compute_dir_size (p, &dsm, &dir_count, &count, &total, FALSE) != FILE_CONT;
total            1334 src/filemanager/cmd.c             panel->dir.list[i].st.st_size = (off_t) total;
total             810 src/filemanager/file.c         ctx->progress_bytes = panel->total;
total             991 src/filemanager/filegui.c file_progress_show (file_op_context_t * ctx, off_t done, off_t total,
total            1001 src/filemanager/filegui.c     if (total == 0)
total            1007 src/filemanager/filegui.c     gauge_set_value (ui->progress_file_gauge, 1024, (int) (1024 * done / total));
total            1036 src/filemanager/filegui.c file_progress_show_count (file_op_context_t * ctx, size_t done, size_t total)
total            1050 src/filemanager/filegui.c                          total);
total              30 src/filemanager/filegui.h void file_progress_show (file_op_context_t * ctx, off_t done, off_t total,
total              32 src/filemanager/filegui.h void file_progress_show_count (file_op_context_t * ctx, size_t done, size_t total);
total             181 src/filemanager/info.c         if (myfs_stats.avail == 0 && myfs_stats.total == 0)
total             188 src/filemanager/info.c             size_trunc_len (buffer2, 5, myfs_stats.total, 1, panels_options.kilobyte_si);
total             190 src/filemanager/info.c                         myfs_stats.total == 0 ? 0 :
total             191 src/filemanager/info.c                         (int) (100 * (long double) myfs_stats.avail / myfs_stats.total));
total            1301 src/filemanager/layout.c         panelswap (total);
total            1530 src/filemanager/mountlist.c         myfs_stats->total = ((uintmax_t) fs_use.fsu_blocks * fs_use.fsu_blocksize) >> 10;
total            1558 src/filemanager/mountlist.c         myfs_stats->total = ((uintmax_t) fs_use.fsu_blocks * fs_use.fsu_blocksize) >> 10;
total            1569 src/filemanager/mountlist.c         myfs_stats->total = 0;
total              29 src/filemanager/mountlist.h     uintmax_t total;            /* in kB */
total            1142 src/filemanager/panel.c     g_strlcpy (b_bytes, size_trunc_sep (panel->total, panels_options.kilobyte_si),
total            1214 src/filemanager/panel.c     if (myfs_stats.avail != 0 || myfs_stats.total != 0)
total            1221 src/filemanager/panel.c         size_trunc_len (buffer2, sizeof (buffer2) - 1, myfs_stats.total, 1,
total            1224 src/filemanager/panel.c                     myfs_stats.total == 0 ? 0 :
total            1225 src/filemanager/panel.c                     (int) (100 * (long double) myfs_stats.avail / myfs_stats.total));
total            4419 src/filemanager/panel.c     panel->total = 0;
total            4771 src/filemanager/panel.c         panel->total = 0;
total            4786 src/filemanager/panel.c     panel->total = 0;
total            4820 src/filemanager/panel.c                 panel->total += (uintmax_t) panel->dir.list[idx].st.st_size;
total            4824 src/filemanager/panel.c             panel->total += (uintmax_t) panel->dir.list[idx].st.st_size;
total            4833 src/filemanager/panel.c                 panel->total -= (uintmax_t) panel->dir.list[idx].st.st_size;
total            4837 src/filemanager/panel.c             panel->total -= (uintmax_t) panel->dir.list[idx].st.st_size;
total             116 src/filemanager/panel.h     uintmax_t total;            /* Bytes in marked files */
total             154 src/vfs/shell/shell.c     off_t total;
total             992 src/vfs/shell/shell.c     off_t total = 0;
total            1079 src/vfs/shell/shell.c         total += n;
total            1081 src/vfs/shell/shell.c                            (uintmax_t) total, (uintmax_t) s.st_size);
total            1131 src/vfs/shell/shell.c     shell->total = (off_t) strtol (reply_str, NULL, 10);
total            1133 src/vfs/shell/shell.c     shell->total = (off_t) g_ascii_strtoll (reply_str, NULL, 10);
total            1154 src/vfs/shell/shell.c         n = MIN ((off_t) sizeof (buffer), (shell->total - shell->got));
total            1180 src/vfs/shell/shell.c     len = MIN ((size_t) (shell->total - shell->got), len);
total            1206 src/vfs/shell/shell.c     if (shell->total != shell->got)