Searched refs:lastx (Results 1 – 5 of 5) sorted by relevance
72 static int lastx=0, lasty=0; in mouse_interrupt() local95 dx = nx - lastx; in mouse_interrupt()97 dx = (256 + nx) - lastx; in mouse_interrupt()100 dx = (nx - 256) - lastx; in mouse_interrupt()109 lastx = nx; in mouse_interrupt()
137 static unsigned short lastx; /* last reported normalized coords */ variable169 dx = (short) rawx - (short) lastx ; in ob_interrupt()170 lastx = rawx; in ob_interrupt()
506 static int lastx, lasty, lastd; in sample_ps2() local531 dx = (thisx-lastx); in sample_ps2()534 lastx=thisx; in sample_ps2()
3417 xfs_extnum_t lastx, /* last extent index used */ in xfs_bmap_do_search_extents() argument3444 if (lastx != NULLEXTNUM && lastx < nextents) in xfs_bmap_do_search_extents()3445 ep = base + lastx; in xfs_bmap_do_search_extents()3453 else if (ep && lastx < nextents - 1 && in xfs_bmap_do_search_extents()3457 lastx++; in xfs_bmap_do_search_extents()3465 lastx = 0; in xfs_bmap_do_search_extents()3474 lastx = (low + high) >> 1; in xfs_bmap_do_search_extents()3475 ep = base + lastx; in xfs_bmap_do_search_extents()3479 high = lastx - 1; in xfs_bmap_do_search_extents()3481 low = lastx + 1; in xfs_bmap_do_search_extents()[all …]
46 int lastx = GEOM_INPUT; in tty3270_update_log_area() local81 if (tubp->tty_nextlogx >= lastx) { in tty3270_update_log_area()122 if (tubp->tty_nextlogx >= lastx) in tty3270_update_log_area()