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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/dccp/ccids/lib/
H A Dloss_interval.c64 u32 i_i, i_tot0 = 0, i_tot1 = 0, w_tot = 0; local
75 w_tot += tfrc_lh_weights[i];
81 lh->i_mean = max(i_tot0, i_tot1) / w_tot;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/dccp/ccids/lib/
H A Dloss_interval.c64 u32 i_i, i_tot0 = 0, i_tot1 = 0, w_tot = 0; local
75 w_tot += tfrc_lh_weights[i];
81 lh->i_mean = max(i_tot0, i_tot1) / w_tot;

Completed in 40 milliseconds