Searched refs:bitMask (Results 1 – 2 of 2) sorted by relevance
201 long bitMask = 1; in notifyCallbacksLocked() local203 if ((bits & bitMask) == 0) { in notifyCallbacksLocked()206 bitMask <<= 1; in notifyCallbacksLocked()231 final long bitMask = 1L << index; in isRemovedLocked() local232 return (mFirst64Removed & bitMask) != 0; in isRemovedLocked()245 return (bits & bitMask) != 0; in isRemovedLocked()261 long bitMask = 1L << (Long.SIZE - 1); in removeRemovedCallbacks() local263 if ((removed & bitMask) != 0) { in removeRemovedCallbacks()266 bitMask >>>= 1; in removeRemovedCallbacks()288 final long bitMask = 1L << index; in setRemovalBitLocked() local[all …]
154 private val bitMask: Int,166 if (0 != state and this.bitMask) this.flagIsSetSymbol