Searched refs:lastPointerIndex (Results 1 – 2 of 2) sorted by relevance
6366 for (uint32_t lastPointerIndex = 0; lastPointerIndex < lastPointerCount; in assignPointerIds() local6367 lastPointerIndex++) { in assignPointerIds()6371 last->rawPointerData.pointers[lastPointerIndex]; in assignPointerIds()6380 heap[heapSize].lastPointerIndex = lastPointerIndex; in assignPointerIds()6414 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex, in assignPointerIds()6460 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex, in assignPointerIds()6471 uint32_t lastPointerIndex = heap[0].lastPointerIndex; in assignPointerIds() local6472 if (matchedLastBits.hasBit(lastPointerIndex)) continue; // already matched in assignPointerIds()6475 matchedLastBits.markBit(lastPointerIndex); in assignPointerIds()6477 uint32_t id = last->rawPointerData.pointers[lastPointerIndex].id; in assignPointerIds()[all …]
1643 uint32_t lastPointerIndex : 8; member