Home
last modified time | relevance | path

Searched refs:old_end (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/courgette/third_party/
Dbsdiff_apply.cc64 const uint8* old_end = old_start + old_size; in MBS_ApplyPatch() local
106 if (copy_count > static_cast<size_t>(old_end - old_position)) in MBS_ApplyPatch()
137 old_position + seek_adjustment > old_end) in MBS_ApplyPatch()
/external/chromium_org/tools/android/heap_profiler/
Dheap_profiler.c308 const uintptr_t old_end = alloc->end; in delete_allocs_in_range() local
312 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()
/external/mksh/src/
Dlex.c1772 push_state_i(State_info *si, Lex_state *old_end) in push_state_i() argument
1776 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() argument
1787 si->base = old_end->ls_base - STATE_BSIZE; in pop_state_i()
1788 si->end = old_end->ls_base; in pop_state_i()
/external/chromium_org/chrome/browser/web_resource/
Dnotification_promo.cc301 const double old_end = old_promo.end_; in CheckForNewNotification() local
305 old_start != start_ || old_end != end_ || old_promo_text != promo_text_; in CheckForNewNotification()
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c3320 char* old_end = oldsp->base + oldsp->size; in add_segment() local
3322 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()