Home
last modified time | relevance | path

Searched refs:tocopy (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/pdf/
DSkDeflate.cpp106 size_t tocopy = in write() local
108 memcpy(fImpl->fInBuffer + fImpl->fInBufferIndex, buffer, tocopy); in write()
109 len -= tocopy; in write()
110 buffer += tocopy; in write()
111 fImpl->fInBufferIndex += tocopy; in write()
/third_party/skia/src/pdf/
DSkDeflate.cpp107 size_t tocopy = in write() local
109 memcpy(fImpl->fInBuffer + fImpl->fInBufferIndex, buffer, tocopy); in write()
110 len -= tocopy; in write()
111 buffer += tocopy; in write()
112 fImpl->fInBufferIndex += tocopy; in write()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daiocp.c51 static int tocopy = 0; // # of blocks left to copy variable
235 --tocopy; in wr_done()
263 --tocopy; in rd_done()
491 tocopy = howmany(length, aio_blksize); in main()
498 while (tocopy > 0) { in main()
551 busy, aio_maxio, tocopy); in main()
/third_party/gstreamer/gstreamer/gst/
Dgstbuffer.c263 gsize i, tocopy, left; in _actual_merged_memory() local
287 tocopy = MIN (sinfo.size, left); in _actual_merged_memory()
290 tocopy, result, mem[i]); in _actual_merged_memory()
291 memcpy (ptr, (guint8 *) sinfo.data, tocopy); in _actual_merged_memory()
292 left -= tocopy; in _actual_merged_memory()
293 ptr += tocopy; in _actual_merged_memory()
621 gsize tocopy; in gst_buffer_copy_into() local
623 tocopy = MIN (bsize - skip, left); in gst_buffer_copy_into()
625 if (tocopy < bsize && !deep && !GST_MEMORY_IS_NO_SHARE (mem)) { in gst_buffer_copy_into()
627 newmem = gst_memory_share (mem, skip, tocopy); in gst_buffer_copy_into()
[all …]
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstadapter.c488 gsize toreuse, tocopy; in gst_adapter_map() local
529 tocopy = size - toreuse; in gst_adapter_map()
551 " bytes from adapter", tocopy); in gst_adapter_map()
553 copy_into_unchecked (adapter, data + toreuse, skip + toreuse, tocopy); in gst_adapter_map()
715 gsize toreuse, tocopy; in gst_adapter_get_internal() local
720 tocopy = nbytes - toreuse; in gst_adapter_get_internal()
745 if (tocopy) { in gst_adapter_get_internal()
748 tocopy); in gst_adapter_get_internal()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c958 int tocopy, this_copy; local
962 tocopy = length;