Searched defs:Diff (Results 1 – 2 of 2) sorted by relevance
42 #define HP_TIMING_DIFF(Diff, Start, End) ((Diff) = (End) - (Start)) argument45 #define HP_TIMING_ACCUM_NT(Sum, Diff) ((Sum) += (Diff)) argument
41 #define HP_TIMING_DIFF(Diff, Start, End) \ argument