tot               911 modules/gui_fselect.c             unsigned int tot = GetTotalCardSpaceKb();
tot               912 modules/gui_fselect.c             if (tot != 0)
tot               913 modules/gui_fselect.c                 tot = (fr * 100) / tot;
tot               916 modules/gui_fselect.c                 sprintf(dbuf, "%dM (%d%%)",    fr>>10, tot);
tot               918 modules/gui_fselect.c                 sprintf(dbuf, "%d.%dG (%d%%)", fr>>20, ((fr&0x000FFFFF)*100)>>20, tot);
tot               101 modules/shot_histogram.c     int x, tot, rng;
tot               102 modules/shot_histogram.c     tot=0;
tot               110 modules/shot_histogram.c         tot += shot_histogram[x];
tot               117 modules/shot_histogram.c     return (rng*100+tot/2)/tot;