Searched refs:dyp (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c3804 int dxp, dyp; local
3947 dyp = abs(y0 - start_y);
3951 dyp >= sc->syninfo.vscroll_min_delta) {
3960 dyp ? 2 : 0;
3985 (dxp > dyp) ? 2 : 1;
3998 "(direction=%d, dxp=%d, dyp=%d, fingers=%d)\n",
4000 gest->in_vscroll, dxp, dyp,
4147 int dx, dy, dxp, dyp; local
4292 dyp = abs(y0 - smoother->queue[peer].y) + 1;
4293 len = (dxp * dxp) + (dyp * dy
[all...]

Completed in 122 milliseconds