HomeSort by relevance Sort by last modified time
    Searched refs:dictBase (Results 1 - 3 of 3) sorted by null

  /external/lz4/lib/
lz4hc.h 151 const uint8_t* dictBase; /* alternate base for extDict */
169 const unsigned char* dictBase; /* alternate base for extDict */
lz4hc.c 106 hc4->dictBase = start - startingOffset;
228 const BYTE* const dictBase = hc4->dictBase;
267 const BYTE* const matchPtr = dictBase + matchIndex;
269 const BYTE* const dictStart = dictBase + hc4->lowLimit;
    [all...]
lz4.c 573 * hash position must be calculated by using base+index, or dictBase+index.
685 const BYTE* dictBase = (dictDirective == usingDictCtx) ?
772 match = dictBase + matchIndex;
783 match = dictBase + matchIndex;
    [all...]

Completed in 990 milliseconds