Searched refs:DELTA (Results 1 – 9 of 9) sorted by relevance
26 #define DELTA 0x9E3779B9 macro36 sum += DELTA; in TEA_transform()
19 #define DELTA 0x9E3779B9 macro35 sum += DELTA; \
16 #define DELTA 0x9E3779B9 macro26 sum += DELTA; in TEA_transform()
15 #define DELTA 0x9E3779B9 macro25 sum += DELTA; in TEA_transform()
147 #define DELTA(x,y) (cpu_has_tsc ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? PIT_TICK_RATE / HZ : 0))) macro164 #define DELTA(x,y) ((y)-(x)) macro168 #define DELTA(x,y) ((y)-(x)) macro174 #define DELTA(x,y) ((y)-(x)) macro195 return DELTA((unsigned int)x, (unsigned int)y); in delta()
57 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro134 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t; in old_gameport_measure_speed()
995 unsigned int DELTA, in snd_ali_write_voice_regs() argument1009 ctlcmds[2] = (ESO << 16) | (DELTA & 0x0ffff); in snd_ali_write_voice_regs()
550 ; DELTA X is KEYCODE553 ; DELTA Y is KEYCODE
224 #define DELTA 0x9E3779B9 macro234 sum += DELTA; in TEA_transform()