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/xz-java/src/org/tukaani/xz/lz/
HC4.java
92
int
matchLenLimit
= matchLenMax;
96
if (avail <
matchLenLimit
) {
100
matchLenLimit
= avail;
139
while (lenBest <
matchLenLimit
&& buf[readPos + lenBest - delta2]
177
while (++len <
matchLenLimit
)
BT4.java
76
int
matchLenLimit
= matchLenMax;
80
if (avail <
matchLenLimit
) {
84
matchLenLimit
= avail;
121
while (lenBest <
matchLenLimit
&& buf[readPos + lenBest - delta2]
164
while (++len <
matchLenLimit
)
Completed in 238 milliseconds