Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/io/
H A Dms.c1238 register int xabs, yabs; in msincr() local
1252 yabs = ABS((int)mi->mi_y); in msincr()
1253 if (xabs > speedlimit || yabs > speedlimit) in msincr()
1257 if (yabs > speedlimit) in msincr()
/titanic_41/usr/src/uts/common/io/usb/clients/usbms/
H A Dusbms.c1894 register int xabs, yabs; in usbms_incr() local
1913 yabs = USB_ABS((int)mi->mi_y); in usbms_incr()
1914 if (xabs > speedl || yabs > speedl) { in usbms_incr()
1920 if (yabs > speedl) { in usbms_incr()