Home
last modified time | relevance | path

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

/third_party/musl/src/misc/
H A Dioctl.c86 int old_offset = 0; in convert_ioctl_struct() local
103 int len = ts_offset-old_offset; in convert_ioctl_struct()
104 if (dir==W) memcpy(old+old_offset, new+new_offset, len); in convert_ioctl_struct()
105 else memcpy(new+new_offset, old+old_offset, len); in convert_ioctl_struct()
107 old_offset += len; in convert_ioctl_struct()
115 memcpy(old+old_offset, &old_ts, sizeof old_ts); in convert_ioctl_struct()
117 memcpy(&old_ts, old+old_offset, sizeof old_ts); in convert_ioctl_struct()
122 old_offset += sizeof old_ts; in convert_ioctl_struct()
124 if (dir==W) memcpy(old+old_offset, new+new_offset, old_size-old_offset); in convert_ioctl_struct()
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dglyph_table_subsetter.cc72 int old_offset = loca_table->GlyphOffset(*old_glyph_id); in Subset() local
75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length)); in Subset()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_debug.c187 unsigned old_offset = stream->offset + len * sizeof(unsigned); in debug_chain() local
196 if (stream->offset < old_offset) in debug_chain()
197 mesa_logi("... skipping backwards from 0x%x --> 0x%x ...", old_offset, in debug_chain()
200 mesa_logi("... skipping from 0x%x --> 0x%x ...", old_offset, in debug_chain()
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c769 const GLintptr old_offset = save->VAO[0] ? in compile_vertex_list() local
771 if (old_offset != save->current_bo_bytes_used && stride > 0) { in compile_vertex_list()
772 GLintptr offset_diff = save->current_bo_bytes_used - old_offset; in compile_vertex_list()
777 offset_diff = save->current_bo_bytes_used - old_offset; in compile_vertex_list()
805 assert(old_offset <= buffer_offset); in compile_vertex_list()
806 const GLintptr offset_diff = buffer_offset - old_offset; in compile_vertex_list()
820 assert(old_offset == buffer_offset - offset_diff); in compile_vertex_list()
821 buffer_offset = old_offset; in compile_vertex_list()
H A Dvbo_exec_api.c377 GLint old_offset = old_attrptr[j] - exec->vtx.vertex; in vbo_exec_wrap_upgrade_vertex() local
386 data + old_offset, in vbo_exec_wrap_upgrade_vertex()
395 COPY_SZ_4V(dest + new_offset, sz, data + old_offset); in vbo_exec_wrap_upgrade_vertex()
/third_party/backends/backend/
H A Dgt68xx_high.c1096 SANE_Byte * pga, SANE_Byte * old_offset, in gt68xx_afe_ccd_adjust_offset_gain()
1173 if ((local_pga == *old_pga) && (local_offset == *old_offset)) in gt68xx_afe_ccd_adjust_offset_gain()
1177 *old_offset = *offset; in gt68xx_afe_ccd_adjust_offset_gain()
1563 SANE_Byte *offset, *old_offset, *gain, *old_gain; in gt68xx_afe_cis_adjust_gain_offset() local
1575 old_offset = &old_afe->r_offset; in gt68xx_afe_cis_adjust_gain_offset()
1582 old_offset = &old_afe->g_offset; in gt68xx_afe_cis_adjust_gain_offset()
1589 old_offset = &old_afe->b_offset; in gt68xx_afe_cis_adjust_gain_offset()
1665 if ((g == *old_gain) && (o == *old_offset)) in gt68xx_afe_cis_adjust_gain_offset()
1669 *old_offset = *offset; in gt68xx_afe_cis_adjust_gain_offset()
1093 gt68xx_afe_ccd_adjust_offset_gain(SANE_String_Const color_name, GT68xx_Afe_Values * values, unsigned int *buffer, SANE_Byte * offset, SANE_Byte * pga, SANE_Byte * old_offset, SANE_Byte * old_pga) gt68xx_afe_ccd_adjust_offset_gain() argument
/third_party/libcoap/src/
H A Dcoap_resource.c143 const size_t old_offset = offset; local
259 if (result + old_offset - offset < *buflen) {
622 const size_t old_offset = *offset; local
666 if (result + old_offset - *offset < *len) {
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_info.cpp1526 int64 old_offset = stream.Get_uint32 (); in ParseDNGPrivateData() local
1546 0 - old_offset, in ParseDNGPrivateData()
1565 uint64 old_offset = stream.Get_uint32 (); in ParseDNGPrivateData() local
1574 old_offset, in ParseDNGPrivateData()
/third_party/elfutils/src/
H A Dnm.c623 Dwarf_Off old_offset; in get_local_names() local
626 while (dwarf_nextcu (dbg, old_offset = offset, &offset, &hsize, NULL, NULL, in get_local_names()
630 Dwarf_Die *cudie = dwarf_offdie (dbg, old_offset + hsize, &cudie_mem); in get_local_names()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_32.c1069 sljit_u32 old_offset, f32_offset; in sljit_emit_enter() local
1178 old_offset = SLJIT_FR0; in sljit_emit_enter()
1184 if (offset != old_offset) in sljit_emit_enter()
1185 *remap_ptr++ = EMIT_FPU_OPERATION(VMOV_F32, SLJIT_32, offset, old_offset, 0); in sljit_emit_enter()
1186 old_offset++; in sljit_emit_enter()
1194 if (offset != old_offset) in sljit_emit_enter()
1195 *remap_ptr++ = EMIT_FPU_OPERATION(VMOV_F32, 0, offset, old_offset, 0); in sljit_emit_enter()
1196 f32_offset = old_offset; in sljit_emit_enter()
1197 old_offset++; in sljit_emit_enter()
H A DsljitNativeARM_T2_32.c1148 sljit_u32 old_offset, f32_offset; in sljit_emit_enter() local
1254 old_offset = SLJIT_FR0; in sljit_emit_enter()
1260 if (offset != old_offset) in sljit_emit_enter()
1261 *remap_ptr++ = VMOV_F32 | SLJIT_32 | DD4(offset) | DM4(old_offset); in sljit_emit_enter()
1262 old_offset++; in sljit_emit_enter()
1270 if (offset != old_offset) in sljit_emit_enter()
1271 *remap_ptr++ = VMOV_F32 | DD4(offset) | DM4(old_offset); in sljit_emit_enter()
1272 f32_offset = old_offset; in sljit_emit_enter()
1273 old_offset++; in sljit_emit_enter()
/third_party/ffmpeg/libavformat/
H A Ddemux.c1736 static void estimate_timings_from_pts(AVFormatContext *ic, int64_t old_offset) in estimate_timings_from_pts() argument
1862 avio_seek(ic->pb, old_offset, SEEK_SET); in estimate_timings_from_pts()
1887 static void estimate_timings(AVFormatContext *ic, int64_t old_offset) in estimate_timings() argument
1903 estimate_timings_from_pts(ic, old_offset); in estimate_timings()
2438 int64_t old_offset = avio_tell(ic->pb); in avformat_find_stream_info() local
2918 estimate_timings(ic, old_offset); in avformat_find_stream_info()
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx2804 Dwarf_Off old_offset; variable
2807 while (dwarf_nextcu (dbg, old_offset = offset, &offset, &hsize, NULL, NULL, NULL) == 0)
2810 Dwarf_Die *cudie = dwarf_offdie (dbg, old_offset + hsize, &cudie_mem);

Completed in 48 milliseconds