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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dretr.h61 double calc_rate (wgint, double, int *);
H A Dprogress.c311 rate = calc_rate (bytes_this_row, dltime - dp->last_timer_value, &units);
1001 double dlspeed = calc_rate (dlquant, dltime, &units);
H A Dretr.c542 double dlrate = calc_rate (bytes, secs, &units);
561 calc_rate (wgint bytes, double secs, int *units)
558 calc_rate (wgint bytes, double secs, int *units) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/pcxhr/
H A Dpcxhr_mix22.c416 int rate, calc_rate = 0; local
462 calc_rate = 28224000 / ticks;
464 if (calc_rate > 184200)
466 else if (calc_rate > 152200)
468 else if (calc_rate > 112000)
470 else if (calc_rate > 92100)
472 else if (calc_rate > 76100)
474 else if (calc_rate > 56000)
476 else if (calc_rate > 46050)
478 else if (calc_rate > 3805
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A Dproc.c113 static unsigned long calc_rate(unsigned long oldjif, unsigned long newjif, function
123 printk(KERN_ERR "can: calc_rate: count exceeded! %ld\n",
145 /* prevent overflow in calc_rate() */
149 /* prevent overflow in calc_rate() */
162 can_stats.total_tx_rate = calc_rate(can_stats.jiffies_init, j,
164 can_stats.total_rx_rate = calc_rate(can_stats.jiffies_init, j,
173 can_stats.current_tx_rate = calc_rate(0, HZ, can_stats.tx_frames_delta);
174 can_stats.current_rx_rate = calc_rate(0, HZ, can_stats.rx_frames_delta);

Completed in 185 milliseconds