Home
last modified time | relevance | path

Searched refs:isqrt (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddn_aqm_codel.c151 cst->isqrt = (1UL<< FIX_POINT_BITS) * 7/10; in control_law()
164 temp = (uint32_t) cst->isqrt * cst->isqrt; in control_law()
177 temp = (cst->isqrt * temp) >> (FIX_POINT_BITS + FIX_POINT_BITS - 8); in control_law()
178 cst->isqrt = temp; in control_law()
H A Ddn_aqm_codel.h70 uint16_t isqrt; /* last isqrt for control low */ member
/freebsd/sys/vm/
H A Dvm_pageout.c205 static u_int isqrt(u_int num);
933 isqrt(u_int num) in isqrt() function
1040 if (target == 0 && ndirty * isqrt(howmany(nfreed + 1, in vm_pageout_laundry_worker()
/freebsd/stand/common/
H A Dgfx_fb.c1416 isqrt(int num) in isqrt() function
1515 ed = dx + dy == 0 ? 1: isqrt(dx * dx + dy * dy); in gfx_fb_line()
2040 return (isqrt(dp / di)); in gfx_get_ppi()