Searched defs:DELTA (Results 1 – 7 of 7) sorted by relevance
142 #define DELTA(x,y) (cpu_has_tsc ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? PIT_TICK_RATE / HZ : 0))) macro159 #define DELTA(x,y) ((y)-(x)) macro163 #define DELTA(x,y) ((y)-(x)) macro167 #define DELTA(x, y) ((x) - (y)) macro173 #define DELTA(x,y) ((y)-(x)) macro
25 #define DELTA 0x9E3779B9 macro
17 #define DELTA 0x9E3779B9 macro
52 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro
1011 unsigned int DELTA, in snd_ali_write_voice_regs()
225 #define DELTA 0x9E3779B9 macro