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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhorizon.c600 #define CR_MAXPEXP 4 macro
627 while (br_exp < CR_MAXPEXP + CR_MIND && (br_man % 2 == 0)) {
632 // br_exp <= CR_MAXPEXP+CR_MIND
634 if (br_man <= (c << (CR_MAXPEXP+CR_MIND-br_exp))) {
664 if (br_man <= (c << (CR_MAXPEXP+div-br_exp))) {
690 pre = 1 << CR_MAXPEXP;
694 if (div > CR_MAXD || (!pre) || pre > 1<<CR_MAXPEXP) {

Completed in 55 milliseconds