Home
last modified time | relevance | path

Searched refs:units_received (Results 1 – 2 of 2) sorted by relevance

/external/netperf/
Dnetlib.h500 extern double calc_thruput(double units_received);
501 extern double calc_thruput_interval(double units_received,double elapsed);
502 extern double calc_thruput_omni(double units_received);
503 extern double calc_thruput_interval_omni(double units_received,double elapsed);
Dnetlib.c3046 calc_thruput_interval(double units_received,double elapsed) in calc_thruput_interval() argument
3076 return (units_received / divisor / elapsed); in calc_thruput_interval()
3081 calc_thruput(double units_received) in calc_thruput() argument
3084 return(calc_thruput_interval(units_received,lib_elapsed)); in calc_thruput()
3093 calc_thruput_interval_omni(double units_received,double elapsed) in calc_thruput_interval_omni() argument
3130 return (units_received / divisor / elapsed); in calc_thruput_interval_omni()
3135 calc_thruput_omni(double units_received) in calc_thruput_omni() argument
3138 return(calc_thruput_interval_omni(units_received,lib_elapsed)); in calc_thruput_omni()