Searched refs:pos_min (Results 1 – 1 of 1) sorted by relevance
669 int pos, i, match_len, match_pos, pos_min, len_max; in find_longest_match() local674 pos_min = max_int(cur_pos - DIST_MAX - 1, 0); in find_longest_match()676 while (pos >= pos_min) { in find_longest_match()
Completed in 5 milliseconds