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

/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dlib500.c102 double time_total; local
109 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME, &time_total);
125 if(time_starttransfer > time_total) {
127 time_starttransfer, time_total);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dprogress.c273 char time_total[10]; local
443 time2str(time_total, total_estimate);
476 time_total, /* 8 letters */ /* total time */
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DSnackOgg.c1620 double time_total=ov_time_total(vf,-1); local
1624 if(seconds<0 || seconds>time_total)return(OV_EINVAL);
1629 time_total-=ov_time_total(vf,link);
1630 if(seconds>=time_total)break;
1635 ogg_int64_t target=pcm_total+(seconds-time_total)*vf->vi[link].rate;
1647 double time_total=ov_time_total(vf,-1); local
1651 if(seconds<0 || seconds>time_total)return(OV_EINVAL);
1656 time_total-=ov_time_total(vf,link);
1657 if(seconds>=time_total)break;
1662 ogg_int64_t target=pcm_total+(seconds-time_total)*v
1686 double time_total=0.f; local
[all...]
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dqueue.c1785 uint64_t time_total; member in struct:__anon9232
1804 _dispatch_stats[bucket].time_total += delta;

Completed in 193 milliseconds