Searched refs:old_end (Results 1 – 5 of 5) sorted by relevance
64 const uint8* old_end = old_start + old_size; in MBS_ApplyPatch() local106 if (copy_count > static_cast<size_t>(old_end - old_position)) in MBS_ApplyPatch()137 old_position + seek_adjustment > old_end) in MBS_ApplyPatch()
308 const uintptr_t old_end = alloc->end; in delete_allocs_in_range() local312 if (insert_alloc(del_end + 1, old_end, st, alloc->flags) == NULL) in delete_allocs_in_range()313 freed_bytes += (old_end - del_end); in delete_allocs_in_range()
1772 push_state_i(State_info *si, Lex_state *old_end) in push_state_i() argument1776 news[0].ls_base = old_end; in push_state_i()1783 pop_state_i(State_info *si, Lex_state *old_end) in pop_state_i() argument1787 si->base = old_end->ls_base - STATE_BSIZE; in pop_state_i()1788 si->end = old_end->ls_base; in pop_state_i()
301 const double old_end = old_promo.end_; in CheckForNewNotification() local305 old_start != start_ || old_end != end_ || old_promo_text != promo_text_; in CheckForNewNotification()
3320 char* old_end = oldsp->base + oldsp->size; in add_segment() local3322 char* rawsp = old_end - (ssize + FOUR_SIZE_T_SIZES + CHUNK_ALIGN_MASK); in add_segment()3349 if ((char*)(&(nextp->head)) < old_end) in add_segment()