Searched refs:currentPointerIndex (Results 1 – 2 of 2) sorted by relevance
6657 for (uint32_t currentPointerIndex = 0; currentPointerIndex < currentPointerCount; in assignPointerIds() local6658 currentPointerIndex++) { in assignPointerIds()6662 current->rawPointerData.pointers[currentPointerIndex]; in assignPointerIds()6672 heap[heapSize].currentPointerIndex = currentPointerIndex; in assignPointerIds()6707 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex, in assignPointerIds()6753 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex, in assignPointerIds()6761 uint32_t currentPointerIndex = heap[0].currentPointerIndex; in assignPointerIds() local6762 if (matchedCurrentBits.hasBit(currentPointerIndex)) continue; // already matched in assignPointerIds()6767 matchedCurrentBits.markBit(currentPointerIndex); in assignPointerIds()6771 current->rawPointerData.pointers[currentPointerIndex].id = id; in assignPointerIds()[all …]
1404 uint32_t currentPointerIndex : 8; member