Home
last modified time | relevance | path

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

/third_party/lame/frontend/
H A Dbrhist.c138 int barlen_TOT; in brhist_disp_line() local
144 barlen_TOT = (br_hist_TOT * (Console_IO.disp_width - res) + full - 1) / full; /* round up */ in brhist_disp_line()
148 barlen_TOT = barlen_LR = 0; in brhist_disp_line()
157 barlen_TOT - barlen_LR, brhist.bar_asterisk, Console_IO.str_clreoln); in brhist_disp_line()
162 barlen_TOT - barlen_LR, brhist.bar_asterisk, in brhist_disp_line()
163 Console_IO.disp_width - res - barlen_TOT, ""); in brhist_disp_line()
174 int barlen_TOT = 0, barlen_COD = 0, barlen_RST = 0; in progress_line() local
204 barlen_TOT = (full * (Console_IO.disp_width - res) + full - 1) / full; /* round up */ in progress_line()
206 barlen_RST = barlen_TOT - barlen_COD; in progress_line()
212 barlen_TOT in progress_line()
[all...]

Completed in 1 milliseconds