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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dhorizon.c610 // br_exp and br_man are used to avoid overflowing (c*maxp*2^d) in
614 unsigned long br_man = br; local
626 while (br_exp < CR_MAXPEXP + CR_MIND && (br_man % 2 == 0)) {
627 br_man = br_man >> 1;
633 if (br_man <= (c << (CR_MAXPEXP+CR_MIND-br_exp))) {
663 if (br_man <= (c << (CR_MAXPEXP+div-br_exp))) {

Completed in 42 milliseconds