Searched refs:max_neg_offset (Results 1 – 1 of 1) sorted by relevance
712 LINENUM max_neg_offset = first_guess - last_frozen_line - 1 + pch_context(); in locate_hunk() local724 if (max_neg_offset >= first_guess) /* do not try lines < 0 */ in locate_hunk()725 max_neg_offset = first_guess - 1; in locate_hunk()730 bool check_before = (offset <= max_neg_offset); in locate_hunk()