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()96 _wrapArounds++; in CheckForWrapArounds()104 _wrapArounds--; in CheckForWrapArounds()
56 int32_t _wrapArounds; // Number of wrapArounds detected variable
21 _wrapArounds(0), in TimestampExtrapolator()56 _wrapArounds = 0; in Reset()86 _wrapArounds * ((static_cast<int64_t>(1) << 32) - 1); in Update()155 _wrapArounds * ((static_cast<int64_t>(1) << 32) - 1); in ExtrapolateLocalTime()202 _wrapArounds++; in CheckForWrapArounds()210 _wrapArounds--; in CheckForWrapArounds()
38 int32_t _wrapArounds; variable