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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Ddn_aqm_codel.c153 cst->isqrt = (1UL<< FIX_POINT_BITS) * 7/10;
168 temp = (3ULL<< (FIX_POINT_BITS*2)) - (count * temp);
179 temp = (cst->isqrt * temp) >> (FIX_POINT_BITS + FIX_POINT_BITS - 8);
183 return t + ((cprms->interval * temp) >> FIX_POINT_BITS);
H A Ddn_aqm_codel.h53 #define FIX_POINT_BITS 16 macro

Completed in 105 milliseconds