Searched refs:selected_matchLength (Results 1 – 1 of 1) sorted by relevance
1471 int selected_matchLength = best_mlen; in LZ4HC_compress_optimal() local1476 DEBUGLOG(7, "pos %i: sequence length %i", candidate_pos, selected_matchLength); in LZ4HC_compress_optimal()1477 opt[candidate_pos].mlen = selected_matchLength; in LZ4HC_compress_optimal()1479 selected_matchLength = next_matchLength; in LZ4HC_compress_optimal()