Searched refs:kStopDisabledBit (Results 1 – 10 of 10) sorted by relevance
342 static const uint32_t kStopDisabledBit = 1 << 31; variable
1497 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()1504 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()1512 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()1540 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
396 static const uint32_t kStopDisabledBit = 1 << 31; variable
1925 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()1932 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()1940 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()1966 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
567 static const uint32_t kStopDisabledBit = 1 << 31; variable
2420 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()2426 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()2433 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()2463 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
546 static const uint32_t kStopDisabledBit = 1 << 31; variable
2477 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()2483 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()2490 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()2518 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
439 static const uint32_t kStopDisabledBit = 1 << 31; variable
2206 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()2212 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()2219 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()2245 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()