Searched refs:old_offset (Results 1 - 21 of 21) sorted by relevance

/external/lldb/source/API/
H A DSBData.cpp164 uint32_t old_offset = offset; local
166 if (offset == old_offset)
186 uint32_t old_offset = offset; local
188 if (offset == old_offset)
208 uint32_t old_offset = offset; local
210 if (offset == old_offset)
230 uint32_t old_offset = offset; local
232 if (offset == old_offset)
252 uint32_t old_offset = offset; local
254 if (offset == old_offset)
274 uint32_t old_offset = offset; local
296 uint32_t old_offset = offset; local
318 uint32_t old_offset = offset; local
340 uint32_t old_offset = offset; local
362 uint32_t old_offset = offset; local
384 uint32_t old_offset = offset; local
406 uint32_t old_offset = offset; local
428 uint32_t old_offset = offset; local
476 uint32_t old_offset = offset; local
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dglyph_table_subsetter.cc72 int old_offset = loca_table->GlyphOffset(*old_glyph_id); local
75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
/external/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dglyph_table_subsetter.cc72 int old_offset = loca_table->GlyphOffset(*old_glyph_id); local
75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
/external/chromium_org/media/blink/
H A Dwebsourcebuffer_impl.cc88 base::TimeDelta old_offset = timestamp_offset_; local
100 if (timestamp_offset && old_offset != timestamp_offset_)
/external/chromium_org/cc/input/
H A Dtop_controls_manager.cc119 float old_offset = client_->ControlsTopOffset(); local
131 gfx::Vector2dF applied_delta(0.f, old_offset - client_->ControlsTopOffset());
172 float old_offset = client_->ControlsTopOffset(); local
178 gfx::Vector2dF scroll_delta(0.f, client_->ControlsTopOffset() - old_offset);
/external/bison/lib/glthread/
H A Dlock.c716 unsigned int old_offset = wq->offset; local
718 if (old_offset + old_count > old_alloc)
720 unsigned int limit = old_offset + old_count - old_alloc;
725 new_array[i] = new_array[old_offset + i];
/external/chromium_org/ui/views/controls/scrollbar/
H A Dbase_scroll_bar.cc105 int old_offset = contents_scroll_offset_; local
112 if (old_offset == contents_scroll_offset_)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_debug.c182 unsigned old_offset = stream->offset + len * sizeof(unsigned); local
191 if (stream->offset < old_offset)
193 old_offset, stream->offset );
196 old_offset, stream->offset );
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_debug.c136 GLuint old_offset = stream->offset + len * sizeof(GLuint); local
145 if (stream->offset < old_offset)
147 old_offset, stream->offset );
150 old_offset, stream->offset );
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_debug.c182 unsigned old_offset = stream->offset + len * sizeof(unsigned); local
191 if (stream->offset < old_offset)
193 old_offset, stream->offset );
196 old_offset, stream->offset );
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_debug.c136 GLuint old_offset = stream->offset + len * sizeof(GLuint); local
145 if (stream->offset < old_offset)
147 old_offset, stream->offset );
150 old_offset, stream->offset );
/external/qemu/block/
H A Dqcow2-cluster.c821 uint64_t old_offset = old_alloc->offset; local
825 if (end_offset < old_offset || offset > old_end_offset) {
828 if (offset < old_offset) {
830 nb_clusters = (old_offset - offset) >> s->cluster_bits;
H A Dqcow2-refcount.c750 int64_t old_offset, old_l2_offset; local
791 old_offset = offset;
822 if (offset != old_offset) {
/external/chromium_org/cc/layers/
H A Dlayer_impl.cc1221 gfx::Vector2dF old_offset = TotalScrollOffset(); local
1222 gfx::Vector2dF clamped_offset = old_offset;
1226 gfx::Vector2dF delta = clamped_offset - old_offset;
/external/elfutils/0.153/src/
H A Dnm.c648 Dwarf_Off old_offset; local
651 while (dwarf_nextcu (dbg, old_offset = offset, &offset, &hsize, NULL, NULL,
655 Dwarf_Die *cudie = dwarf_offdie (dbg, old_offset + hsize, &cudie_mem);
H A Di386_ld.c1028 XElf_Off old_offset = rel->r_offset; local
1035 assert (old_offset + 5 == rel->r_offset);
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec_api.c330 GLint old_offset = old_attrptr[j] - exec->vtx.vertex; local
337 data + old_offset,
346 COPY_SZ_4V(dest + new_offset, sz, data + old_offset);
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c330 GLint old_offset = old_attrptr[j] - exec->vtx.vertex; local
337 data + old_offset,
346 COPY_SZ_4V(dest + new_offset, sz, data + old_offset);
/external/qemu/ui/
H A Dvnc-android.c623 int old_offset, new_offset, bytes_written; local
628 old_offset = vs->output.offset;
641 vs->output.offset = old_offset;
H A Dvnc.c615 int old_offset, new_offset, bytes_written; local
620 old_offset = vs->output.offset;
633 vs->output.offset = old_offset;
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl_unittest.cc6891 float old_offset = local
6906 if (new_offset != old_offset)
6958 float old_offset = local
6967 if (new_offset != old_offset) {

Completed in 2531 milliseconds