Home
last modified time | relevance | path

Searched refs:old_offset (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/src/misc/
Dioctl.c77 int old_offset = 0; in convert_ioctl_struct() local
90 int len = ts_offset-old_offset; in convert_ioctl_struct()
91 if (dir==W) memcpy(old+old_offset, new+new_offset, len); in convert_ioctl_struct()
92 else memcpy(new+new_offset, old+old_offset, len); in convert_ioctl_struct()
94 old_offset += len; in convert_ioctl_struct()
102 memcpy(old+old_offset, &old_ts, sizeof old_ts); in convert_ioctl_struct()
104 memcpy(&old_ts, old+old_offset, sizeof old_ts); in convert_ioctl_struct()
109 old_offset += sizeof old_ts; in convert_ioctl_struct()
111 if (dir==W) memcpy(old+old_offset, new+new_offset, old_size-old_offset); in convert_ioctl_struct()
112 else memcpy(new+new_offset, old+old_offset, old_size-old_offset); in convert_ioctl_struct()
/third_party/gettext/gettext-runtime/intl/
Dwindows-rwlock.c66 unsigned int old_offset = wq->offset; in glwthread_waitqueue_add() local
68 if (old_offset + old_count > old_alloc) in glwthread_waitqueue_add()
70 unsigned int limit = old_offset + old_count - old_alloc; in glwthread_waitqueue_add()
75 new_array[i] = new_array[old_offset + i]; in glwthread_waitqueue_add()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/
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/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/
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/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiostreamalign.c435 guint64 old_offset = align->next_offset; in gst_audio_stream_align_process() local
448 gst_util_uint64_scale (old_offset, GST_SECOND, in gst_audio_stream_align_process()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_debug.c189 unsigned old_offset = stream->offset + len * sizeof(unsigned); in debug_chain() local
198 if (stream->offset < old_offset) in debug_chain()
199 mesa_logi("... skipping backwards from 0x%x --> 0x%x ...", old_offset, in debug_chain()
202 mesa_logi("... skipping from 0x%x --> 0x%x ...", old_offset, in debug_chain()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_save_api.c731 const GLintptr old_offset = save->VAO[0] ? in compile_vertex_list() local
733 if (old_offset != save->current_bo_bytes_used && stride > 0) { in compile_vertex_list()
734 GLintptr offset_diff = save->current_bo_bytes_used - old_offset; in compile_vertex_list()
739 offset_diff = save->current_bo_bytes_used - old_offset; in compile_vertex_list()
766 assert(old_offset <= buffer_offset); in compile_vertex_list()
767 const GLintptr offset_diff = buffer_offset - old_offset; in compile_vertex_list()
781 assert(old_offset == buffer_offset - offset_diff); in compile_vertex_list()
782 buffer_offset = old_offset; in compile_vertex_list()
Dvbo_exec_api.c385 GLint old_offset = old_attrptr[j] - exec->vtx.vertex; in vbo_exec_wrap_upgrade_vertex() local
394 data + old_offset, in vbo_exec_wrap_upgrade_vertex()
403 COPY_SZ_4V(dest + new_offset, sz, data + old_offset); in vbo_exec_wrap_upgrade_vertex()
/third_party/libcoap/src/
Dresource.c179 const size_t old_offset = offset; local
293 if (result + old_offset - offset < *buflen) {
631 const size_t old_offset = *offset; local
669 if (result + old_offset - *offset < *len) {
/third_party/skia/third_party/externals/dng_sdk/source/
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/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.c3539 guint64 old_offset = demux->offset; local
3588 demux->offset = old_offset;
3599 guint64 old_offset = demux->offset; local
3736 demux->offset = old_offset;
3876 guint64 old_offset = demux->offset; local
3990 demux->offset = old_offset;
4011 demux->offset = old_offset;
4023 demux->offset = old_offset;
4966 guint64 old_offset = demux->offset; local
4985 demux->offset = old_offset;
/third_party/ffmpeg/libavformat/
Dutils.c2806 static void estimate_timings_from_pts(AVFormatContext *ic, int64_t old_offset) argument
2925 avio_seek(ic->pb, old_offset, SEEK_SET);
2950 static void estimate_timings(AVFormatContext *ic, int64_t old_offset) argument
2966 estimate_timings_from_pts(ic, old_offset);
3643 int64_t old_offset = avio_tell(ic->pb); local
4139 estimate_timings(ic, old_offset);
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.c2610 guint64 old_offset; in gst_flv_demux_create_index() local
2621 old_offset = demux->offset; in gst_flv_demux_create_index()
2646 demux->offset = old_offset; in gst_flv_demux_create_index()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c2955 uint8_t old_offset[VARYING_SLOT_MAX]; in ac_optimize_vs_outputs() local
2960 memcpy(old_offset, vs_output_param_offset, sizeof(old_offset)); in ac_optimize_vs_outputs()
2969 if (old_offset[out] == offset) in ac_optimize_vs_outputs()