Searched refs:newLowBit (Results 1 – 1 of 1) sorted by relevance
121 uint32_t newLowBit = (difference + 1U) >> 1; in findNextAvailableClientStateMask() local122 return newLowBit + (newLowBit << kMaxNumberOfClients); in findNextAvailableClientStateMask()