Home | History | Annotate | Download | only in e2fsck

Lines Matching full:percent

402 	float	percent;
408 percent = ((float) curr) / ((float) max);
409 return ((percent * (tbl->table[pass] - tbl->table[pass-1]))
424 int e2fsck_simple_progress(e2fsck_t ctx, const char *label, float percent,
442 fixed_percent = (int) ((10 * percent) + 0.5);
471 i = ((percent * dpywidth) + 50) / 100;
479 printf(" %4.1f%% ", percent);
497 float percent;
507 percent = calc_percent(&e2fsck_tbl, pass, cur, max);
509 percent, 0);