Searched refs:End (Results 1 – 2 of 2) sorted by relevance
41 #define HP_TIMING_DIFF(Diff, Start, End) \ argument44 (Diff) = ((End) - (Start)) * (UINT64_C(1000000000) / freq); \
42 #define HP_TIMING_DIFF(Diff, Start, End) ((Diff) = (End) - (Start)) argument
Completed in 4 milliseconds