Searched refs:nx (Results 1 – 2 of 2) sorted by relevance
74 int nx, ny; in mouse_interrupt() local92 nx = joy0dat & 0xff; in mouse_interrupt()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()
478 #define XFS_ALLOCFREE_LOG_RES(mp,nx) \ argument479 ((nx) * (2 * XFS_FSB_TO_B((mp), 2 * XFS_AG_MAXLEVELS(mp) - 1)))480 #define XFS_ALLOCFREE_LOG_COUNT(mp,nx) \ argument481 ((nx) * (2 * (2 * XFS_AG_MAXLEVELS(mp) - 1)))