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

/external/lz4/lib/
H A Dlz4hc.c130 FORCE_INLINE void LZ4HC_Insert (LZ4HC_Data_Structure* hc4, const BYTE* ip) function
169 LZ4HC_Insert(hc4, ip);
229 LZ4HC_Insert(hc4, ip);
610 if (dictSize >= 4) LZ4HC_Insert (ctxPtr, (const BYTE*)dictionary +(dictSize-3));
621 LZ4HC_Insert (ctxPtr, ctxPtr->end-3); /* Referencing remaining dictionary content */

Completed in 36 milliseconds