Searched refs:kStopDisabledBit (Results 1 – 6 of 6) sorted by relevance
372 static const uint32_t kStopDisabledBit = 1 << 31; variable
1795 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()1801 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()1808 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()1836 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
408 static const uint32_t kStopDisabledBit = 1 << 31; variable
1941 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()1948 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()1956 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()1982 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
423 static const uint32_t kStopDisabledBit = 1 << 31; variable
1860 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()1866 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()1873 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()1901 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()