Searched refs:lastPointerIndex (Results 1 – 2 of 2) sorted by relevance
3833 for (uint32_t lastPointerIndex = 0; lastPointerIndex < lastPointerCount; in assignPointerIds() local3834 lastPointerIndex++) { in assignPointerIds()3838 last.rawPointerData.pointers[lastPointerIndex]; in assignPointerIds()3847 heap[heapSize].lastPointerIndex = lastPointerIndex; in assignPointerIds()3881 heap[i].currentPointerIndex, heap[i].lastPointerIndex, heap[i].distance); in assignPointerIds()3926 heap[j].currentPointerIndex, heap[j].lastPointerIndex, heap[j].distance); in assignPointerIds()3936 uint32_t lastPointerIndex = heap[0].lastPointerIndex; in assignPointerIds() local3937 if (matchedLastBits.hasBit(lastPointerIndex)) continue; // already matched in assignPointerIds()3940 matchedLastBits.markBit(lastPointerIndex); in assignPointerIds()3942 uint32_t id = last.rawPointerData.pointers[lastPointerIndex].id; in assignPointerIds()[all …]
537 uint32_t lastPointerIndex : 8; member