Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/joystick/
Danalog.c147 #define DELTA(x,y) (cpu_has_tsc ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? PIT_TICK_RATE / HZ : 0))) macro
164 #define DELTA(x,y) ((y)-(x)) macro
168 #define DELTA(x,y) ((y)-(x)) macro
174 #define DELTA(x,y) ((y)-(x)) macro
/linux-4.4.14/fs/f2fs/
Dhash.c26 #define DELTA 0x9E3779B9 macro
/linux-4.4.14/fs/reiserfs/
Dhashes.c19 #define DELTA 0x9E3779B9 macro
/linux-4.4.14/fs/ext4/
Dhash.c16 #define DELTA 0x9E3779B9 macro
/linux-4.4.14/drivers/input/gameport/
Dgameport.c57 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro
/linux-4.4.14/sound/pci/ali5451/
Dali5451.c995 unsigned int DELTA, in snd_ali_write_voice_regs()
/linux-4.4.14/fs/ocfs2/
Ddir.c224 #define DELTA 0x9E3779B9 macro