Searched defs:old_end (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_accessibility_handler.cc282 int old_end = previous_text_selection_end_; local
289 old_start, old_end,
317 int old_end,
323 if (old_start != old_end) {
339 if (old_start == old_end) {
343 } else if (old_start == new_start && old_end < new_end) {
345 AppendUtterance(SubstringUTF8(value, old_end, new_end - old_end),
347 } else if (old_start == new_start && old_end > new_end) {
349 AppendUtterance(SubstringUTF8(value, new_end, old_end
314 DescribeTextSelectionChanged( const std::string& value, int old_start, int old_end, int new_start, int new_end, std::string* out_spoken_description) argument
[all...]
/external/mksh/src/
H A Dlex.c1802 push_state_(State_info *si, Lex_state *old_end) argument
1806 news[0].ls_base = old_end;
1813 pop_state_(State_info *si, Lex_state *old_end) argument
1817 si->base = old_end->ls_base - STATE_BSIZE;
1818 si->end = old_end->ls_base;
/external/libffi/src/
H A Ddlmalloc.c3308 char* old_end = oldsp->base + oldsp->size; local
3310 char* rawsp = old_end - (ssize + FOUR_SIZE_T_SIZES + CHUNK_ALIGN_MASK);
3337 if ((char*)(&(nextp->head)) < old_end)
/external/qemu/distrib/sdl-1.2.12/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 112 milliseconds