HomeSort by relevance Sort by last modified time
    Searched defs:old_base (Results 1 - 9 of 9) sorted by null

  /external/clang/utils/VtableTest/
gen.cc 86 int old_base = -1; local
132 old_base = base;
  /external/freetype/src/psaux/
psobjs.c 100 FT_Byte* old_base )
102 FT_PtrDist delta = table->block - old_base;
120 FT_Byte* old_base = table->block; local
127 table->block = old_base;
132 if ( old_base )
134 FT_MEM_COPY( table->block, old_base, table->capacity );
135 shift_elements( table, old_base );
136 FT_FREE( old_base );
238 FT_Byte* old_base = table->block; local
242 if ( !old_base )
    [all...]
  /external/pdfium/third_party/freetype/src/psaux/
psobjs.c 100 FT_Byte* old_base )
102 FT_PtrDist delta = table->block - old_base;
120 FT_Byte* old_base = table->block; local
127 table->block = old_base;
132 if ( old_base )
134 FT_MEM_COPY( table->block, old_base, table->capacity );
135 shift_elements( table, old_base );
136 FT_FREE( old_base );
238 FT_Byte* old_base = table->block; local
242 if ( !old_base )
    [all...]
  /external/mksh/src/
lex.c 1791 Lex_state *old_base = si->base; local
    [all...]
  /external/webp/src/dec/
idec_dec.c 171 const uint8_t* const old_base = local
181 const size_t new_mem_start = old_start - old_base;
188 memcpy(new_buf, old_base, current_size);
  /external/v8/src/
assembler.cc 311 Address old_base, Address new_base, ICacheFlushMode icache_flush_mode) {
313 DCHECK_GE(wasm_memory_reference(), old_base); local
314 Address updated_reference = new_base + (wasm_memory_reference() - old_base);
336 Address old_base, Address new_base, ICacheFlushMode icache_flush_mode) {
339 DCHECK(reinterpret_cast<uintptr_t>(old_base) <=
341 updated_reference = new_base + (wasm_global_reference() - old_base);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 426 PyTypeObject *new_base, *old_base; local
482 old_base = type->tp_base;
542 Py_DECREF(old_base);
555 type->tp_base = old_base;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 420 PyTypeObject *new_base, *old_base; local
476 old_base = type->tp_base;
536 Py_DECREF(old_base);
549 type->tp_base = old_base;
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 446 PyTypeObject *new_base, *old_base; local
502 old_base = type->tp_base;
562 Py_DECREF(old_base);
575 type->tp_base = old_base;
    [all...]

Completed in 1524 milliseconds