Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c445 int LZ4HC_InsertAndFindBestMatch(LZ4HC_CCtx_internal* const hc4, /* Index table will be updated */ in LZ4HC_InsertAndFindBestMatch() function
572 …ml = LZ4HC_InsertAndFindBestMatch(ctx, ip, matchlimit, &ref, maxNbAttempts, patternAnalysis, dict); in LZ4HC_compress_hashChain()