Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4hc.c1538 … int const next_matchLength = opt[candidate_pos].mlen; /* can be 1, means literal */ in LZ4HC_compress_optimal() local
1543 selected_matchLength = next_matchLength; in LZ4HC_compress_optimal()
1545 … if (next_matchLength > candidate_pos) break; /* last match elected, first match to encode */ in LZ4HC_compress_optimal()
1546 assert(next_matchLength > 0); /* can be 1, means literal */ in LZ4HC_compress_optimal()
1547 candidate_pos -= next_matchLength; in LZ4HC_compress_optimal()