Home
last modified time | relevance | path

Searched defs:DELTA (Results 1 – 2 of 2) sorted by relevance

/drivers/input/joystick/
Danalog.c142 #define DELTA(x,y) (cpu_has_tsc ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? CLOCK_TICK_RATE / HZ : 0)… macro
159 #define DELTA(x,y) ((y)-(x)) macro
163 #define DELTA(x,y) ((y)-(x)) macro
167 #define DELTA(x, y) ((x) - (y)) macro
173 #define DELTA(x,y) ((y)-(x)) macro
/drivers/input/gameport/
Dgameport.c63 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro