Searched defs:DELTA (Results 1 – 8 of 8) sorted by relevance
131 #define DELTA(x,y) (boot_cpu_has(X86_FEATURE_TSC) ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? PIT_TIC… macro148 #define DELTA(x,y) ((y)-(x)) macro152 #define DELTA(x,y) ((y)-(x)) macro158 #define DELTA(x,y) ((y)-(x)) macro
19 #define DELTA 0x9E3779B9 macro
23 #define DELTA 0x9E3779B9 macro
14 #define DELTA 0x9E3779B9 macro
53 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro
428 #define DELTA(key_id, user_count) \ macro
981 unsigned int DELTA, in snd_ali_write_voice_regs()
207 #define DELTA 0x9E3779B9 macro