Searched refs:DELTA (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/char/joystick/ |
D | analog.c | 141 #define DELTA(x,y) (cpu_has_tsc?((y)-(x)):((x)-(y)+((x)<(y)?1193180L/HZ:0))) macro 145 #define DELTA(x,y) ((y)-(x)) macro 149 #define DELTA(x,y) ((y)-(x)) macro 155 #define DELTA(x,y) ((y)-(x)) macro 240 if ((last ^ this) && (DELTA(loop, now) < loopout)) { in analog_cooked_read() 246 } while (this && (i < 4) && (DELTA(start, now) < timeout)); in analog_cooked_read() 254 port->axes[j] = (DELTA(start, time[i]) << ANALOG_FUZZ_BITS) / port->loop; in analog_cooked_read() 369 port->speed = DELTA(t1, t2) - DELTA(t2, t3); in analog_calibrate_timer() 381 t = DELTA(t1, t2) - DELTA(t2, t3); in analog_calibrate_timer()
|
D | gameport.c | 68 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193180L/HZ:0)) in gameport_measure_speed() macro 87 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t; in gameport_measure_speed()
|
/linux-2.4.37.9/fs/reiserfs/ |
D | hashes.c | 27 #define DELTA 0x9E3779B9 macro 43 sum += DELTA; \
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | oui.db | 2336 0030AB DELTA NETWORKS, INC. 2594 0040AE DELTA CONTROLS, INC. 2823 0050A0 DELTA COMPUTER SYSTEMS, INC.
|
/linux-2.4.37.9/drivers/pci/ |
D | pci.ids | 5762 1500 DELTA Electronics, Inc
|