HomeSort by relevance Sort by last modified time
    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 48 milliseconds