OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dictlimit
(Results
1 - 1
of
1
) sorted by null
/external/lz4/lib/
lz4hc.c
94
U32
dictLimit
; /* below that point, need extDict */
124
hc4->
dictLimit
= 64 KB;
161
const U32
dictLimit
= hc4->
dictLimit
;
175
if (matchIndex >=
dictLimit
)
191
const BYTE* vLimit = ip + (
dictLimit
- matchIndex);
195
mlt += LZ4_count(ip+mlt, base+
dictLimit
, iLimit);
219
const U32
dictLimit
= hc4->
dictLimit
;
235
if (matchIndex >=
dictLimit
)
[
all
...]
Completed in 132 milliseconds