Searched refs:TWO32TO64 (Results 1 – 1 of 1) sorted by relevance
38 #define TWO32TO64(a, b) ((((uint64_t)(a)) << 32) + (b)) macro45 return TWO32TO64(ts.tv_sec, ts.tv_nsec); in get_time_stamp()58 return TWO32TO64(ts.tv_sec, ts.tv_nsec); in get_timer_bits()