Home
last modified time | relevance | path

Searched defs:to_copy (Results 1 – 25 of 1170) sorted by relevance

12345678910>>...47

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/util/
H A DDelay.cpp92 size_t to_copy = nSize - nHead; in process() local
104 size_t to_copy = nSize - nTail; in process() local
131 size_t to_copy = nSize - nHead; in process() local
143 size_t to_copy = nSize - nTail; in process() local
170 size_t to_copy = nSize - nHead; in process() local
182 size_t to_copy = nSize - nTail; in process() local
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/components/
H A Dcopy_component.hpp50 copy(naming::id_type const& to_copy) in copy()
81 copy(naming::id_type const& to_copy, naming::id_type const& target_locality) in copy()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/filters/
H A Dbuf_filt.cpp41 size_t to_copy = std::min<size_t>(m_buffer.size() - m_buffer_pos, input_size); in write() local
64 size_t to_copy = full_blocks * m_main_block_mod; in write() local
/dports/security/botan2/Botan-2.18.2/src/lib/filters/
H A Dbuf_filt.cpp41 size_t to_copy = std::min<size_t>(m_buffer.size() - m_buffer_pos, input_size); in write() local
64 size_t to_copy = full_blocks * m_main_block_mod; in write() local
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/filters/
H A Dbuf_filt.cpp41 size_t to_copy = std::min<size_t>(m_buffer.size() - m_buffer_pos, input_size); in write() local
64 size_t to_copy = full_blocks * m_main_block_mod; in write() local
/dports/security/botan110/Botan-1.10.17/src/filters/
H A Dbuf_filt.cpp41 size_t to_copy = std::min<size_t>(buffer.size() - buffer_pos, input_size); in write() local
64 size_t to_copy = full_blocks * main_block_mod; in write() local
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/components/server/
H A Dcopy_component.hpp68 future<naming::id_type> copy_component_here(naming::id_type const& to_copy) in copy_component_here()
76 future<naming::id_type> copy_component(naming::id_type const& to_copy, in copy_component()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/client/dump/
H A Dabstract_progress_watcher.cc139 const Progress_data &to_copy) { in operator =()
148 const Abstract_progress_watcher::Progress_data &to_copy) { in Progress_data()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/dump/
H A Dabstract_progress_watcher.cc145 const Progress_data& to_copy) in operator =()
155 const Abstract_progress_watcher::Progress_data& to_copy) in Progress_data()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/client/dump/
H A Dabstract_progress_watcher.cc145 const Progress_data& to_copy) in operator =()
155 const Abstract_progress_watcher::Progress_data& to_copy) in Progress_data()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/client/dump/
H A Dabstract_progress_watcher.cc145 const Progress_data& to_copy) in operator =()
155 const Abstract_progress_watcher::Progress_data& to_copy) in Progress_data()
/dports/databases/percona57-server/percona-server-5.7.36-39/client/dump/
H A Dabstract_progress_watcher.cc145 const Progress_data& to_copy) in operator =()
155 const Abstract_progress_watcher::Progress_data& to_copy) in Progress_data()
/dports/databases/percona57-client/percona-server-5.7.36-39/client/dump/
H A Dabstract_progress_watcher.cc145 const Progress_data& to_copy) in operator =()
155 const Abstract_progress_watcher::Progress_data& to_copy) in Progress_data()
/dports/databases/mysql57-client/mysql-5.7.36/client/dump/
H A Dabstract_progress_watcher.cc145 const Progress_data& to_copy) in operator =()
155 const Abstract_progress_watcher::Progress_data& to_copy) in Progress_data()
/dports/audio/jamulus/jamulus-r3_8_1/android/
H A Dring_buffer.h130 std::size_t to_copy = std::min ( count, avail ); in put() local
156 std::size_t to_copy = std::min ( count, avail ); in get() local
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/kdf/sp800_108/
H A Dsp800_108.cpp40 const std::size_t to_copy = std::min< std::size_t >(key + key_len - p, prf_len); in kdf() local
88 const std::size_t to_copy = std::min< std::size_t >(key + key_len - p, prf_len); in kdf() local
147 const std::size_t to_copy = std::min< std::size_t >(key + key_len - p, prf_len); in kdf() local
/dports/security/botan2/Botan-2.18.2/src/lib/kdf/sp800_108/
H A Dsp800_108.cpp40 const std::size_t to_copy = std::min< std::size_t >(key + key_len - p, prf_len); in kdf() local
88 const std::size_t to_copy = std::min< std::size_t >(key + key_len - p, prf_len); in kdf() local
147 const std::size_t to_copy = std::min< std::size_t >(key + key_len - p, prf_len); in kdf() local
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/io/
H A DCharsetDecoder.cpp341 ssize_t to_copy = count - processed; in fetch() local
380 ssize_t to_copy = count - processed; in fetch() local
419 ssize_t to_copy = count - processed; in fetch() local
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/kdf/sp800_108/
H A Dsp800_108.cpp40 const std::size_t to_copy = std::min< std::size_t >(key + key_len - p, prf_len); in kdf() local
88 const std::size_t to_copy = std::min< std::size_t >(key + key_len - p, prf_len); in kdf() local
147 const std::size_t to_copy = std::min< std::size_t >(key + key_len - p, prf_len); in kdf() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/rds/
H A Dtcp_recv.c74 unsigned long to_copy, skb_off; in rds_tcp_inc_copy_to_user() local
109 unsigned int to_copy, skb_off; in rds_tcp_cong_recv() local
162 size_t left = len, to_copy; in rds_tcp_data_recv() local
/dports/multimedia/libv4l/linux-5.13-rc2/net/rds/
H A Dtcp_recv.c74 unsigned long to_copy, skb_off; in rds_tcp_inc_copy_to_user() local
109 unsigned int to_copy, skb_off; in rds_tcp_cong_recv() local
162 size_t left = len, to_copy; in rds_tcp_data_recv() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/rds/
H A Dtcp_recv.c74 unsigned long to_copy, skb_off; in rds_tcp_inc_copy_to_user() local
109 unsigned int to_copy, skb_off; in rds_tcp_cong_recv() local
162 size_t left = len, to_copy; in rds_tcp_data_recv() local
/dports/sysutils/fwup/fwup-1.9.0/src/
H A Dpad_to_block_writer.c95 size_t to_copy = min(sizeof(ptbw->buffer) - ptbw->index, count); in ptbw_pwrite() local
129 size_t to_copy = (count & ~(sizeof(ptbw->buffer) - 1)); in ptbw_pwrite() local
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/
H A Dec_streambuf.c114 size_t size = 0, to_copy = 0; in streambuf_get() local
177 size_t size = 0, to_copy = 0; in streambuf_read() local
/dports/audio/moc/moc-2.5.2/
H A Dfifo_buf.c90 size_t to_copy = pos + left <= b->size in fifo_buf_peek() local
118 size_t to_copy = b->pos + b->fill <= b->size in fifo_buf_get() local

12345678910>>...47