Home
last modified time | relevance | path

Searched refs:matchLenLimit (Results 1 – 2 of 2) sorted by relevance

/external/xz-java/src/org/tukaani/xz/lz/
DHC4.java92 int matchLenLimit = matchLenMax; in getMatches() local
96 if (avail < matchLenLimit) { in getMatches()
100 matchLenLimit = avail; in getMatches()
139 while (lenBest < matchLenLimit && buf[readPos + lenBest - delta2] in getMatches()
177 while (++len < matchLenLimit) in getMatches()
DBT4.java76 int matchLenLimit = matchLenMax; in getMatches() local
80 if (avail < matchLenLimit) { in getMatches()
84 matchLenLimit = avail; in getMatches()
121 while (lenBest < matchLenLimit && buf[readPos + lenBest - delta2] in getMatches()
164 while (++len < matchLenLimit) in getMatches()