Home
last modified time | relevance | path

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

/linux-3.3/drivers/input/joystick/
Danalog.c142 #define DELTA(x,y) (cpu_has_tsc ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? PIT_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
/linux-3.3/fs/reiserfs/
Dhashes.c25 #define DELTA 0x9E3779B9 macro
/linux-3.3/fs/ext3/
Dhash.c17 #define DELTA 0x9E3779B9 macro
/linux-3.3/fs/ext4/
Dhash.c17 #define DELTA 0x9E3779B9 macro
/linux-3.3/drivers/input/gameport/
Dgameport.c52 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro
/linux-3.3/sound/pci/ali5451/
Dali5451.c1011 unsigned int DELTA, in snd_ali_write_voice_regs()
/linux-3.3/fs/ocfs2/
Ddir.c225 #define DELTA 0x9E3779B9 macro