Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/joystick/
Danalog.c143 #define DELTA(x,y) (boot_cpu_has(X86_FEATURE_TSC) ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? PIT_TIC… macro
160 #define DELTA(x,y) ((y)-(x)) macro
164 #define DELTA(x,y) ((y)-(x)) macro
170 #define DELTA(x,y) ((y)-(x)) macro
/Linux-v4.19/fs/reiserfs/
Dhashes.c19 #define DELTA 0x9E3779B9 macro
/Linux-v4.19/fs/f2fs/
Dhash.c26 #define DELTA 0x9E3779B9 macro
/Linux-v4.19/fs/ext4/
Dhash.c13 #define DELTA 0x9E3779B9 macro
/Linux-v4.19/drivers/input/gameport/
Dgameport.c57 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro
/Linux-v4.19/sound/pci/ali5451/
Dali5451.c995 unsigned int DELTA, in snd_ali_write_voice_regs()
/Linux-v4.19/fs/ocfs2/
Ddir.c225 #define DELTA 0x9E3779B9 macro