HomeSort by relevance Sort by last modified time
    Searched full:fixed_percent (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/e2fsck/
unix.c 387 int fixed_percent; local
397 fixed_percent = (int) ((10 * percent) + 0.5);
398 if (ctx->progress_last_percent == fixed_percent)
400 ctx->progress_last_percent = fixed_percent;
410 (fixed_percent != 0) && (fixed_percent != 1000))
430 if (fixed_percent == 1000)
441 if (fixed_percent == 1000)
    [all...]

Completed in 46 milliseconds