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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dprogress.c327 double eta = dltime * bytes_remaining / bytes_sofar;
328 if (eta < INT_MAX - 1)
330 eta_to_human_short ((int) (eta + 0.5), true));
807 static const char eta_str[] = N_(" eta %s");
868 xx% [=======> ] nn,nnn 12.34K/s eta 36m 51s
881 " eta 36m 51s" - ETA - 14 chars
1003 /* " eta ..m ..s"; wait for three seconds before displaying the ETA.
1008 int eta;
1016 eta = bp->last_eta_value;
1029 eta
326 double eta = dltime * bytes_remaining / bytes_sofar; local
1006 int eta; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbget.c215 long eta = -1; local
221 eta = (total - pos) / avg;
228 len = asprintf(&status, "%s of %s (%.2f%%) at %s/s ETA: %s", hpos, htotal, prcnt, havg, print_time(eta));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dwget.c757 int eta = (int) ((unsigned long long)to_download*elapsed/transferred - elapsed); local
759 i = eta % 3600;
760 fprintf(stderr, "%02d:%02d:%02d ETA", eta / 3600, i / 60, i % 60);

Completed in 99 milliseconds