Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/joystick/
Danalog.c131 #define DELTA(x,y) (boot_cpu_has(X86_FEATURE_TSC) ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? PIT_TIC… macro
148 #define DELTA(x,y) ((y)-(x)) macro
152 #define DELTA(x,y) ((y)-(x)) macro
158 #define DELTA(x,y) ((y)-(x)) macro
/Linux-v5.10/fs/reiserfs/
Dhashes.c19 #define DELTA 0x9E3779B9 macro
/Linux-v5.10/fs/f2fs/
Dhash.c23 #define DELTA 0x9E3779B9 macro
/Linux-v5.10/fs/ext4/
Dhash.c14 #define DELTA 0x9E3779B9 macro
/Linux-v5.10/drivers/input/gameport/
Dgameport.c53 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro
/Linux-v5.10/lib/
Dtest_objagg.c428 #define DELTA(key_id, user_count) \ macro
/Linux-v5.10/sound/pci/ali5451/
Dali5451.c981 unsigned int DELTA, in snd_ali_write_voice_regs()
/Linux-v5.10/fs/ocfs2/
Ddir.c207 #define DELTA 0x9E3779B9 macro