Searched defs:maskBit (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DBitMask.java32 * @param maskBit to test and clear
35 public boolean testAndClear(int maskBit) { argument
36 boolean ans = (value & maskBit) != 0;
37 value &= ~maskBit;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocationFunctions.h30 const bool maskBit = (pMask >> bit) & 1; local
31 if (maskBit) {

Completed in 77 milliseconds