Searched refs:inpindex (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass3.c52 int loopcnt, inpindex, state; local
57 for (inpindex = inplast - 1; inpindex >= 0; inpindex--) {
60 (int)(inplast - inpindex - 1), (int)inplast,
61 (int)((inplast - inpindex - 1) * 100 / inplast));
66 (int)((inplast - inpindex - 1) * 100 / inplast));
69 inp = inpsort[inpindex];

Completed in 101 milliseconds