Searched refs:incr2 (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libvgl/ |
H A D | simple.c | 187 int dx, dy, incr1, incr2, D, x, y, xend, c, pixels_left; in VGLLine() local 230 incr2 = 4 * dy - 2 * dx; in VGLLine() 231 if (incr2 < 0) { /* slope less than 1/2 */ in VGLLine() 266 D += incr2; in VGLLine() 331 D += incr2; in VGLLine()
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_phy_lp.c | 3559 int incr1, int incr2, int scale_idx) in bwn_phy_lp_ddfs_turnon() argument 3566 BWN_PHY_SETMASK(mac, BWN_PHY_AFE_DDFS_INCR_INIT, 0x80ff, incr2 << 8); in bwn_phy_lp_ddfs_turnon()
|