Searched refs:maxLinearMatchLength (Results 1 – 3 of 3) sorted by relevance
108 int32_t maxLinearMatchLength=getMaxLinearMatchLength(); in writeNode() local109 while(length>maxLinearMatchLength) { in writeNode()110 lastUnitIndex-=maxLinearMatchLength; in writeNode()111 length-=maxLinearMatchLength; in writeNode()112 writeElementUnits(start, lastUnitIndex, maxLinearMatchLength); in writeNode()113 write(getMinLinearMatch()+maxLinearMatchLength-1); in writeNode()232 int32_t maxLinearMatchLength=getMaxLinearMatchLength(); in makeNode() local233 while(length>maxLinearMatchLength) { in makeNode()234 lastUnitIndex-=maxLinearMatchLength; in makeNode()235 length-=maxLinearMatchLength; in makeNode()[all …]
452 int maxLinearMatchLength=builder.getMaxLinearMatchLength(); in register() local453 while(length>maxLinearMatchLength) { in register()454 int nextOffset=stringOffset+length-maxLinearMatchLength; in register()455 length-=maxLinearMatchLength; in register()457 new LinearMatchNode(strings, nextOffset, maxLinearMatchLength, next); in register()
451 int maxLinearMatchLength=builder.getMaxLinearMatchLength(); in register() local452 while(length>maxLinearMatchLength) { in register()453 int nextOffset=stringOffset+length-maxLinearMatchLength; in register()454 length-=maxLinearMatchLength; in register()456 new LinearMatchNode(strings, nextOffset, maxLinearMatchLength, next); in register()