Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/reiserfs/
H A Dhashes.c19 #define DELTA 0x9E3779B9 macro
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dhashes.c19 #define DELTA 0x9E3779B9 macro
/kernel/linux/linux-5.10/fs/f2fs/
H A Dhash.c23 #define DELTA 0x9E3779B9 macro
/kernel/linux/linux-6.6/fs/f2fs/
H A Dhash.c23 #define DELTA 0x9E3779B9 macro
/kernel/linux/linux-5.10/fs/ext4/
H A Dhash.c14 #define DELTA 0x9E3779B9 macro
/kernel/linux/linux-6.6/fs/ext4/
H A Dhash.c14 #define DELTA 0x9E3779B9 macro
/kernel/linux/linux-5.10/drivers/input/gameport/
H A Dgameport.c53 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro
/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
/kernel/linux/linux-5.10/lib/
H A Dtest_objagg.c428 #define DELTA(key_id, user_count) \ macro
[all...]
/kernel/linux/linux-6.6/drivers/input/gameport/
H A Dgameport.c52 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro
/kernel/linux/linux-6.6/lib/
H A Dtest_objagg.c428 #define DELTA(key_id, user_count) \ macro
[all...]
/kernel/linux/linux-5.10/sound/pci/ali5451/
H A Dali5451.c976 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
/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddir.c207 #define DELTA 0x9E3779B9 macro
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddir.c205 #define DELTA 0x9E3779B9 macro
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_dentryfile.c27 #define DELTA 0x9E3779B9 macro
/kernel/linux/linux-6.6/sound/pci/ali5451/
H A Dali5451.c975 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

Completed in 32 milliseconds