Searched refs:old_ts (Results 1 – 2 of 2) sorted by relevance
124 uint32_t old_ts) { in TimestampDiff() argument125 if (old_ts > new_ts) { in TimestampDiff()127 return (new_ts + (static_cast<int64_t>(1) << 32)) - old_ts; in TimestampDiff()129 return new_ts - old_ts; in TimestampDiff()
60 static int64_t TimestampDiff(uint32_t new_ts, uint32_t old_ts);