Searched defs:DELTA (Results 1 – 7 of 7) sorted by relevance
143 #define DELTA(x,y) (boot_cpu_has(X86_FEATURE_TSC) ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? PIT_TIC… macro160 #define DELTA(x,y) ((y)-(x)) macro164 #define DELTA(x,y) ((y)-(x)) macro170 #define DELTA(x,y) ((y)-(x)) macro
19 #define DELTA 0x9E3779B9 macro
26 #define DELTA 0x9E3779B9 macro
13 #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()
225 #define DELTA 0x9E3779B9 macro