Home
last modified time | relevance | path

Searched refs:maskBit (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DBitMask.java35 public boolean testAndClear(int maskBit) { in testAndClear() argument
36 boolean ans = (value & maskBit) != 0; in testAndClear()
37 value &= ~maskBit; in testAndClear()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocationFunctions.h30 const bool maskBit = (pMask >> bit) & 1; in ApplyMask() local
31 if (maskBit) { in ApplyMask()