OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchLenLimit
(Results
1 - 2
of
2
) sorted by null
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
HC4.java
82
int
matchLenLimit
= matchLenMax;
86
if (avail <
matchLenLimit
) {
90
matchLenLimit
= avail;
129
while (lenBest <
matchLenLimit
&& buf[readPos + lenBest - delta2]
167
while (++len <
matchLenLimit
)
BT4.java
66
int
matchLenLimit
= matchLenMax;
70
if (avail <
matchLenLimit
) {
74
matchLenLimit
= avail;
111
while (lenBest <
matchLenLimit
&& buf[readPos + lenBest - delta2]
154
while (++len <
matchLenLimit
)
Completed in 191 milliseconds