Home
last modified time | relevance | path

Searched refs:limit_bytes (Results 1 – 24 of 24) sorted by relevance

/dports/security/zeronet/ZeroNet-0.7.1/plugins/OptionalManager/
H A DContentDbPlugin.py109 limit_bytes = self.getOptionalLimitBytes()
113 … (float(total_downloaded) / 1024 / 1024 / 1024, float(limit_bytes) / 1024 / 1024 / 1024, limit_new)
330 limit_bytes = helper.getFreeSpace() * (limit_percent / 100)
332 limit_bytes = float(re.sub("[^0-9.]", "", config.optional_limit)) * 1024 * 1024 * 1024
333 return limit_bytes
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/test/
H A Dtest_media_source.cc184 void TestMediaSource::SetMemoryLimits(size_t limit_bytes) { in SetMemoryLimits() argument
185 chunk_demuxer_->SetMemoryLimitsForTest(DemuxerStream::AUDIO, limit_bytes); in SetMemoryLimits()
186 chunk_demuxer_->SetMemoryLimitsForTest(DemuxerStream::VIDEO, limit_bytes); in SetMemoryLimits()
H A Dtest_media_source.h80 void SetMemoryLimits(size_t limit_bytes);
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Drecorddialog.h65 off_t limit_bytes; member
H A Drecorddialog.c203 (rd->limit_bytes-rd->written_bytes) / in set_limit_label()
241 (rd->written_bytes >= rd->limit_bytes) ) { in process_input()
259 if ( (rd->limit_record) && (rd->written_bytes >= rd->limit_bytes) ) in process_input()
641 rd->limit_bytes = (off_t)d; in update_limit()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/src/
H A Dssh.hrl199 -type rekey_limit_common_option() :: {rekey_limit, Bytes::limit_bytes() |
200 {Minutes::limit_time(), Bytes::limit_bytes()}
203 -type limit_bytes() :: non_neg_integer() | infinity . % non_neg_integer due to compatibility type
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/src/
H A Dssh.hrl229 -type rekey_limit_common_option() :: {rekey_limit, Bytes::limit_bytes() |
230 {Minutes::limit_time(), Bytes::limit_bytes()}
233 -type limit_bytes() :: non_neg_integer() | infinity . % non_neg_integer due to compatibility type
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh.hrl230 -type rekey_limit_common_option() :: {rekey_limit, Bytes::limit_bytes() |
231 {Minutes::limit_time(), Bytes::limit_bytes()}
234 -type limit_bytes() :: non_neg_integer() | infinity . % non_neg_integer due to compatibility type
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/src/
H A Dssh.hrl224 -type rekey_limit_common_option() :: {rekey_limit, Bytes::limit_bytes() |
225 {Minutes::limit_time(), Bytes::limit_bytes()}
228 -type limit_bytes() :: non_neg_integer() | infinity . % non_neg_integer due to compatibility type
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh.hrl230 -type rekey_limit_common_option() :: {rekey_limit, Bytes::limit_bytes() |
231 {Minutes::limit_time(), Bytes::limit_bytes()}
234 -type limit_bytes() :: non_neg_integer() | infinity . % non_neg_integer due to compatibility type
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh.hrl230 -type rekey_limit_common_option() :: {rekey_limit, Bytes::limit_bytes() |
231 {Minutes::limit_time(), Bytes::limit_bytes()}
234 -type limit_bytes() :: non_neg_integer() | infinity . % non_neg_integer due to compatibility type
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh.hrl230 -type rekey_limit_common_option() :: {rekey_limit, Bytes::limit_bytes() |
231 {Minutes::limit_time(), Bytes::limit_bytes()}
234 -type limit_bytes() :: non_neg_integer() | infinity . % non_neg_integer due to compatibility type
/dports/devel/p5-Tickit/Tickit-0.72/t/
H A D03utils.t67 my $limit = Tickit::StringPos->limit_bytes( 5 );
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/tiles/
H A Dsoftware_image_decode_cache.h85 explicit MemoryBudget(size_t limit_bytes);
H A Dsoftware_image_decode_cache.cc703 SoftwareImageDecodeCache::MemoryBudget::MemoryBudget(size_t limit_bytes) in MemoryBudget() argument
704 : limit_bytes_(limit_bytes), current_usage_bytes_(0u) {} in MemoryBudget()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/tiles/
H A Dsoftware_image_decode_cache.h85 explicit MemoryBudget(size_t limit_bytes);
H A Dsoftware_image_decode_cache.cc712 SoftwareImageDecodeCache::MemoryBudget::MemoryBudget(size_t limit_bytes) in MemoryBudget() argument
713 : limit_bytes_(limit_bytes), current_usage_bytes_(0u) {} in MemoryBudget()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ureq-2.3.1/src/
H A Dresponse.rs274 let limit_bytes = if is_http10 || is_close {
295 match (use_chunked, limit_bytes) {
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DSchemas.cpp145 "limit_bytes":0,
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/documentation/sphinx/source/
H A Dmr-status-json-schemas.rst.inc124 "limit_bytes":0, // memory limit per process
/dports/devel/py-distributed/distributed-2021.11.2/distributed/
H A Dscheduler.py6691 limit_bytes = {
6696 limit = sum(limit_bytes.values())
6718 limit -= limit_bytes[group]
/dports/databases/mdbx/mdbx-0.11.2/
H A Dmdbx.c9332 const size_t limit_bytes = pgno_align2os_bytes(env, limit_pgno); in mdbx_mapresize() local
9343 prev_size, size_bytes, prev_limit, limit_bytes); in mdbx_mapresize()
9345 mdbx_assert(env, limit_bytes >= size_bytes); in mdbx_mapresize()
9347 mdbx_assert(env, bytes2pgno(env, limit_bytes) >= limit_pgno); in mdbx_mapresize()
9359 if (limit_bytes == env->me_dxb_mmap.limit && in mdbx_mapresize()
9391 if (limit_bytes == env->me_dxb_mmap.limit && in mdbx_mapresize()
9396 if (limit_bytes != env->me_dxb_mmap.limit && !(env->me_flags & MDBX_NOTLS) && in mdbx_mapresize()
9477 const bool force = limit_bytes != prev_limit || in mdbx_mapresize()
9491 mdbx_assert(env, limit_bytes == env->me_dxb_mmap.limit); in mdbx_mapresize()
9506 prev_size, size_bytes, prev_limit, limit_bytes, rc); in mdbx_mapresize()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_userdef.c1090 const size_t limit_bytes = (((size_t)1) << ((sizeof(size_t[8])) - 1)); in max_memory_in_megabytes() local
1092 return (limit_bytes >> 20); in max_memory_in_megabytes()
/dports/devel/p5-Tickit/Tickit-0.72/lib/
H A DTickit.xs2553 limit_bytes(package,bytes)