Searched refs:first_end (Results 1 – 2 of 2) sorted by relevance
1731 int64_t first_end = INT64_MAX; in guess_ni_flag() local1758 if (st->index_entries[n - 1].pos < first_end) in guess_ni_flag()1759 first_end = st->index_entries[n - 1].pos; in guess_ni_flag()1763 if (last_start > first_end) in guess_ni_flag()
3124 size_t first_end = first + 1; local3125 first_end += strcspn(&search_path[first_end], path_sep_str);3126 for (size_t second = first_end + 1; second < search_path_updated_size;) {3129 if (first_end - first == second_end - second &&3141 first = first_end + 1;