Searched defs:is_increasing (Results 1 - 1 of 1) sorted by relevance

/drivers/input/mouse/
H A Dappletouch.c334 int is_increasing = 0; local
340 if (is_increasing)
341 is_increasing = 0;
361 (!is_increasing && xy_sensors[i - 1] < xy_sensors[i])) {
363 is_increasing = 1;
365 is_increasing = 0;

Completed in 55 milliseconds