Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c111 FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE* ip) in LZ4HC_Insert() function
148 LZ4HC_Insert(hc4, ip); in LZ4HC_InsertAndFindBestMatch()
203 LZ4HC_Insert(hc4, ip); in LZ4HC_InsertAndGetWiderMatch()
580 if (dictSize >= 4) LZ4HC_Insert (ctxPtr, ctxPtr->end-3); in LZ4_loadDictHC()
592 …if (ctxPtr->end >= ctxPtr->base + 4) LZ4HC_Insert (ctxPtr, ctxPtr->end-3); /* Referencing remain… in LZ4HC_setExternalDict()