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

  /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));
  /device/google/dragon/recovery/updater/
fwtool.cpp 246 off_t old_offset; local
250 &old_offset) == -1) {
257 if (flash_erase(dev, old_offset, sec_size)) {
264 if (flash_write(dev, old_offset, cur_section, sec_size))
  /external/autotest/server/cros/network/
attenuator_controller.py 234 old_offset = None
238 if old_offset is None or new_offset < old_offset:
239 old_offset = new_offset
  /art/runtime/
trace.cc 872 int32_t old_offset = cur_offset_.LoadRelaxed(); local
873 int32_t new_offset = old_offset + static_cast<int32_t>(src_size);
876 if (!trace_file_->WriteFully(buf_.get(), old_offset)) {
913 int32_t old_offset = 0; local
    [all...]
class_linker.cc 331 MemberOffset old_offset = *field_offset; local
333 AddFieldGap(old_offset.Uint32Value(), field_offset->Uint32Value(), gaps);
7680 MemberOffset old_offset = field_offset; local
    [all...]
  /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];
  /external/dng_sdk/source/
dng_info.cpp 1526 int64 old_offset = stream.Get_uint32 (); local
1546 0 - old_offset,
1565 uint64 old_offset = stream.Get_uint32 (); local
1574 old_offset,
    [all...]
  /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 );
  /toolchain/binutils/binutils-2.25/bfd/
elf32-m68hc11.c 1151 unsigned long old_offset; local
    [all...]
elf32-xtensa.c 9859 bfd_vma old_offset = val.r_rel.target_offset; local
10216 bfd_vma old_offset; local
    [all...]
elf32-rx.c 1941 bfd_vma old_offset = srel->r_offset; local
    [all...]
  /external/boringssl/src/ssl/
d1_both.c 771 uint32_t old_offset = ssl->d1->outgoing_offset; local
782 ssl->d1->outgoing_offset = old_offset;
  /system/extras/perfprofd/quipper/
perf_reader.cc 1662 size_t old_offset = GetPerfSampleDataOffset(*event); local
    [all...]
  /external/elfutils/src/
nm.c 638 Dwarf_Off old_offset; local
641 while (dwarf_nextcu (dbg, old_offset = offset, &offset, &hsize, NULL, NULL,
645 Dwarf_Die *cudie = dwarf_offdie (dbg, old_offset + hsize, &cudie_mem);
    [all...]
i386_ld.c 1020 XElf_Off old_offset = rel->r_offset; local
1027 assert (old_offset + 5 == rel->r_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 1206 off64_t old_offset = mOffset; local
1232 off64_t old_offset = mOffset; local
1263 off64_t old_offset = mOffset; local
    [all...]
  /external/v8/src/wasm/
wasm-module.cc 1545 uint32_t old_offset = local
    [all...]
  /art/compiler/
oat_writer.cc     [all...]

Completed in 831 milliseconds