Searched refs:repBest (Results 1 – 1 of 1) sorted by relevance
128 int repBest = 0; in getNextSymbol() local137 if (repLens[rep] > repLens[repBest]) in getNextSymbol()138 repBest = rep; in getNextSymbol()142 if (repLens[repBest] >= niceLen) { in getNextSymbol()143 back = repBest; in getNextSymbol()144 skip(repLens[repBest] - 1); in getNextSymbol()145 return repLens[repBest]; in getNextSymbol()171 && repLens[repBest] < MATCH_LEN_MIN) in getNextSymbol()200 optEnd = Math.max(mainLen, repLens[repBest]); in getNextSymbol()