Searched refs:botSum (Results 1 – 1 of 1) sorted by relevance
2264 int t0, total, topSum, botSum; in ng_ppp_mp_strategy() local2337 for (topSum = botSum = i = 0; i < numFragments; i++) { in ng_ppp_mp_strategy()2342 botSum += bw; /* / 100 */ in ng_ppp_mp_strategy()2344 t0 = ((len * 100) + topSum + botSum / 2) / botSum; in ng_ppp_mp_strategy()