Searched defs:DELTA (Results 1 – 2 of 2) 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)) macro169 #define DELTA(x,y) ((y)-(x)) macro
52 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro