Searched refs:kStopDisabledBit (Results 1 – 14 of 14) sorted by relevance
487 static const uint32_t kStopDisabledBit = 1 << 31; variable
1972 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()1978 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()1985 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()2011 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
490 static const uint32_t kStopDisabledBit = 1 << 31; variable
1287 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()1293 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()1300 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()1326 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
538 static const uint32_t kStopDisabledBit = 1 << 31; variable
2309 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()2314 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()2320 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()2348 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
611 static const uint32_t kStopDisabledBit = 1 << 31; variable
2494 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()2499 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()2505 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()2533 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
634 static const uint32_t kStopDisabledBit = 1 << 31; variable
2503 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()2508 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()2514 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()2542 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
969 static const uint32_t kStopDisabledBit = 1 << 31; variable
3031 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()3036 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()3042 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()3070 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
474 static const uint32_t kStopDisabledBit = 1 << 31; variable
2350 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()2356 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()2363 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()2389 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()