Home
last modified time | relevance | path

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

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
DHC4.java82 int matchLenLimit = matchLenMax; in getMatches() local
86 if (avail < matchLenLimit) { in getMatches()
90 matchLenLimit = avail; in getMatches()
129 while (lenBest < matchLenLimit && buf[readPos + lenBest - delta2] in getMatches()
167 while (++len < matchLenLimit) in getMatches()
DBT4.java66 int matchLenLimit = matchLenMax; in getMatches() local
70 if (avail < matchLenLimit) { in getMatches()
74 matchLenLimit = avail; in getMatches()
111 while (lenBest < matchLenLimit && buf[readPos + lenBest - delta2] in getMatches()
154 while (++len < matchLenLimit) in getMatches()