HomeSort by relevance Sort by last modified time
    Searched refs:old_offset (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/cc/input/
top_controls_manager.cc 106 float old_offset = controls_top_offset_; local
118 gfx::Vector2dF applied_delta(0.f, old_offset - controls_top_offset_);
144 float old_offset = controls_top_offset_; local
150 gfx::Vector2dF scroll_delta(0.f, controls_top_offset_ - old_offset);
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 72 int old_offset = loca_table->GlyphOffset(*old_glyph_id); local
75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
  /external/bison/lib/glthread/
lock.c 716 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];
  /art/runtime/
trace.cc 609 int32_t old_offset; local
611 old_offset = cur_offset_;
612 new_offset = old_offset + GetRecordSize(clock_source_);
617 } while (android_atomic_release_cas(old_offset, new_offset, &cur_offset_) != 0);
637 uint8_t* ptr = buf_.get() + old_offset;
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.cc 104 int old_offset = contents_scroll_offset_; local
111 if (old_offset == contents_scroll_offset_)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_debug.c 182 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/
i915_debug.c 136 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/
i915_debug.c 182 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/
i915_debug.c 136 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/
qcow2-cluster.c 821 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;
qcow2-refcount.c 750 int64_t old_offset, old_l2_offset; local
791 old_offset = offset;
822 if (offset != old_offset) {
    [all...]
  /external/elfutils/src/
nm.c 622 Dwarf_Off old_offset; local
625 while (dwarf_nextcu (dbg, old_offset = offset, &offset, &hsize, NULL, NULL,
629 Dwarf_Die *cudie = dwarf_offdie (dbg, old_offset + hsize, &cudie_mem);
    [all...]
i386_ld.c 1028 XElf_Off old_offset = rel->r_offset; local
    [all...]
  /art/compiler/
oat_writer.cc 175 size_t old_offset = offset; local
179 size_executable_offset_alignment_ = offset - old_offset;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_api.c 330 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);
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_api.c 330 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);
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 1029 off64_t old_offset = mOffset; local
1037 return old_offset;
1055 off64_t old_offset = mOffset; local
    [all...]
  /external/qemu/
vnc-android.c 621 int old_offset, new_offset, bytes_written; local
626 old_offset = vs->output.offset;
639 vs->output.offset = old_offset;
    [all...]
vnc.c 615 int old_offset, new_offset, bytes_written; local
620 old_offset = vs->output.offset;
633 vs->output.offset = old_offset;
    [all...]

Completed in 1011 milliseconds