Searched refs:units_received (Results 1 – 2 of 2) sorted by relevance
500 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);
3046 calc_thruput_interval(double units_received,double elapsed) in calc_thruput_interval() argument3076 return (units_received / divisor / elapsed); in calc_thruput_interval()3081 calc_thruput(double units_received) in calc_thruput() argument3084 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() argument3130 return (units_received / divisor / elapsed); in calc_thruput_interval_omni()3135 calc_thruput_omni(double units_received) in calc_thruput_omni() argument3138 return(calc_thruput_interval_omni(units_received,lib_elapsed)); in calc_thruput_omni()