Home
last modified time | relevance | path

Searched refs:copy_to_buf (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/sfc/
H A Dtx.c164 int copy_to_buf = in efx_memcpy_toio_aligned_cb() local
167 memcpy(copy_buf->buf + copy_buf->used, data, copy_to_buf); in efx_memcpy_toio_aligned_cb()
168 copy_buf->used += copy_to_buf; in efx_memcpy_toio_aligned_cb()
177 data += copy_to_buf; in efx_memcpy_toio_aligned_cb()
178 len -= copy_to_buf; in efx_memcpy_toio_aligned_cb()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/sfc/
H A Dtx.c164 int copy_to_buf = in efx_memcpy_toio_aligned_cb() local
167 memcpy(copy_buf->buf + copy_buf->used, data, copy_to_buf); in efx_memcpy_toio_aligned_cb()
168 copy_buf->used += copy_to_buf; in efx_memcpy_toio_aligned_cb()
177 data += copy_to_buf; in efx_memcpy_toio_aligned_cb()
178 len -= copy_to_buf; in efx_memcpy_toio_aligned_cb()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/sfc/
H A Dtx.c164 int copy_to_buf = in efx_memcpy_toio_aligned_cb() local
167 memcpy(copy_buf->buf + copy_buf->used, data, copy_to_buf); in efx_memcpy_toio_aligned_cb()
168 copy_buf->used += copy_to_buf; in efx_memcpy_toio_aligned_cb()
177 data += copy_to_buf; in efx_memcpy_toio_aligned_cb()
178 len -= copy_to_buf; in efx_memcpy_toio_aligned_cb()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-index/
H A Dmail-cache-fields.c476 static void copy_to_buf(struct mail_cache *cache, buffer_t *dest, bool add_new, in copy_to_buf() function
539 copy_to_buf(cache, buffer, FALSE, in mail_cache_header_fields_update_locked()
602 copy_to_buf(cache, dest, TRUE, in mail_cache_header_fields_get()
605 copy_to_buf(cache, dest, TRUE, in mail_cache_header_fields_get()
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmbytarr.cpp459 arr->copy_to_buf(p->buf_, idx, cur); in bytearray_undo_rec()
1517 copy_to_buf(buf, idx, copy_len); in map_to_string()
1555 void CVmObjByteArray::copy_to_buf(unsigned char *buf, in copy_to_buf() function in CVmObjByteArray
1658 copy_to_buf(cbuf, idx, siz); in getp_read_int()
H A Dvmbytarr.h375 void copy_to_buf(unsigned char *buf, unsigned long idx, size_t cnt) const;
H A Dtcgen.h136 void copy_to_buf(char *buf, ulong start_ofs, ulong len);
H A Dtcgen.cpp231 void CTcDataStream::copy_to_buf(char *buf, ulong start_ofs, ulong len) in copy_to_buf() function in CTcDataStream
H A Dtct3img.cpp1999 os->copy_to_buf(sort_buf_, prop_ofs, prop_table_size); in sort_object_prop_table()
/dports/japanese/anthy/anthy-0.4/src-worddic/
H A Dword_lookup.c202 copy_to_buf(char *buf, const char *src, int char_count) in copy_to_buf() function
257 copy_to_buf(buf, s, char_count); in add_dic_ent()