Home
last modified time | relevance | path

Searched refs:barwidth (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/resize/
Dsim_progress.c21 int barwidth; member
36 if (prog->labelwidth + prog->barwidth > 80) { in ext2fs_progress_display()
41 for (i=0; i < prog->barwidth; i++) in ext2fs_progress_display()
43 for (i=0; i < prog->barwidth; i++) in ext2fs_progress_display()
54 level = prog->barwidth * current / prog->maxdone; in ext2fs_progress_update()
55 old_level = prog->barwidth * prog->current / prog->maxdone; in ext2fs_progress_update()
79 int labelwidth, int barwidth, in ext2fs_progress_init() argument
97 prog->barwidth = barwidth; in ext2fs_progress_init()
Dresize2fs.h180 int labelwidth, int barwidth,
/external/curl/src/
Dtool_cb_prg.c51 int barwidth; in tool_progress_cb() local
87 barwidth = bar->width - 7; in tool_progress_cb()
88 num = (int) (((double)barwidth) * frac); in tool_progress_cb()
93 snprintf(format, sizeof(format), "\r%%-%ds %%5.1f%%%%", barwidth); in tool_progress_cb()