Searched refs:x_y (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-magicmouse.c169 __s32 x_y = tdata[0] << 8 | tdata[1] << 16 | tdata[2] << 24; local
172 int x = x_y << 12 >> 20;
173 int y = -(x_y >> 20);

Completed in 45 milliseconds