Searched refs:kStopDisabledBit (Results 1 – 10 of 10) sorted by relevance
389 static const uint32_t kStopDisabledBit = 1 << 31; variable
1495 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()1502 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()1510 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()1538 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
426 static const uint32_t kStopDisabledBit = 1 << 31; variable
1948 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()1955 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()1963 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()1989 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
494 static const uint32_t kStopDisabledBit = 1 << 31; variable
2230 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()2236 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()2243 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()2271 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
508 static const uint32_t kStopDisabledBit = 1 << 31; variable
2224 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()2230 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()2237 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()2267 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
502 static const uint32_t kStopDisabledBit = 1 << 31; variable
2311 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()2317 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()2324 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()2350 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()