Home
last modified time | relevance | path

Searched refs:DELTA (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dtest_objagg.c428 #define DELTA(key_id, user_count) \ macro
443 DELTA(3, 1)),
448 DELTA(3, 1), DELTA(5, 1)),
453 DELTA(3, 2), DELTA(5, 1)),
458 DELTA(3, 2), DELTA(5, 1)),
463 DELTA(3, 2), DELTA(
[all...]
/kernel/linux/linux-6.6/lib/
H A Dtest_objagg.c428 #define DELTA(key_id, user_count) \ macro
443 DELTA(3, 1)),
448 DELTA(3, 1), DELTA(5, 1)),
453 DELTA(3, 2), DELTA(5, 1)),
458 DELTA(3, 2), DELTA(5, 1)),
463 DELTA(3, 2), DELTA(
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H A Dhash.c23 #define DELTA 0x9E3779B9 macro
33 sum += DELTA; in TEA_transform()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dhash.c23 #define DELTA 0x9E3779B9 macro
33 sum += DELTA; in TEA_transform()
/kernel/linux/linux-5.10/fs/reiserfs/
H A Dhashes.c19 #define DELTA 0x9E3779B9 macro
35 sum += DELTA; \
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dhashes.c19 #define DELTA 0x9E3779B9 macro
35 sum += DELTA; \
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Danalog.c131 #define DELTA(x,y) (boot_cpu_has(X86_FEATURE_TSC) ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? PIT_TICK_RATE / HZ : 0))) 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
179 return DELTA((unsigned int)x, (unsigned int)y); in delta()
/kernel/linux/linux-5.10/fs/ext4/
H A Dhash.c14 #define DELTA 0x9E3779B9 macro
24 sum += DELTA; in TEA_transform()
/kernel/linux/linux-5.10/drivers/input/gameport/
H A Dgameport.c53 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro
130 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t; in old_gameport_measure_speed()
/kernel/linux/linux-6.6/drivers/input/gameport/
H A Dgameport.c52 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro
129 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t; in old_gameport_measure_speed()
/kernel/linux/linux-6.6/fs/ext4/
H A Dhash.c14 #define DELTA 0x9E3779B9 macro
24 sum += DELTA; in TEA_transform()
/kernel/linux/linux-5.10/sound/pci/ali5451/
H A Dali5451.c981 unsigned int DELTA, in snd_ali_write_voice_regs()
995 ctlcmds[2] = (ESO << 16) | (DELTA & 0x0ffff); in snd_ali_write_voice_regs()
976 snd_ali_write_voice_regs(struct snd_ali *codec, unsigned int Channel, unsigned int LBA, unsigned int CSO, unsigned int ESO, unsigned int DELTA, unsigned int ALPHA_FMS, unsigned int GVSEL, unsigned int PAN, unsigned int VOL, unsigned int CTRL, unsigned int EC) snd_ali_write_voice_regs() argument
/kernel/linux/linux-6.6/sound/pci/ali5451/
H A Dali5451.c980 unsigned int DELTA, in snd_ali_write_voice_regs()
994 ctlcmds[2] = (ESO << 16) | (DELTA & 0x0ffff); in snd_ali_write_voice_regs()
975 snd_ali_write_voice_regs(struct snd_ali *codec, unsigned int Channel, unsigned int LBA, unsigned int CSO, unsigned int ESO, unsigned int DELTA, unsigned int ALPHA_FMS, unsigned int GVSEL, unsigned int PAN, unsigned int VOL, unsigned int CTRL, unsigned int EC) snd_ali_write_voice_regs() argument
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_dentryfile.c26 #define DELTA 0x9E3779B9 macro
79 sum += DELTA; in tea_transform()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_dentryfile.c27 #define DELTA 0x9E3779B9 macro
80 sum += DELTA; in tea_transform()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddir.c207 #define DELTA 0x9E3779B9 macro
217 sum += DELTA; in TEA_transform()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddir.c205 #define DELTA 0x9E3779B9 macro
215 sum += DELTA; in TEA_transform()

Completed in 47 milliseconds