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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dspinlock.c38 u64 time_total; member in struct:xen_spinlock_stats
89 spinlock_stats.time_total += delta;
422 debugfs_create_u64("time_total", 0444, d_spin_debug,
423 &spinlock_stats.time_total);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisfile.c1671 double time_total=0.; local
1680 if(seconds<time_total+addsec)break;
1681 time_total+=addsec;
1689 ogg_int64_t target=pcm_total+(seconds-time_total)*vf->vi[link].rate;
1701 double time_total=0.; local
1710 if(seconds<time_total+addsec)break;
1711 time_total+=addsec;
1719 ogg_int64_t target=pcm_total+(seconds-time_total)*vf->vi[link].rate;
1741 double time_total=0.f; local
1746 time_total
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dprogress.c269 char time_total[10]; local
439 time2str(time_total, total_estimate);
472 time_total, /* 8 letters */ /* total time */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_core_sys.c572 return qeth_dev_blkt_show(buf, card, card->info.blkt.time_total);
581 &card->info.blkt.time_total, 5000);
H A Dqeth_core.h609 int time_total; member in struct:qeth_card_blkt
H A Dqeth_core_main.c1367 card->info.blkt.time_total = 250;
1371 card->info.blkt.time_total = 0;
2120 *((unsigned int *) (&param_field[20])) = card->info.blkt.time_total;

Completed in 84 milliseconds