Lines Matching refs:lastUnitIndex
101 int32_t lastUnitIndex=getLimitOfLinearMatch(start, limit-1, unitIndex);
102 writeNode(start, limit, lastUnitIndex);
104 int32_t length=lastUnitIndex-unitIndex;
107 lastUnitIndex-=maxLinearMatchLength;
109 writeElementUnits(start, lastUnitIndex, maxLinearMatchLength);
225 int32_t lastUnitIndex=getLimitOfLinearMatch(start, limit-1, unitIndex);
226 Node *nextNode=makeNode(start, limit, lastUnitIndex, errorCode);
228 int32_t length=lastUnitIndex-unitIndex;
231 lastUnitIndex-=maxLinearMatchLength;
233 node=createLinearMatchNode(start, lastUnitIndex, maxLinearMatchLength, nextNode);