Home
last modified time | relevance | path

Searched refs:bytes_to_write (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_rw.c184 int bytes_to_write) in _dwarf_write_lsb() argument
190 switch (bytes_to_write) { in _dwarf_write_lsb()
211 *offsetp += bytes_to_write; in _dwarf_write_lsb()
216 uint64_t value, int bytes_to_write, Dwarf_Error *error) in _dwarf_write_lsb_alloc() argument
221 while (*offsetp + bytes_to_write > *size) { in _dwarf_write_lsb_alloc()
230 _dwarf_write_lsb(*block, offsetp, value, bytes_to_write); in _dwarf_write_lsb_alloc()
237 int bytes_to_write) in _dwarf_write_msb() argument
243 switch (bytes_to_write) { in _dwarf_write_msb()
267 *offsetp += bytes_to_write; in _dwarf_write_msb()
272 uint64_t value, int bytes_to_write, Dwarf_Error *error) in _dwarf_write_msb_alloc() argument
[all …]
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_data_into_fd.c85 size_t size, bytes_to_write; in archive_read_data_into_fd() local
116 bytes_to_write = size; in archive_read_data_into_fd()
117 if (bytes_to_write > MAX_WRITE) in archive_read_data_into_fd()
118 bytes_to_write = MAX_WRITE; in archive_read_data_into_fd()
119 bytes_written = write(fd, p, bytes_to_write); in archive_read_data_into_fd()
/netbsd-src/lib/libisns/
H A Disns_task.c202 size_t bytes_to_write; in isns_task_send_pdu() local
231 bytes_to_write = write_buf[0].iov_len; in isns_task_send_pdu()
238 bytes_to_write += write_buf[iovcnt].iov_len; in isns_task_send_pdu()
266 if (bytes_written < (ssize_t)bytes_to_write) { in isns_task_send_pdu()
302 bytes_to_write -= bytes_written; in isns_task_send_pdu()
303 } while (bytes_to_write); in isns_task_send_pdu()
/netbsd-src/common/dist/zlib/contrib/iostream3/
H A Dzfstream.cc229 int bytes_to_write = this->pptr() - this->pbase(); in overflow() local
231 if (bytes_to_write > 0) in overflow()
237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) in overflow()
240 this->pbump(-bytes_to_write); in overflow()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/iostream3/
H A Dzfstream.cc229 int bytes_to_write = this->pptr() - this->pbase(); in overflow() local
231 if (bytes_to_write > 0) in overflow()
237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) in overflow()
240 this->pbump(-bytes_to_write); in overflow()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/iostream3/
H A Dzfstream.cc229 int bytes_to_write = this->pptr() - this->pbase(); in overflow() local
231 if (bytes_to_write > 0) in overflow()
237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) in overflow()
240 this->pbump(-bytes_to_write); in overflow()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/
H A Dzfstream.cc229 int bytes_to_write = this->pptr() - this->pbase(); in overflow() local
231 if (bytes_to_write > 0) in overflow()
237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) in overflow()
240 this->pbump(-bytes_to_write); in overflow()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/
H A Dzfstream.cc229 int bytes_to_write = this->pptr() - this->pbase(); in overflow() local
231 if (bytes_to_write > 0) in overflow()
237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) in overflow()
240 this->pbump(-bytes_to_write); in overflow()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dhandshake_helper.c755 int bytes_to_write; member
854 write_bytes = peer->bytes_to_write < peer->write_buf_len ? peer->bytes_to_write : in do_app_data_step()
864 peer->bytes_to_write -= ret; in do_app_data_step()
881 if (!peer->bytes_to_write && !peer->bytes_to_read) { in do_app_data_step()
918 peer->bytes_to_write = peer->bytes_to_read = test_ctx->app_data_size; in do_reneg_setup_step()
1483 server.bytes_to_write = client.bytes_to_read = test_ctx->app_data_size; in do_handshake_internal()
1484 client.bytes_to_write = server.bytes_to_read = test_ctx->app_data_size; in do_handshake_internal()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bios.c1927 uint8_t bytes_to_write; in load_nv17_hwsq_ucode_entry() local
1937 bytes_to_write = bios->data[hwsq_offset + 1]; in load_nv17_hwsq_ucode_entry()
1939 if (bytes_to_write != 36) { in load_nv17_hwsq_ucode_entry()
1946 hwsq_entry_offset = hwsq_offset + 2 + entry * bytes_to_write; in load_nv17_hwsq_ucode_entry()
1950 bytes_to_write -= 4; in load_nv17_hwsq_ucode_entry()
1953 for (i = 0; i < bytes_to_write; i += 4) in load_nv17_hwsq_ucode_entry()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dp.c6322 ssize_t ret, bytes_to_write, len; in intel_dp_hdcp2_write_msg() local
6332 bytes_to_write = size - 1; in intel_dp_hdcp2_write_msg()
6337 while (bytes_to_write) { in intel_dp_hdcp2_write_msg()
6338 len = bytes_to_write > DP_AUX_MAX_PAYLOAD_BYTES ? in intel_dp_hdcp2_write_msg()
6339 DP_AUX_MAX_PAYLOAD_BYTES : bytes_to_write; in intel_dp_hdcp2_write_msg()
6346 bytes_to_write -= ret; in intel_dp_hdcp2_write_msg()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Doutput.cc5260 size_t bytes_to_write = this->file_size_; in close() local
5262 while (bytes_to_write > 0) in close()
5265 bytes_to_write); in close()
5272 bytes_to_write -= bytes_written; in close()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Doutput.cc5259 size_t bytes_to_write = this->file_size_; in close() local
5261 while (bytes_to_write > 0) in close()
5264 bytes_to_write); in close()
5271 bytes_to_write -= bytes_written; in close()