Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:percent

484 	float	percent;
490 percent = ((float) curr) / ((float) max);
491 return ((percent * (tbl->table[pass] - tbl->table[pass-1]))
506 int e2fsck_simple_progress(e2fsck_t ctx, const char *label, float percent,
524 fixed_percent = (int) ((10 * percent) + 0.5);
553 i = ((percent * dpywidth) + 50) / 100;
561 printf(" %4.1f%% ", percent);
579 float percent;
589 percent = calc_percent(&e2fsck_tbl, pass, cur, max);
591 percent, 0);