Searched refs:lastPointerIndex (Results 1 – 2 of 2) sorted by relevance
6659 for (uint32_t lastPointerIndex = 0; lastPointerIndex < lastPointerCount; in assignPointerIds() local6660 lastPointerIndex++) { in assignPointerIds()6664 last->rawPointerData.pointers[lastPointerIndex]; in assignPointerIds()6673 heap[heapSize].lastPointerIndex = lastPointerIndex; in assignPointerIds()6707 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex, in assignPointerIds()6753 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex, in assignPointerIds()6764 uint32_t lastPointerIndex = heap[0].lastPointerIndex; in assignPointerIds() local6765 if (matchedLastBits.hasBit(lastPointerIndex)) continue; // already matched in assignPointerIds()6768 matchedLastBits.markBit(lastPointerIndex); in assignPointerIds()6770 uint32_t id = last->rawPointerData.pointers[lastPointerIndex].id; in assignPointerIds()[all …]
1405 uint32_t lastPointerIndex : 8; member