Home
last modified time | relevance | path

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

/external/crosvm/fuse/src/
Dworker.rs121 let old_end = buf.len(); in write_from() localVariable
126 debug_assert!(new_end >= old_end); in write_from()
/external/tensorflow/tensorflow/core/lib/gtl/
Dflatrep.h236 Bucket* old_end = end_; in Resize() local
238 CopyEntries(old, old_end, MoveEntry()); in Resize()
/external/mksh/src/
Dlex.c1799 push_state_i(State_info *si, Lex_state *old_end) in push_state_i() argument
1803 news[0].ls_base = old_end; in push_state_i()
1810 pop_state_i(State_info *si, Lex_state *old_end) in pop_state_i() argument
1814 si->base = old_end->ls_base - STATE_BSIZE; in pop_state_i()
1815 si->end = old_end->ls_base; in pop_state_i()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c317 fi_type *old_end = old_last + 1; in vbo_exec_wrap_upgrade_vertex() local
323 } while (old != old_end); in vbo_exec_wrap_upgrade_vertex()
328 fi_type *old_end = old_first - 1; in vbo_exec_wrap_upgrade_vertex() local
334 } while (old != old_end); in vbo_exec_wrap_upgrade_vertex()
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c3375 char* old_end = oldsp->base + oldsp->size; in add_segment() local
3377 char* rawsp = old_end - (ssize + FOUR_SIZE_T_SIZES + CHUNK_ALIGN_MASK); in add_segment()
3404 if ((char*)(&(nextp->head)) < old_end) in add_segment()
/external/libffi/src/
Ddlmalloc.c3375 char* old_end = oldsp->base + oldsp->size; in add_segment() local
3377 char* rawsp = old_end - (ssize + FOUR_SIZE_T_SIZES + CHUNK_ALIGN_MASK); in add_segment()
3404 if ((char*)(&(nextp->head)) < old_end) in add_segment()
/external/dlmalloc/
Ddlmalloc.c4002 char* old_end = oldsp->base + oldsp->size; in add_segment() local
4004 char* rawsp = old_end - (ssize + FOUR_SIZE_T_SIZES + CHUNK_ALIGN_MASK); in add_segment()
4031 if ((char*)(&(nextp->head)) < old_end) in add_segment()