/external/lldb/source/API/ |
D | SBData.cpp | 164 uint32_t old_offset = offset; in GetFloat() local 166 if (offset == old_offset) in GetFloat() 186 uint32_t old_offset = offset; in GetDouble() local 188 if (offset == old_offset) in GetDouble() 208 uint32_t old_offset = offset; in GetLongDouble() local 210 if (offset == old_offset) in GetLongDouble() 230 uint32_t old_offset = offset; in GetAddress() local 232 if (offset == old_offset) in GetAddress() 252 uint32_t old_offset = offset; in GetUnsignedInt8() local 254 if (offset == old_offset) in GetUnsignedInt8() [all …]
|
/external/chromium_org/cc/input/ |
D | top_controls_manager.cc | 119 float old_offset = client_->ControlsTopOffset(); in ScrollBy() local 131 gfx::Vector2dF applied_delta(0.f, old_offset - client_->ControlsTopOffset()); in ScrollBy() 172 float old_offset = client_->ControlsTopOffset(); in Animate() local 178 gfx::Vector2dF scroll_delta(0.f, client_->ControlsTopOffset() - old_offset); in Animate()
|
/external/sfntly/cpp/src/sfntly/tools/subsetter/ |
D | glyph_table_subsetter.cc | 72 int old_offset = loca_table->GlyphOffset(*old_glyph_id); in Subset() local 75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length)); in Subset()
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/ |
D | glyph_table_subsetter.cc | 72 int old_offset = loca_table->GlyphOffset(*old_glyph_id); in Subset() local 75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length)); in Subset()
|
/external/chromium_org/media/blink/ |
D | websourcebuffer_impl.cc | 88 base::TimeDelta old_offset = timestamp_offset_; in append() local 100 if (timestamp_offset && old_offset != timestamp_offset_) in append()
|
/external/bison/lib/glthread/ |
D | lock.c | 716 unsigned int old_offset = wq->offset; in gl_waitqueue_add() local 718 if (old_offset + old_count > old_alloc) in gl_waitqueue_add() 720 unsigned int limit = old_offset + old_count - old_alloc; in gl_waitqueue_add() 725 new_array[i] = new_array[old_offset + i]; in gl_waitqueue_add()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | i915_debug.c | 136 GLuint old_offset = stream->offset + len * sizeof(GLuint); in debug_chain() local 145 if (stream->offset < old_offset) in debug_chain() 147 old_offset, stream->offset ); in debug_chain() 150 old_offset, stream->offset ); in debug_chain()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_debug.c | 136 GLuint old_offset = stream->offset + len * sizeof(GLuint); in debug_chain() local 145 if (stream->offset < old_offset) in debug_chain() 147 old_offset, stream->offset ); in debug_chain() 150 old_offset, stream->offset ); in debug_chain()
|
/external/qemu/block/ |
D | qcow2-cluster.c | 821 uint64_t old_offset = old_alloc->offset; in qcow2_alloc_cluster_offset() local 825 if (end_offset < old_offset || offset > old_end_offset) { in qcow2_alloc_cluster_offset() 828 if (offset < old_offset) { in qcow2_alloc_cluster_offset() 830 nb_clusters = (old_offset - offset) >> s->cluster_bits; in qcow2_alloc_cluster_offset()
|
D | qcow2-refcount.c | 750 int64_t old_offset, old_l2_offset; in qcow2_update_snapshot_refcount() local 791 old_offset = offset; in qcow2_update_snapshot_refcount() 822 if (offset != old_offset) { in qcow2_update_snapshot_refcount()
|
/external/chromium_org/ui/views/controls/scrollbar/ |
D | base_scroll_bar.cc | 105 int old_offset = contents_scroll_offset_; in ScrollByContentsOffset() local 112 if (old_offset == contents_scroll_offset_) in ScrollByContentsOffset()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_debug.c | 182 unsigned old_offset = stream->offset + len * sizeof(unsigned); in debug_chain() local 191 if (stream->offset < old_offset) in debug_chain() 193 old_offset, stream->offset ); in debug_chain() 196 old_offset, stream->offset ); in debug_chain()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
D | i915_debug.c | 182 unsigned old_offset = stream->offset + len * sizeof(unsigned); in debug_chain() local 191 if (stream->offset < old_offset) in debug_chain() 193 old_offset, stream->offset ); in debug_chain() 196 old_offset, stream->offset ); in debug_chain()
|
/external/elfutils/0.153/src/ |
D | nm.c | 648 Dwarf_Off old_offset; in get_local_names() local 651 while (dwarf_nextcu (dbg, old_offset = offset, &offset, &hsize, NULL, NULL, in get_local_names() 655 Dwarf_Die *cudie = dwarf_offdie (dbg, old_offset + hsize, &cudie_mem); in get_local_names()
|
D | i386_ld.c | 1028 XElf_Off old_offset = rel->r_offset; in elf_i386_create_relocations() local 1035 assert (old_offset + 5 == rel->r_offset); in elf_i386_create_relocations()
|
/external/chromium_org/cc/layers/ |
D | layer_impl.cc | 1221 gfx::Vector2dF old_offset = TotalScrollOffset(); in ClampScrollToMaxScrollOffset() local 1222 gfx::Vector2dF clamped_offset = old_offset; in ClampScrollToMaxScrollOffset() 1226 gfx::Vector2dF delta = clamped_offset - old_offset; in ClampScrollToMaxScrollOffset()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_api.c | 330 GLint old_offset = old_attrptr[j] - exec->vtx.vertex; in vbo_exec_wrap_upgrade_vertex() local 337 data + old_offset, in vbo_exec_wrap_upgrade_vertex() 346 COPY_SZ_4V(dest + new_offset, sz, data + old_offset); in vbo_exec_wrap_upgrade_vertex()
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
D | vbo_exec_api.c | 330 GLint old_offset = old_attrptr[j] - exec->vtx.vertex; in vbo_exec_wrap_upgrade_vertex() local 337 data + old_offset, in vbo_exec_wrap_upgrade_vertex() 346 COPY_SZ_4V(dest + new_offset, sz, data + old_offset); in vbo_exec_wrap_upgrade_vertex()
|
/external/qemu/ui/ |
D | vnc.c | 615 int old_offset, new_offset, bytes_written; in send_framebuffer_update_zlib() local 620 old_offset = vs->output.offset; in send_framebuffer_update_zlib() 633 vs->output.offset = old_offset; in send_framebuffer_update_zlib()
|
D | vnc-android.c | 623 int old_offset, new_offset, bytes_written; in send_framebuffer_update_zlib() local 628 old_offset = vs->output.offset; in send_framebuffer_update_zlib() 641 vs->output.offset = old_offset; in send_framebuffer_update_zlib()
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_impl_unittest.cc | 6891 float old_offset = in TEST_F() local 6906 if (new_offset != old_offset) in TEST_F() 6958 float old_offset = in TEST_F() local 6967 if (new_offset != old_offset) { in TEST_F()
|