Home
last modified time | relevance | path

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

/dports/ftp/quftp/quftp-1.0.7/
H A Dquftp.c33 #define SPEEDS_AVERAGE 5 macro
1556 static double speeds[SPEEDS_AVERAGE]; in progress_bar()
1567 for (index = 0; index < SPEEDS_AVERAGE; index++) speeds[index] = 0.0; in progress_bar()
1572 speeds[++speedindex % SPEEDS_AVERAGE] = speed; in progress_bar()
1575 for (index = 0; index < SPEEDS_AVERAGE; index++) { in progress_bar()