/external/freetype/src/psaux/ |
D | psobjs.c | 100 FT_Byte* old_base ) in shift_elements() argument 102 FT_PtrDist delta = table->block - old_base; in shift_elements() 120 FT_Byte* old_base = table->block; in reallocate_t1_table() local 127 table->block = old_base; in reallocate_t1_table() 132 if ( old_base ) in reallocate_t1_table() 134 FT_MEM_COPY( table->block, old_base, table->capacity ); in reallocate_t1_table() 135 shift_elements( table, old_base ); in reallocate_t1_table() 136 FT_FREE( old_base ); in reallocate_t1_table() 238 FT_Byte* old_base = table->block; in ps_table_done() local 242 if ( !old_base ) in ps_table_done() [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/ |
D | psobjs.c | 100 FT_Byte* old_base ) in shift_elements() argument 102 FT_PtrDist delta = table->block - old_base; in shift_elements() 120 FT_Byte* old_base = table->block; in reallocate_t1_table() local 127 table->block = old_base; in reallocate_t1_table() 132 if ( old_base ) in reallocate_t1_table() 134 FT_MEM_COPY( table->block, old_base, table->capacity ); in reallocate_t1_table() 135 shift_elements( table, old_base ); in reallocate_t1_table() 136 FT_FREE( old_base ); in reallocate_t1_table() 238 FT_Byte* old_base = table->block; in ps_table_done() local 242 if ( !old_base ) in ps_table_done() [all …]
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | psobjs.c | 100 FT_Byte* old_base ) in shift_elements() argument 102 FT_PtrDist delta = table->block - old_base; in shift_elements() 120 FT_Byte* old_base = table->block; in reallocate_t1_table() local 127 table->block = old_base; in reallocate_t1_table() 132 if ( old_base ) in reallocate_t1_table() 134 FT_MEM_COPY( table->block, old_base, table->capacity ); in reallocate_t1_table() 135 shift_elements( table, old_base ); in reallocate_t1_table() 136 FT_FREE( old_base ); in reallocate_t1_table() 238 FT_Byte* old_base = table->block; in ps_table_done() local 242 if ( !old_base ) in ps_table_done() [all …]
|
/external/webrtc/tools/valgrind-webrtc/ |
D | webrtc_tests.py | 77 old_base, _ = os.path.split(script_dir) 78 new_dir = os.path.join(old_base, 'valgrind')
|
/external/v8/test/cctest/compiler/ |
D | test-run-wasm-machops.cc | 20 static void UpdateMemoryReferences(Handle<Code> code, Address old_base, in UpdateMemoryReferences() argument 32 it.rinfo()->update_wasm_memory_reference(old_base, new_base, old_size, in UpdateMemoryReferences()
|
/external/clang/utils/VtableTest/ |
D | gen.cc | 86 int old_base = -1; in gs() local 132 old_base = base; in gs()
|
/external/v8/src/ |
D | assembler.cc | 327 Address old_base, Address new_base, uint32_t old_size, uint32_t new_size, in update_wasm_memory_reference() argument 333 old_base, wasm_memory_reference(), old_size)); in update_wasm_memory_reference() 334 updated_reference = new_base + (wasm_memory_reference() - old_base); in update_wasm_memory_reference() 356 Address old_base, Address new_base, ICacheFlushMode icache_flush_mode) { in update_wasm_global_reference() argument 359 DCHECK(reinterpret_cast<uintptr_t>(old_base) <= in update_wasm_global_reference() 361 updated_reference = new_base + (wasm_global_reference() - old_base); in update_wasm_global_reference()
|
D | assembler.h | 566 Address old_base, Address new_base, uint32_t old_size, uint32_t new_size, 569 Address old_base, Address new_base,
|
/external/webp/src/dec/ |
D | idec.c | 170 const uint8_t* const old_base = in AppendToMemBuffer() local 180 const size_t new_mem_start = old_start - old_base; in AppendToMemBuffer() 187 memcpy(new_buf, old_base, current_size); in AppendToMemBuffer()
|
/external/mksh/src/ |
D | lex.c | 1780 Lex_state *old_base = si->base; in pop_state_i() local 1785 afree(old_base, ATEMP); in pop_state_i()
|