total 1427 lib/vfs/direntry.c off_t total = 0; total 1463 lib/vfs/direntry.c total += n; total 1464 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 217 src/filemanager/cmd.c panel->total = 0; total 1270 src/filemanager/cmd.c uintmax_t total = 0; total 1280 src/filemanager/cmd.c if (compute_dir_size (p, &dsm, &dir_count, &count, &total, FALSE) == FILE_CONT) total 1282 src/filemanager/cmd.c entry->st.st_size = (off_t) total; total 1322 src/filemanager/cmd.c uintmax_t total = 0; total 1326 src/filemanager/cmd.c ok = compute_dir_size (p, &dsm, &dir_count, &count, &total, FALSE) != FILE_CONT; total 1331 src/filemanager/cmd.c panel->dir.list[i].st.st_size = (off_t) total; total 802 src/filemanager/file.c ctx->progress_bytes = panel->total; total 987 src/filemanager/filegui.c file_progress_show (file_op_context_t *ctx, off_t done, off_t total, total 997 src/filemanager/filegui.c if (total == 0) total 1003 src/filemanager/filegui.c gauge_set_value (ui->progress_file_gauge, 1024, (int) (1024 * done / total)); total 1032 src/filemanager/filegui.c file_progress_show_count (file_op_context_t *ctx, size_t done, size_t total) total 1046 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 183 src/filemanager/info.c if (myfs_stats.avail == 0 && myfs_stats.total == 0) total 190 src/filemanager/info.c size_trunc_len (buffer2, 5, myfs_stats.total, 1, panels_options.kilobyte_si); total 192 src/filemanager/info.c myfs_stats.total == 0 ? 0 : total 193 src/filemanager/info.c (int) (100 * (long double) myfs_stats.avail / myfs_stats.total)); total 1305 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 1147 src/filemanager/panel.c g_strlcpy (b_bytes, size_trunc_sep (panel->total, panels_options.kilobyte_si), total 1219 src/filemanager/panel.c if (myfs_stats.avail != 0 || myfs_stats.total != 0) total 1226 src/filemanager/panel.c size_trunc_len (buffer2, sizeof (buffer2) - 1, myfs_stats.total, 1, total 1229 src/filemanager/panel.c myfs_stats.total == 0 ? 0 : total 1230 src/filemanager/panel.c (int) (100 * (long double) myfs_stats.avail / myfs_stats.total)); total 4508 src/filemanager/panel.c panel->total = 0; total 4862 src/filemanager/panel.c panel->total = 0; total 4877 src/filemanager/panel.c panel->total = 0; total 4911 src/filemanager/panel.c panel->total += (uintmax_t) panel->dir.list[idx].st.st_size; total 4915 src/filemanager/panel.c panel->total += (uintmax_t) panel->dir.list[idx].st.st_size; total 4924 src/filemanager/panel.c panel->total -= (uintmax_t) panel->dir.list[idx].st.st_size; total 4928 src/filemanager/panel.c panel->total -= (uintmax_t) panel->dir.list[idx].st.st_size; total 115 src/filemanager/panel.h uintmax_t total; /* Bytes in marked files */ total 154 src/vfs/shell/shell.c off_t total; total 988 src/vfs/shell/shell.c off_t total = 0; total 1075 src/vfs/shell/shell.c total += n; total 1077 src/vfs/shell/shell.c (uintmax_t) total, (uintmax_t) s.st_size); total 1127 src/vfs/shell/shell.c shell->total = (off_t) strtol (reply_str, NULL, 10); total 1129 src/vfs/shell/shell.c shell->total = (off_t) g_ascii_strtoll (reply_str, NULL, 10); total 1150 src/vfs/shell/shell.c n = MIN ((off_t) sizeof (buffer), (shell->total - shell->got)); total 1176 src/vfs/shell/shell.c len = MIN ((size_t) (shell->total - shell->got), len); total 1202 src/vfs/shell/shell.c if (shell->total != shell->got)