Home
last modified time | relevance | path

Searched refs:dictBase (Results 1 – 3 of 3) sorted by relevance

/external/lz4/lib/
Dlz4hc.c104 hc4->dictBase = start - 64 KB; in LZ4HC_init()
140 const BYTE* const dictBase = hc4->dictBase; in LZ4HC_InsertAndFindBestMatch() local
162 const BYTE* const match = dictBase + matchIndex; in LZ4HC_InsertAndFindBestMatch()
196 const BYTE* const dictBase = hc4->dictBase; in LZ4HC_InsertAndGetWiderMatch() local
230 const BYTE* const matchPtr = dictBase + matchIndex; in LZ4HC_InsertAndGetWiderMatch()
597 ctxPtr->dictBase = ctxPtr->base; in LZ4HC_setExternalDict()
623 const BYTE* const dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
624 const BYTE* const dictEnd = ctxPtr->dictBase + ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
627 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
Dlz4hc.h152 const uint8_t* dictBase; /* alternate base for extDict */ member
169 const unsigned char* dictBase; /* alternate base for extDict */ member
Dlz4opt.h94 const BYTE* const dictBase = ctx->dictBase; in LZ4HC_BinTree_InsertAndGetAllMatches() local
121 match = dictBase + matchIndex; in LZ4HC_BinTree_InsertAndGetAllMatches()