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) ? CLOCK_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
63 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro