Searched refs:maskBit (Results 1 – 2 of 2) sorted by relevance
35 public boolean testAndClear(int maskBit) { in testAndClear() argument36 boolean ans = (value & maskBit) != 0; in testAndClear()37 value &= ~maskBit; in testAndClear()
30 const bool maskBit = (pMask >> bit) & 1; in ApplyMask() local31 if (maskBit) { in ApplyMask()