Searched defs:old_offset (Results 1 - 10 of 10) sorted by relevance

/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/mesa3d/src/intel/vulkan/
H A Danv_nir_apply_dynamic_offsets.c85 nir_ssa_def *old_offset = nir_ssa_for_src(b, *offset_src, 1); local
86 nir_ssa_def *new_offset = nir_iadd(b, old_offset, &offset_load->dest.ssa);
95 old_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/dng_sdk/source/
H A Ddng_info.cpp1526 int64 old_offset = stream.Get_uint32 (); local
1546 0 - old_offset,
1565 uint64 old_offset = stream.Get_uint32 (); local
1574 old_offset,
/external/boringssl/src/ssl/
H A Dd1_both.cc785 uint32_t old_offset = ssl->d1->outgoing_offset; local
796 ssl->d1->outgoing_offset = old_offset;
/external/elfutils/src/
H A Di386_ld.c1020 XElf_Off old_offset = rel->r_offset; local
1027 assert (old_offset + 5 == rel->r_offset);
H A Dnm.c638 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);
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c360 GLint old_offset = old_attrptr[j] - exec->vtx.vertex; local
369 data + old_offset,
378 COPY_SZ_4V(dest + new_offset, sz, data + old_offset);
/external/perf_data_converter/src/quipper/
H A Dperf_reader.cc1556 size_t old_offset = data->Tell(); local
1565 data->SeekSet(old_offset);
/external/v8/src/wasm/
H A Dwasm-module.cc1680 uint32_t old_offset = local
1683 old_offset);
1688 raw_buffer_ptr(globals_, old_offset), size);

Completed in 514 milliseconds