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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dprogress.c281 /* bytes_displayed is the number of bytes indicated to the user by
283 wgint bytes_displayed = dp->rows * ROW_BYTES + dp->dots * opt.dot_bytes;
287 bytes_displayed += dp->accumulated;
294 int percentage = 100.0 * bytes_displayed / dp->total_length;
324 wgint bytes_remaining = dp->total_length - bytes_displayed;
326 wgint bytes_sofar = bytes_displayed - dp->initial_length;
282 wgint bytes_displayed = dp->rows * ROW_BYTES + dp->dots * opt.dot_bytes; local

Completed in 26 milliseconds