Searched defs:DELTA (Results 1 – 7 of 7) sorted by relevance
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)) macro
26 #define DELTA 0x9E3779B9 macro
19 #define DELTA 0x9E3779B9 macro
16 #define DELTA 0x9E3779B9 macro
57 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro
995 unsigned int DELTA, in snd_ali_write_voice_regs()
224 #define DELTA 0x9E3779B9 macro