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 514 int fixed_percent; local
524 fixed_percent = (int) ((10 * percent) + 0.5);
525 if (ctx->progress_last_percent == fixed_percent)
527 ctx->progress_last_percent = fixed_percent;
537 (fixed_percent != 0) && (fixed_percent != 1000))
557 if (fixed_percent == 1000)
568 if (fixed_percent == 1000)
    [all...]

Completed in 908 milliseconds