Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4hc.c1308 LZ4HC_FindLongerMatch(LZ4HC_CCtx_internal* const ctx, in LZ4HC_FindLongerMatch() function
1376 LZ4HC_match_t const firstMatch = LZ4HC_FindLongerMatch(ctx, ip, matchlimit, MINMATCH-1, nbSearches, dict, favorDecSpeed); in LZ4HC_compress_optimal()
1449 newMatch = LZ4HC_FindLongerMatch(ctx, curPtr, matchlimit, MINMATCH-1, nbSearches, dict, favorDecSpeed); in LZ4HC_compress_optimal()
1452 newMatch = LZ4HC_FindLongerMatch(ctx, curPtr, matchlimit, last_match_pos - cur, nbSearches, dict, favorDecSpeed); in LZ4HC_compress_optimal()

Completed in 4 milliseconds