Home
last modified time | relevance | path

Searched refs:lastx (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/char/
Damigamouse.c72 static int lastx=0, lasty=0; in mouse_interrupt() local
95 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()
Dobmouse.c137 static unsigned short lastx; /* last reported normalized coords */ variable
169 dx = (short) rawx - (short) lastx ; in ob_interrupt()
170 lastx = rawx; in ob_interrupt()
Dpc110pad.c506 static int lastx, lasty, lastd; in sample_ps2() local
531 dx = (thisx-lastx); in sample_ps2()
534 lastx=thisx; in sample_ps2()
/linux-2.4.37.9/fs/xfs/
Dxfs_bmap.c3417 xfs_extnum_t lastx, /* last extent index used */ in xfs_bmap_do_search_extents() argument
3444 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 …]
/linux-2.4.37.9/drivers/s390/char/
Dtubttybld.c46 int lastx = GEOM_INPUT; in tty3270_update_log_area() local
81 if (tubp->tty_nextlogx >= lastx) { in tty3270_update_log_area()
122 if (tubp->tty_nextlogx >= lastx) in tty3270_update_log_area()