/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 | 249 off_t old_offset; local 253 &old_offset) == -1) { 260 if (flash_erase(dev, old_offset, sec_size)) { 267 if (flash_write(dev, old_offset, cur_section, sec_size))
|
/art/runtime/ |
trace.cc | 890 int32_t old_offset = cur_offset_.LoadRelaxed(); local 920 int32_t old_offset = 0; local [all...] |
class_linker.cc | 288 MemberOffset old_offset = *field_offset; local 290 AddFieldGap(old_offset.Uint32Value(), field_offset->Uint32Value(), gaps); 7141 MemberOffset old_offset = field_offset; local [all...] |
/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
|
/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/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 );
|
/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...] |
/system/extras/perfprofd/quipper/ |
perf_reader.cc | 1598 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 | 1140 off64_t old_offset = mOffset; local 1166 off64_t old_offset = mOffset; local [all...] |
/art/compiler/ |
oat_writer.cc | [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
ChangeLog-0203 | 911 (xtensa_move_labels): Remove old_frag and old_offset arguments. Add [all...] |