Home
last modified time | relevance | path

Searched refs:old_base (Results 1 – 13 of 13) sorted by relevance

/external/freetype/src/psaux/
Dpsobjs.c102 FT_Byte* old_base ) in shift_elements() argument
104 FT_PtrDist delta = table->block - old_base; in shift_elements()
122 FT_Byte* old_base = table->block; in reallocate_t1_table() local
129 table->block = old_base; in reallocate_t1_table()
134 if ( old_base ) in reallocate_t1_table()
136 FT_MEM_COPY( table->block, old_base, table->capacity ); in reallocate_t1_table()
137 shift_elements( table, old_base ); in reallocate_t1_table()
138 FT_FREE( old_base ); in reallocate_t1_table()
240 FT_Byte* old_base = table->block; in ps_table_done() local
244 if ( !old_base ) in ps_table_done()
[all …]
/external/webrtc/tools/valgrind-webrtc/
Dwebrtc_tests.py77 old_base, _ = os.path.split(script_dir)
78 new_dir = os.path.join(old_base, 'valgrind')
/external/clang/utils/VtableTest/
Dgen.cc86 int old_base = -1; in gs() local
132 old_base = base; in gs()
/external/libyuv/files/tools_libyuv/valgrind/
Dlibyuv_tests.py62 old_base, _ = os.path.split(script_dir)
/external/python/cpython2/Lib/test/
Dtest_site.py48 self.old_base = site.USER_BASE
56 site.USER_BASE = self.old_base
/external/v8/src/
Dassembler.cc311 Address old_base, Address new_base, ICacheFlushMode icache_flush_mode) { in update_wasm_memory_reference() argument
313 DCHECK_GE(wasm_memory_reference(), old_base); in update_wasm_memory_reference()
314 Address updated_reference = new_base + (wasm_memory_reference() - old_base); in update_wasm_memory_reference()
336 Address old_base, Address new_base, ICacheFlushMode icache_flush_mode) { in update_wasm_global_reference() argument
339 DCHECK(reinterpret_cast<uintptr_t>(old_base) <= in update_wasm_global_reference()
341 updated_reference = new_base + (wasm_global_reference() - old_base); in update_wasm_global_reference()
Dassembler.h509 Address old_base, Address new_base,
515 Address old_base, Address new_base,
518 uint32_t old_base, uint32_t new_base,
/external/webp/src/dec/
Didec_dec.c171 const uint8_t* const old_base = in AppendToMemBuffer() local
181 const size_t new_mem_start = old_start - old_base; in AppendToMemBuffer()
188 memcpy(new_buf, old_base, current_size); in AppendToMemBuffer()
/external/python/cpython3/Lib/test/
Dtest_site.py47 self.old_base = site.USER_BASE
56 site.USER_BASE = self.old_base
/external/mksh/src/
Dlex.c1792 Lex_state *old_base = si->base; in pop_state_i() local
1797 afree(old_base, ATEMP); in pop_state_i()
/external/python/cpython3/Objects/
Dtypeobject.c635 PyTypeObject *new_base, *old_base; in type_set_bases() local
694 old_base = type->tp_base; in type_set_bases()
722 Py_DECREF(old_base); in type_set_bases()
747 type->tp_base = old_base; in type_set_bases()
754 Py_DECREF(old_base); in type_set_bases()
/external/python/cpython2/Objects/
Dtypeobject.c446 PyTypeObject *new_base, *old_base; in type_set_bases() local
502 old_base = type->tp_base; in type_set_bases()
562 Py_DECREF(old_base); in type_set_bases()
575 type->tp_base = old_base; in type_set_bases()
/external/expat/tests/
Druntests.c3028 const XML_Char *old_base; in START_TEST() local
3031 old_base = XML_GetBase(parser); in START_TEST()
3040 XML_SetBase(parser, old_base); in START_TEST()