total 1437 lib/vfs/direntry.c off_t total = 0; total 1473 lib/vfs/direntry.c total += n; total 1474 lib/vfs/direntry.c vfs_s_print_stats (me->name, _("Getting file"), ino->ent->name, total, stat_size); total 77 lib/widget/gauge.c int total = g->max; total 80 lib/widget/gauge.c if (total <= 0 || done < 0) total 83 lib/widget/gauge.c total = 100; total 85 lib/widget/gauge.c if (done > total) total 86 lib/widget/gauge.c done = total; total 87 lib/widget/gauge.c while (total > 65535) total 89 lib/widget/gauge.c total /= 256; total 95 lib/widget/gauge.c percentage = (200 * done / total + 1) / 2; total 96 lib/widget/gauge.c columns = (2 * gauge_len * done / total + 1) / 2; total 239 src/filemanager/cmd.c panel->total = 0; total 1248 src/filemanager/cmd.c uintmax_t total = 0; total 1258 src/filemanager/cmd.c if (compute_dir_size (p, &dsm, &dir_count, &count, &total, FALSE) == FILE_CONT) total 1260 src/filemanager/cmd.c entry->st.st_size = (off_t) total; total 1300 src/filemanager/cmd.c uintmax_t total = 0; total 1304 src/filemanager/cmd.c ok = compute_dir_size (p, &dsm, &dir_count, &count, &total, FALSE) != FILE_CONT; total 1309 src/filemanager/cmd.c panel->dir.list[i].st.st_size = (off_t) total; total 805 src/filemanager/file.c ctx->progress_bytes = panel->total; total 969 src/filemanager/filegui.c file_progress_show (file_op_context_t * ctx, off_t done, off_t total, total 979 src/filemanager/filegui.c if (total == 0) total 985 src/filemanager/filegui.c gauge_set_value (ui->progress_file_gauge, 1024, (int) (1024 * done / total)); total 1014 src/filemanager/filegui.c file_progress_show_count (file_op_context_t * ctx, size_t done, size_t total) total 1028 src/filemanager/filegui.c total); total 31 src/filemanager/filegui.h void file_progress_show (file_op_context_t * ctx, off_t done, off_t total, total 33 src/filemanager/filegui.h void file_progress_show_count (file_op_context_t * ctx, size_t done, size_t total); total 178 src/filemanager/info.c if (myfs_stats.avail == 0 && myfs_stats.total == 0) total 185 src/filemanager/info.c size_trunc_len (buffer2, 5, myfs_stats.total, 1, panels_options.kilobyte_si); total 187 src/filemanager/info.c myfs_stats.total == 0 ? 0 : total 188 src/filemanager/info.c (int) (100 * (long double) myfs_stats.avail / myfs_stats.total)); total 1298 src/filemanager/layout.c panelswap (total); total 1527 src/filemanager/mountlist.c myfs_stats->total = ((uintmax_t) fs_use.fsu_blocks * fs_use.fsu_blocksize) >> 10; total 1555 src/filemanager/mountlist.c myfs_stats->total = ((uintmax_t) fs_use.fsu_blocks * fs_use.fsu_blocksize) >> 10; total 1566 src/filemanager/mountlist.c myfs_stats->total = 0; total 29 src/filemanager/mountlist.h uintmax_t total; /* in kB */ total 1089 src/filemanager/panel.c g_strlcpy (b_bytes, size_trunc_sep (panel->total, panels_options.kilobyte_si), total 1161 src/filemanager/panel.c if (myfs_stats.avail != 0 || myfs_stats.total != 0) total 1168 src/filemanager/panel.c size_trunc_len (buffer2, sizeof (buffer2) - 1, myfs_stats.total, 1, total 1171 src/filemanager/panel.c myfs_stats.total == 0 ? 0 : total 1172 src/filemanager/panel.c (int) (100 * (long double) myfs_stats.avail / myfs_stats.total)); total 4315 src/filemanager/panel.c panel->total = 0; total 4667 src/filemanager/panel.c panel->total = 0; total 4682 src/filemanager/panel.c panel->total = 0; total 4716 src/filemanager/panel.c panel->total += (uintmax_t) panel->dir.list[idx].st.st_size; total 4720 src/filemanager/panel.c panel->total += (uintmax_t) panel->dir.list[idx].st.st_size; total 4729 src/filemanager/panel.c panel->total -= (uintmax_t) panel->dir.list[idx].st.st_size; total 4733 src/filemanager/panel.c panel->total -= (uintmax_t) panel->dir.list[idx].st.st_size; total 114 src/filemanager/panel.h uintmax_t total; /* Bytes in marked files */ total 154 src/vfs/fish/fish.c off_t total; total 972 src/vfs/fish/fish.c off_t total = 0; total 1059 src/vfs/fish/fish.c total += n; total 1061 src/vfs/fish/fish.c (uintmax_t) total, (uintmax_t) s.st_size); total 1111 src/vfs/fish/fish.c fish->total = (off_t) strtol (reply_str, NULL, 10); total 1113 src/vfs/fish/fish.c fish->total = (off_t) g_ascii_strtoll (reply_str, NULL, 10); total 1134 src/vfs/fish/fish.c n = MIN ((off_t) sizeof (buffer), (fish->total - fish->got)); total 1160 src/vfs/fish/fish.c len = MIN ((size_t) (fish->total - fish->got), len); total 1186 src/vfs/fish/fish.c if (fish->total != fish->got)