Searched refs:lastPointerIndex (Results 1 – 2 of 2) sorted by relevance
5792 for (uint32_t lastPointerIndex = 0; lastPointerIndex < lastPointerCount; in assignPointerIds() local5793 lastPointerIndex++) { in assignPointerIds()5797 mLastRawPointerData.pointers[lastPointerIndex]; in assignPointerIds()5806 heap[heapSize].lastPointerIndex = lastPointerIndex; in assignPointerIds()5840 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex, in assignPointerIds()5886 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex, in assignPointerIds()5897 uint32_t lastPointerIndex = heap[0].lastPointerIndex; in assignPointerIds() local5898 if (matchedLastBits.hasBit(lastPointerIndex)) continue; // already matched in assignPointerIds()5901 matchedLastBits.markBit(lastPointerIndex); in assignPointerIds()5903 uint32_t id = mLastRawPointerData.pointers[lastPointerIndex].id; in assignPointerIds()[all …]
1498 uint32_t lastPointerIndex : 8; member