Searched refs:kStopDisabledBit (Results 1 – 10 of 10) sorted by relevance
390 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()
511 static const uint32_t kStopDisabledBit = 1 << 31; variable
2354 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()2360 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()2367 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()2395 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
541 static const uint32_t kStopDisabledBit = 1 << 31; variable
2301 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()2307 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()2314 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()2344 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
439 static const uint32_t kStopDisabledBit = 1 << 31; variable
2032 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()2039 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()2047 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()2073 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
503 static const uint32_t kStopDisabledBit = 1 << 31; variable
2331 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()2337 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()2344 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()2370 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()