Home
last modified time | relevance | path

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

/dports/archivers/innoextract/innoextract-1.9/src/stream/
H A Dexefilter.hpp107 offset = 0, flush_bytes = 0; in close()
137 boost::int8_t flush_bytes; member in stream::inno_exe_decoder_5200
185 flush_bytes = (N); \ in read()
193 } while(--flush_bytes); \ in read()
199 flush(flush_bytes); in read()
203 if(!flush_bytes) { in read()
222 flush_bytes = -4; in read()
225 assert(flush_bytes < 0); in read()
231 flush(boost::int8_t(4 + flush_bytes)); in read()
234 flush_bytes = boost::int8_t(flush_bytes + nread), offset += boost::uint32_t(nread); in read()
[all …]
/dports/graphics/radius-engine/radius-engine-1.1/
H A Dr_stream_async.c40 … unsigned int bytes = R_MIN(stream->flush_bytes, stream->write_index - stream->flush_index); in r_stream_async_thread()
43 …R_ASSERT(bytes == stream->flush_bytes || (stream->done && SDL_SemValue(stream->flushes_needed) == … in r_stream_async_thread()
69 …rt(r_stream_async_t *stream, const char *path, unsigned int buffer_bytes, unsigned int flush_bytes) in r_stream_async_start() argument
74 R_ASSERT(buffer_bytes > flush_bytes && buffer_bytes % flush_bytes == 0); in r_stream_async_start()
101 stream->flush_bytes = flush_bytes; in r_stream_async_start()
228 …index > stream->write_index || stream->write_index - stream->flushed_index >= stream->flush_bytes)) in r_stream_async_write()
231 … stream->flushed_index = (stream->flushed_index + stream->flush_bytes) % stream->buffer_bytes; in r_stream_async_write()
H A Dr_stream_async.h45 unsigned int flush_bytes; /* Number of bytes that are flushed at a time */ member
60 …t(r_stream_async_t *stream, const char *path, unsigned int buffer_bytes, unsigned int flush_bytes);
/dports/www/osrm-backend/osrm-backend-5.26.0/include/util/
H A Dconnectivity_checksum.hpp31 flush_bytes(); in process_byte()
36 flush_bytes(); in process_byte()
52 flush_bytes(); in process_bit()
72 void flush_bytes() in flush_bytes() function
/dports/sysutils/istio/istio-1.6.7/mixer/adapter/statsd/config/
H A Dconfig.proto47 …// Metrics are reported when either flush_bytes is full or flush_duration time has elapsed since t…
52 int32 flush_bytes = 4; field
/dports/x11/xloadimage/xloadimage.4.1/jpeg/
H A Djchuff.c81 flush_bytes (void) in flush_bytes() function
91 flush_bytes(); \
340 flush_bytes(); in huff_term()
/dports/net-mgmt/nagstamon/Nagstamon-3.8.0/Nagstamon/thirdparty/Xlib/protocol/
H A Ddisplay.py450 flush_bytes = None
487 if flush and flush_bytes is None:
488 flush_bytes = self.data_sent_bytes + len(self.data_send)
578 if flush and flush_bytes >= self.data_sent_bytes:
/dports/x11-toolkits/py-xlib/python-xlib-0.27/Xlib/protocol/
H A Ddisplay.py496 flush_bytes = None
537 if flush and flush_bytes is None:
538 flush_bytes = self.data_sent_bytes + len(self.data_send)
634 if flush and flush_bytes >= self.data_sent_bytes:
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dconnection_pool_manager.hpp154 HistogramWrapper& flush_bytes() { return flush_bytes_; } in flush_bytes() function in datastax::internal::core::ConnectionPoolManager
H A Dpooled_connection.cpp133 pool_->manager()->flush_bytes().record_value(bytes_flushed); in flush()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dbits.cpp491 flush_bytes(); in alignbits()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dbits.cpp491 flush_bytes(); in alignbits()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dbits.cpp491 flush_bytes(); in alignbits()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dbits.cpp491 flush_bytes(); in alignbits()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/mplex/
H A Dbits.cpp505 flush_bytes(); in alignbits()
/dports/databases/pspg/pspg-5.3.4/src/
H A Dprint.c64 flush_bytes(WINDOW *win, in flush_bytes() function
1403 flush_bytes(win, in window_fill()
1461 flush_bytes(win, in window_fill()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_read_support_format_7zip.c1477 uint64_t flush_bytes; in decompress() local
1512 flush_bytes = zip->folder_outbytes_remaining; in decompress()
1514 flush_bytes = 0; in decompress()
1535 if (flush_bytes) in decompress()
1536 flush_bytes--; in decompress()
1538 (zip->ppstream.avail_in || flush_bytes)); in decompress()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c1466 uint64_t flush_bytes; in decompress() local
1501 flush_bytes = zip->folder_outbytes_remaining; in decompress()
1503 flush_bytes = 0; in decompress()
1524 if (flush_bytes) in decompress()
1525 flush_bytes--; in decompress()
1527 (zip->ppstream.avail_in || flush_bytes)); in decompress()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c1480 uint64_t flush_bytes; in decompress() local
1515 flush_bytes = zip->folder_outbytes_remaining; in decompress()
1517 flush_bytes = 0; in decompress()
1538 if (flush_bytes) in decompress()
1539 flush_bytes--; in decompress()
1541 (zip->ppstream.avail_in || flush_bytes)); in decompress()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_7zip.c1473 uint64_t flush_bytes; in decompress() local
1508 flush_bytes = zip->folder_outbytes_remaining; in decompress()
1510 flush_bytes = 0; in decompress()
1531 if (flush_bytes) in decompress()
1532 flush_bytes--; in decompress()
1534 (zip->ppstream.avail_in || flush_bytes)); in decompress()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_7zip.c1473 uint64_t flush_bytes; in decompress() local
1508 flush_bytes = zip->folder_outbytes_remaining; in decompress()
1510 flush_bytes = 0; in decompress()
1531 if (flush_bytes) in decompress()
1532 flush_bytes--; in decompress()
1534 (zip->ppstream.avail_in || flush_bytes)); in decompress()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_7zip.c1473 uint64_t flush_bytes; in decompress() local
1508 flush_bytes = zip->folder_outbytes_remaining; in decompress()
1510 flush_bytes = 0; in decompress()
1531 if (flush_bytes) in decompress()
1532 flush_bytes--; in decompress()
1534 (zip->ppstream.avail_in || flush_bytes)); in decompress()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/generator3/
H A Dmodule_redeclarator.py37 def flush_bytes(self, outfile): member in Buf
46 flush = flush_bytes