Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c97 static void LZ4HC_init (LZ4HC_CCtx_internal* hc4, const BYTE* start) in LZ4HC_init()
111 FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE* ip) in LZ4HC_Insert()
132 FORCE_INLINE int LZ4HC_InsertAndFindBestMatch (LZ4HC_CCtx_internal* hc4, /* Index table will be u… in LZ4HC_InsertAndFindBestMatch()
181 LZ4HC_CCtx_internal* hc4, in LZ4HC_InsertAndGetWiderMatch()
311 LZ4HC_CCtx_internal* const ctx, in LZ4HC_compress_hashChain()
499 LZ4HC_CCtx_internal* const ctx, in LZ4HC_compress_generic()
525 LZ4HC_CCtx_internal* ctx = &((LZ4_streamHC_t*)state)->internal_donotuse; in LZ4_compress_HC_extStateHC()
562 …LZ4_STATIC_ASSERT(sizeof(LZ4HC_CCtx_internal) <= sizeof(size_t) * LZ4_STREAMHCSIZE_SIZET); /* if… in LZ4_resetStreamHC()
570 LZ4HC_CCtx_internal* ctxPtr = &LZ4_streamHCPtr->internal_donotuse; in LZ4_loadDictHC()
587 static void LZ4HC_setExternalDict(LZ4HC_CCtx_internal* ctxPtr, const BYTE* newBlock) in LZ4HC_setExternalDict()
[all …]
Dlz4hc.h159 } LZ4HC_CCtx_internal; typedef
176 } LZ4HC_CCtx_internal; typedef
184 LZ4HC_CCtx_internal internal_donotuse;
Dlz4opt.h81 LZ4HC_CCtx_internal* ctx, in LZ4HC_BinTree_InsertAndGetAllMatches()
170 FORCE_INLINE void LZ4HC_updateBinTree(LZ4HC_CCtx_internal* ctx, const BYTE* const ip, const BYTE* c… in LZ4HC_updateBinTree()
182 LZ4HC_CCtx_internal* ctx, in LZ4HC_BinTree_GetAllMatches()
206 LZ4HC_CCtx_internal* ctx, in LZ4HC_compress_optimal()