Searched refs:firstMarkedBit (Results 1 – 8 of 8) sorted by relevance
83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function104 uint32_t n = firstMarkedBit(value); in clearFirstMarkedBit()227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function254 uint32_t n = firstMarkedBit(value); in clearFirstMarkedBit()
84 for (uint32_t i = pointerIds.firstMarkedBit(); i <= pointerIds.lastMarkedBit(); i++) { in getPointerInfoString()
358 inputTarget.pointerTransforms[inputTarget.pointerIds.firstMarkedBit()]; in createDispatchEntry()
138 auto bit = mUpdatedSwitchMask.firstMarkedBit(); in sync()
40 [](T bs, uint32_t) -> void { bs.firstMarkedBit(); }, in getOperationsForType()
190 mActivePointerId = !remainingIdBits.isEmpty() ? remainingIdBits.firstMarkedBit() : -1; in clearPointers()219 mActivePointerId = idBits.isEmpty() ? -1 : idBits.firstMarkedBit(); in addMovement()228 uint32_t id = iterBits.firstMarkedBit(); in addMovement()
84 uint32_t id = idBits.firstMarkedBit(); in setSpots()
1746 mExternalStylusId = state.rawPointerData.touchingIdBits.firstMarkedBit(); in assignExternalStylusId()1822 uint32_t id = mCurrentRawState.rawPointerData.touchingIdBits.firstMarkedBit(); in consumeRawTouches()1851 uint32_t id = mCurrentRawState.rawPointerData.touchingIdBits.firstMarkedBit(); in consumeRawTouches()2723 mCurrentCookedState.fingerIdBits.firstMarkedBit(); in preparePointerGestures()2729 mCurrentCookedState.fingerIdBits.firstMarkedBit(); in preparePointerGestures()3139 uint32_t id2 = idBits.firstMarkedBit(); in preparePointerGestures()3361 mPointerGesture.currentGestureIdBits.firstMarkedBit(); in preparePointerGestures()3412 uint32_t id = mCurrentCookedState.stylusIdBits.firstMarkedBit(); in dispatchPointerStylus()3446 uint32_t id = mCurrentCookedState.mouseIdBits.firstMarkedBit(); in dispatchPointerMouse()