Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dhash.c26 #define DELTA 0x9E3779B9 macro
36 sum += DELTA; in TEA_transform()
/linux-4.4.14/fs/ext4/
Dhash.c16 #define DELTA 0x9E3779B9 macro
26 sum += DELTA; in TEA_transform()
/linux-4.4.14/fs/reiserfs/
Dhashes.c19 #define DELTA 0x9E3779B9 macro
35 sum += DELTA; \
/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
195 return DELTA((unsigned int)x, (unsigned int)y); in delta()
/linux-4.4.14/drivers/input/gameport/
Dgameport.c57 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro
134 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t; in old_gameport_measure_speed()
/linux-4.4.14/sound/pci/ali5451/
Dali5451.c995 unsigned int DELTA, in snd_ali_write_voice_regs() argument
1009 ctlcmds[2] = (ESO << 16) | (DELTA & 0x0ffff); in snd_ali_write_voice_regs()
/linux-4.4.14/Documentation/input/
Datarikbd.txt550 ; DELTA X is KEYCODE
553 ; DELTA Y is KEYCODE
/linux-4.4.14/fs/ocfs2/
Ddir.c224 #define DELTA 0x9E3779B9 macro
234 sum += DELTA; in TEA_transform()