Home
last modified time | relevance | path

Searched refs:bytes_in_buf (Results 1 – 23 of 23) sorted by relevance

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mpegparser/
H A DCircBuffer.cpp33 bytes_in_buf = 0; in CircBuffer()
47 bytes_in_buf -= numBytes; in Skip()
51 bytes_in_buf -= bbw; in Skip()
54 bytes_in_buf -= numBytes; in Skip()
69 bytes_in_buf -= numBytes; in Read()
74 bytes_in_buf -= bbw; in Read()
79 bytes_in_buf -= numBytes; in Read()
94 bytes_in_buf += length; in Write()
99 bytes_in_buf += bbw; in Write()
104 bytes_in_buf += length; in Write()
H A DCircBuffer.h37 return buf_capacity - bytes_in_buf; in bytes_left()
57 return (buf_capacity - bytes_in_buf) >= numBytes; in can_write()
61 return (bytes_in_buf) >= numBytes; in can_read()
75 uint32_t bytes_in_buf; variable
93 if(i > bytes_in_buf){
108 return bytes_in_buf; in GetLength()
H A DMPEGVideoBuffer.h154 return (myBuffer->buf_capacity - myBuffer->bytes_in_buf); in GetFreeBufferSpace()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/shn/
H A Dshn.c129 this_shn->vars.bytes_in_buf = 0; in init_decode_state()
145 info->shnfile->vars.bytes_in_buf = 0; in shn_init_decoder()
675 return info->shnfile->vars.bytes_in_buf; in shn_decode()
758 if (info->shnfile->vars.bytes_in_buf > 0) { in shn_read()
861 info->shnfile->vars.bytes_in_buf = 0; in shn_seek_sample()
1532 this_shn->vars.bytes_in_buf = 0; in get_wave_header()
1559 this_shn->vars.bytes_in_buf = 0; in get_wave_header()
1629 tmp_file->vars.bytes_in_buf = 0; in load_shn()
1767 if (this_shn->vars.bytes_in_buf < block_size)
1793 this_shn->vars.bytes_in_buf -= bytes_to_write;
[all …]
H A Dshn.h227 int bytes_in_buf; member
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dstream.cpp154 bytes_in_buf = 0; in unzStream()
167 return bytes_in_buf - pos_in_buf; in buffer_remaining()
173 bytes_in_buf = unzReadCurrentFile(file, buffer, unz_BUFFSIZ); in fill_buffer()
184 if (bytes_in_buf <= 0) in get_char()
240 } while (bytes_in_buf); in read()
268 if (target_pos >= buf_pos_in_unzipped && target_pos < buf_pos_in_unzipped + bytes_in_buf) in revert()
H A Dstream.h81 size_t bytes_in_buf; variable
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/filter/
H A Dfilter_buffer.cc182 uint64_t bytes_in_buf = buf->size() - current_relative_offset_; in get_const_buffer() local
183 if (bytes_in_buf < nbytes) in get_const_buffer()
344 uint64_t bytes_in_buf = buf->size() - relative_offset; in write() local
345 uint64_t bytes_from_buf = std::min(bytes_left, bytes_in_buf); in write()
517 uint64_t bytes_in_buf = buf->size() - relative_offset; in append_view() local
518 uint64_t bytes_from_buf = std::min(bytes_left, bytes_in_buf); in append_view()
/dports/graphics/sane-backends/sane-backends-1.0.32/frontend/
H A Dsaned.c1654 int num_fds, be_fd = -1, reader, writer, bytes_in_buf, status_dirty = 0; in do_scan() local
1689 reader = writer = bytes_in_buf = 0; in do_scan()
1718 if (bytes_in_buf) in do_scan()
1722 if (bytes_in_buf > 0) in do_scan()
1725 nbytes = bytes_in_buf; in do_scan()
1742 bytes_in_buf -= nwritten; in do_scan()
1762 assert (bytes_in_buf == 0); in do_scan()
1778 bytes_in_buf += length + 4; in do_scan()
1791 if (status_dirty && sizeof (buf) - bytes_in_buf >= 5) in do_scan()
1796 bytes_in_buf += 5; in do_scan()
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dartec.c3675 static int bytes_in_buf = 0; in sane_read() local
3678 DBG (9, "sane_read: bib = %d, ml = %d\n", bytes_in_buf, max_len); in sane_read()
3680 if (bytes_in_buf != 0) in sane_read()
3682 bytes_to_copy = max_len < bytes_in_buf ? max_len : bytes_in_buf; in sane_read()
3693 bytes_in_buf = *len; in sane_read()
3706 bytes_in_buf -= bytes_to_copy; in sane_read()
3710 bytes_to_copy, bytes_in_buf); in sane_read()
3712 for (loop = 0; loop < bytes_in_buf; loop++) in sane_read()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/
H A Dft-flusher.cc86 uint64_t bytes_in_buf = toku_bnc_nbytesinbuf(BNC(node, i)); in find_heaviest_child() local
89 invariant(bytes_in_buf > 0); in find_heaviest_child()
91 uint64_t this_weight = bytes_in_buf + workdone; in find_heaviest_child()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/
H A Dft-flusher.cc86 uint64_t bytes_in_buf = toku_bnc_nbytesinbuf(BNC(node, i)); in find_heaviest_child() local
89 invariant(bytes_in_buf > 0); in find_heaviest_child()
91 uint64_t this_weight = bytes_in_buf + workdone; in find_heaviest_child()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/
H A Dft-flusher.cc86 uint64_t bytes_in_buf = toku_bnc_nbytesinbuf(BNC(node, i)); in find_heaviest_child() local
89 invariant(bytes_in_buf > 0); in find_heaviest_child()
91 uint64_t this_weight = bytes_in_buf + workdone; in find_heaviest_child()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/
H A Dft-flusher.cc86 uint64_t bytes_in_buf = toku_bnc_nbytesinbuf(BNC(node, i)); in find_heaviest_child() local
89 invariant(bytes_in_buf > 0); in find_heaviest_child()
91 uint64_t this_weight = bytes_in_buf + workdone; in find_heaviest_child()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/
H A Dft-flusher.cc86 uint64_t bytes_in_buf = toku_bnc_nbytesinbuf(BNC(node, i)); in find_heaviest_child() local
89 invariant(bytes_in_buf > 0); in find_heaviest_child()
91 uint64_t this_weight = bytes_in_buf + workdone; in find_heaviest_child()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/
H A Dft-flusher.cc86 uint64_t bytes_in_buf = toku_bnc_nbytesinbuf(BNC(node, i)); in find_heaviest_child() local
89 invariant(bytes_in_buf > 0); in find_heaviest_child()
91 uint64_t this_weight = bytes_in_buf + workdone; in find_heaviest_child()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/
H A Dft-flusher.cc87 uint64_t bytes_in_buf = toku_bnc_nbytesinbuf(BNC(node, i)); in find_heaviest_child() local
90 invariant(bytes_in_buf > 0); in find_heaviest_child()
92 uint64_t this_weight = bytes_in_buf + workdone; in find_heaviest_child()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/
H A Dft-flusher.cc87 uint64_t bytes_in_buf = toku_bnc_nbytesinbuf(BNC(node, i)); in find_heaviest_child() local
90 invariant(bytes_in_buf > 0); in find_heaviest_child()
92 uint64_t this_weight = bytes_in_buf + workdone; in find_heaviest_child()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/
H A Dft-flusher.cc87 uint64_t bytes_in_buf = toku_bnc_nbytesinbuf(BNC(node, i)); in find_heaviest_child() local
90 invariant(bytes_in_buf > 0); in find_heaviest_child()
92 uint64_t this_weight = bytes_in_buf + workdone; in find_heaviest_child()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/
H A Dft-flusher.cc87 uint64_t bytes_in_buf = toku_bnc_nbytesinbuf(BNC(node, i)); in find_heaviest_child() local
90 invariant(bytes_in_buf > 0); in find_heaviest_child()
92 uint64_t this_weight = bytes_in_buf + workdone; in find_heaviest_child()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/
H A Dft-flusher.cc87 uint64_t bytes_in_buf = toku_bnc_nbytesinbuf(BNC(node, i)); in find_heaviest_child() local
90 invariant(bytes_in_buf > 0); in find_heaviest_child()
92 uint64_t this_weight = bytes_in_buf + workdone; in find_heaviest_child()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/
H A Dft-flusher.cc87 uint64_t bytes_in_buf = toku_bnc_nbytesinbuf(BNC(node, i)); in find_heaviest_child() local
90 invariant(bytes_in_buf > 0); in find_heaviest_child()
92 uint64_t this_weight = bytes_in_buf + workdone; in find_heaviest_child()
/dports/www/h2o-devel/h2o-dcc7134/lib/http2/
H A Dconnection.c1370 static size_t bytes_in_buf(h2o_http2_conn_t *conn) in bytes_in_buf() function
1382 …if (h2o_socket_is_reading(conn->sock) && bytes_in_buf(conn) >= H2O_HTTP2_DEFAULT_OUTBUF_SOFT_MAX_S… in h2o_http2_conn_request_write()
1456 …if (!h2o_socket_is_reading(conn->sock) && bytes_in_buf(conn) < H2O_HTTP2_DEFAULT_OUTBUF_SOFT_MAX_S… in on_write_complete()