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

  /external/lz4/lib/
lz4hc.h 152 const uint8_t* dictBase; /* alternate base for extDict */
169 const unsigned char* dictBase; /* alternate base for extDict */
lz4hc.c 104 hc4->dictBase = start - 64 KB;
140 const BYTE* const dictBase = hc4->dictBase;
162 const BYTE* const match = dictBase + matchIndex;
196 const BYTE* const dictBase = hc4->dictBase;
230 const BYTE* const matchPtr = dictBase + matchIndex;
597 ctxPtr->dictBase = ctxPtr->base;
623 const BYTE* const dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit;
624 const BYTE* const dictEnd = ctxPtr->dictBase + ctxPtr->dictLimit
    [all...]
lz4opt.h 94 const BYTE* const dictBase = ctx->dictBase;
121 match = dictBase + matchIndex;

Completed in 107 milliseconds