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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dprogress.c480 #define DLSPEED_HISTORY_SIZE 20
529 double times[DLSPEED_HISTORY_SIZE];
530 wgint bytes[DLSPEED_HISTORY_SIZE];
747 if (++hist->pos == DLSPEED_HISTORY_SIZE)
755 for (i = 0; i < DLSPEED_HISTORY_SIZE; i++)
478 #define DLSPEED_HISTORY_SIZE macro

Completed in 105 milliseconds