Home
last modified time | relevance | path

Searched defs:hc4 (Results 1 – 1 of 1) sorted by relevance

/external/lz4/lib/
Dlz4hc.c93 static void LZ4HC_clearTables (LZ4HC_CCtx_internal* hc4) in LZ4HC_clearTables()
99 static void LZ4HC_init_internal (LZ4HC_CCtx_internal* hc4, const BYTE* start) in LZ4HC_init_internal()
117 LZ4_FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE* ip) in LZ4HC_Insert()
236 LZ4HC_CCtx_internal* hc4, in LZ4HC_InsertAndGetWiderMatch()
445 int LZ4HC_InsertAndFindBestMatch(LZ4HC_CCtx_internal* const hc4, /* Index table will be updated */ in LZ4HC_InsertAndFindBestMatch()
1172 LZ4_streamHC_t* const hc4 = LZ4_initStreamHC(state, sizeof(*hc4)); in LZ4_resetStreamStateHC() local
1180 LZ4_streamHC_t* const hc4 = LZ4_createStreamHC(); in LZ4_createHC() local