Home
last modified time | relevance | path

Searched refs:incr2 (Results 1 – 2 of 2) sorted by relevance

/NextBSD/lib/libvgl/
HDsimple.c223 int dx, dy, incr1, incr2, D, x, y, xend, c, pixels_left; in VGLLine() local
266 incr2 = 4 * dy - 2 * dx; in VGLLine()
267 if (incr2 < 0) { /* slope less than 1/2 */ in VGLLine()
302 D += incr2; in VGLLine()
367 D += incr2; in VGLLine()
/NextBSD/sys/dev/bwn/
HDif_bwn.c13838 int incr1, int incr2, int scale_idx) in bwn_phy_lp_ddfs_turnon() argument
13845 BWN_PHY_SETMASK(mac, BWN_PHY_AFE_DDFS_INCR_INIT, 0x80ff, incr2 << 8); in bwn_phy_lp_ddfs_turnon()