Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c1187 int best_mlen, best_off; in LZ4HC_compress_optimal() local
1269 best_mlen = newMatch.len; in LZ4HC_compress_optimal()
1336 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1338 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
1345 int selected_matchLength = best_mlen; in LZ4HC_compress_optimal()