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

/external/netperf/
H A 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);
H A Dnetlib.c3070 calc_thruput_interval(double units_received,double elapsed)
3100 return (units_received / divisor / elapsed);
3105 calc_thruput(double units_received)
3108 return(calc_thruput_interval(units_received,lib_elapsed));
3117 calc_thruput_interval_omni(double units_received,double elapsed)
3154 return (units_received / divisor / elapsed);
3159 calc_thruput_omni(double units_received)
3162 return(calc_thruput_interval_omni(units_received,lib_elapsed));
3046 calc_thruput_interval(double units_received,double elapsed) argument
3081 calc_thruput(double units_received) argument
3093 calc_thruput_interval_omni(double units_received,double elapsed) argument
3135 calc_thruput_omni(double units_received) argument

Completed in 183 milliseconds