Searched refs:kStopDisabledBit (Results 1 – 4 of 4) sorted by relevance
386 static const uint32_t kStopDisabledBit = 1 << 31; variable
1614 return !(watched_stops[code].count & kStopDisabledBit); in IsEnabledStop()1620 watched_stops[code].count &= ~kStopDisabledBit; in EnableStop()1627 watched_stops[code].count |= kStopDisabledBit; in DisableStop()1655 int32_t count = watched_stops[code].count & ~kStopDisabledBit; in PrintStopInfo()
384 static const uint32_t kStopDisabledBit = 1 << 31; variable
1945 !(watched_stops[code].count & kStopDisabledBit); in isEnabledStop()1952 watched_stops[code].count &= ~kStopDisabledBit; in EnableStop()1960 watched_stops[code].count |= kStopDisabledBit; in DisableStop()1986 int32_t count = watched_stops[code].count & ~kStopDisabledBit; in PrintStopInfo()