Searched refs:maxLinearMatchLength (Results 1 – 3 of 3) sorted by relevance
106 int32_t maxLinearMatchLength=getMaxLinearMatchLength(); in writeNode() local107 while(length>maxLinearMatchLength) { in writeNode()108 lastUnitIndex-=maxLinearMatchLength; in writeNode()109 length-=maxLinearMatchLength; in writeNode()110 writeElementUnits(start, lastUnitIndex, maxLinearMatchLength); in writeNode()111 write(getMinLinearMatch()+maxLinearMatchLength-1); in writeNode()230 int32_t maxLinearMatchLength=getMaxLinearMatchLength(); in makeNode() local231 while(length>maxLinearMatchLength) { in makeNode()232 lastUnitIndex-=maxLinearMatchLength; in makeNode()233 length-=maxLinearMatchLength; in makeNode()[all …]
450 int maxLinearMatchLength=builder.getMaxLinearMatchLength(); in register() local451 while(length>maxLinearMatchLength) { in register()452 int nextOffset=stringOffset+length-maxLinearMatchLength; in register()453 length-=maxLinearMatchLength; in register()455 new LinearMatchNode(strings, nextOffset, maxLinearMatchLength, next); in register()
448 int maxLinearMatchLength=builder.getMaxLinearMatchLength(); in register() local449 while(length>maxLinearMatchLength) { in register()450 int nextOffset=stringOffset+length-maxLinearMatchLength; in register()451 length-=maxLinearMatchLength; in register()453 new LinearMatchNode(strings, nextOffset, maxLinearMatchLength, next); in register()