Lines Matching refs:end_in
235 size_t ib, end_in = bit + len; in wnd_add_free_ext() local
270 if (e->start.key > end_in) in wnd_add_free_ext()
275 len += next_end - end_in; in wnd_add_free_ext()
276 end_in = next_end; in wnd_add_free_ext()
301 end_in > wnd->zone_bit ? in wnd_add_free_ext()
305 while (end_in < ib && wnd_is_free_hlp(wnd, end_in, 1)) { in wnd_add_free_ext()
306 end_in += 1; in wnd_add_free_ext()
366 size_t end_in = bit + len; in wnd_remove_free_ext() local
384 else if (end_in <= end) { in wnd_remove_free_ext()
386 new_key = end_in; in wnd_remove_free_ext()
387 new_len = end - end_in; in wnd_remove_free_ext()
396 if (e3->start.key >= end_in) in wnd_remove_free_ext()
403 if (end3 > end_in) { in wnd_remove_free_ext()
404 e3->start.key = end_in; in wnd_remove_free_ext()
406 e3->count.key = end3 - end_in; in wnd_remove_free_ext()