Searched refs:dictBase (Results 1 – 3 of 3) sorted by relevance
104 hc4->dictBase = start - 64 KB; in LZ4HC_init()140 const BYTE* const dictBase = hc4->dictBase; in LZ4HC_InsertAndFindBestMatch() local162 const BYTE* const match = dictBase + matchIndex; in LZ4HC_InsertAndFindBestMatch()196 const BYTE* const dictBase = hc4->dictBase; in LZ4HC_InsertAndGetWiderMatch() local230 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()
152 const uint8_t* dictBase; /* alternate base for extDict */ member169 const unsigned char* dictBase; /* alternate base for extDict */ member
94 const BYTE* const dictBase = ctx->dictBase; in LZ4HC_BinTree_InsertAndGetAllMatches() local121 match = dictBase + matchIndex; in LZ4HC_BinTree_InsertAndGetAllMatches()