Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4hc.c1373 int best_mlen, best_off; in LZ4HC_compress_optimal() local
1459 best_off = newMatch.off; in LZ4HC_compress_optimal()
1527 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1530 encode: /* cur, last_match_pos, best_mlen, best_off must be set */ in LZ4HC_compress_optimal()
1536 int selected_offset = best_off; in LZ4HC_compress_optimal()

Completed in 7 milliseconds