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

/linux-master/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...]
/linux-master/fs/f2fs/
H A Dhash.c23 #define DELTA 0x9E3779B9 macro
33 sum += DELTA;
/linux-master/fs/reiserfs/
H A Dhashes.c19 #define DELTA 0x9E3779B9 macro
35 sum += DELTA; \
/linux-master/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;
/linux-master/fs/ext4/
H A Dhash.c14 #define DELTA 0x9E3779B9 macro
24 sum += DELTA;
/linux-master/sound/pci/ali5451/
H A Dali5451.c978 unsigned int DELTA,
992 ctlcmds[2] = (ESO << 16) | (DELTA & 0x0ffff);
973 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) argument
/linux-master/fs/ocfs2/
H A Ddir.c205 #define DELTA 0x9E3779B9 macro
215 sum += DELTA;

Completed in 153 milliseconds