Searched refs:_wrapArounds (Results 1 – 4 of 4) sorted by relevance
22 _wrapArounds = 0; in Reset()41 int32_t prevWrapArounds = _wrapArounds; in CalculateDelay()45 int32_t wrapAroundsSincePrev = _wrapArounds - prevWrapArounds; in CalculateDelay()84 _wrapArounds++; in CheckForWrapArounds()91 _wrapArounds--; in CheckForWrapArounds()
49 int32_t _wrapArounds; // Number of wrapArounds detected variable
21 _wrapArounds(0), in TimestampExtrapolator()54 _wrapArounds = 0; in Reset()79 _wrapArounds * ((static_cast<int64_t>(1) << 32) - 1); in Update()143 _wrapArounds * ((static_cast<int64_t>(1) << 32) - 1); in ExtrapolateLocalTime()179 _wrapArounds++; in CheckForWrapArounds()187 _wrapArounds--; in CheckForWrapArounds()
37 int32_t _wrapArounds; variable