Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4hc.c1305 } LZ4HC_match_t; typedef
1307 LZ4_FORCE_INLINE LZ4HC_match_t
1314 LZ4HC_match_t match = { 0 , 0 }; in LZ4HC_FindLongerMatch()
1376 LZ4HC_match_t const firstMatch = LZ4HC_FindLongerMatch(ctx, ip, matchlimit, MINMATCH-1, nbSearches, dict, favorDecSpeed); in LZ4HC_compress_optimal()
1431 LZ4HC_match_t newMatch; in LZ4HC_compress_optimal()

Completed in 4 milliseconds