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

/external/chromium_org/courgette/third_party/
H A Dbsdiff_apply.cc64 const uint8* old_end = old_start + old_size; local
106 if (copy_count > static_cast<size_t>(old_end - old_position))
137 old_position + seek_adjustment > old_end)
/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler.c308 const uintptr_t old_end = alloc->end; local
312 if (insert_alloc(del_end + 1, old_end, st, alloc->flags) == NULL)
313 freed_bytes += (old_end - del_end);
/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo.cc301 const double old_end = old_promo.end_; local
305 old_start != start_ || old_end != end_ || old_promo_text != promo_text_;
/external/mksh/src/
H A Dlex.c1772 push_state_i(State_info *si, Lex_state *old_end) argument
1776 news[0].ls_base = old_end;
1783 pop_state_i(State_info *si, Lex_state *old_end) argument
1787 si->base = old_end->ls_base - STATE_BSIZE;
1788 si->end = old_end->ls_base;
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3320 char* old_end = oldsp->base + oldsp->size; local
3322 char* rawsp = old_end - (ssize + FOUR_SIZE_T_SIZES + CHUNK_ALIGN_MASK);
3349 if ((char*)(&(nextp->head)) < old_end)

Completed in 1400 milliseconds