Home
last modified time | relevance | path

Searched defs:hardLimit (Results 1 – 25 of 137) sorted by relevance

123456

/dports/lang/ghc/ghc-8.10.7/libraries/unix/System/Posix/
H A DResource.hsc50 = ResourceLimits { softLimit, hardLimit :: ResourceLimit } function
76 hardLimit = unpackRLimit hard function
132 hardLimit = ResourceLimit n, function
137 hardLimit = ResourceLimit 1, function
/dports/devel/poco/poco-1.10.1-all/Data/src/
H A DRange.cpp26 Range::Range(Limit::SizeT lowValue, Limit::SizeT upValue, bool hardLimit) : in Range()
H A DLimit.cpp22 Limit::Limit(SizeT value, bool hardLimit, bool isLowerLimit) : in Limit()
/dports/graphics/krita/krita-4.4.8/libs/image/tiles3/tests/
H A Dkis_store_limits_test.cpp37 int hardLimit = hardLimitThreshold - (hardLimitThreshold / 8); in testLimits() local
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkMessageBox.cpp224 int hardLimit = screenSize.width() - (frameGeometry().width() - geometry().width()); in updateSize() local
226 int hardLimit = qMin(screenSize.width() - 480, 1000); // can never get bigger than this in updateSize() local
/dports/graphics/krita/krita-4.4.8/libs/image/tiles3/swap/
H A Dkis_tile_data_swapper_p.h86 inline qint32 hardLimit() { in hardLimit() function
/dports/www/orangehrm/orangehrm-4.9/upgrader/apps/upgrader/lib/utility/
H A DSystemCheckUtility.php111 function checkPHPMemory($hardLimit, $softLimit, &$maxMemory = null) {
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/base/
H A Dbuffer_p.h54 uint32_t hardLimit; member
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/base/
H A Dbuffer_p.h54 uint32_t hardLimit; member
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/base/
H A Dbuffer_p.h54 uint32_t hardLimit; member
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/base/
H A Dbuffer_p.h54 uint32_t hardLimit; member
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/base/
H A Dbuffer_p.h54 uint32_t hardLimit; member
/dports/www/orangehrm/orangehrm-4.9/installer/utils/
H A DinstallUtil.php107 function checkPHPMemory($hardLimit, $softLimit, &$maxMemory = null) {
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/namenode/
H A DLeaseManager.java63 private long hardLimit = FSConstants.LEASE_HARDLIMIT_PERIOD; field in LeaseManager
348 public void setLeasePeriod(long softLimit, long hardLimit) { in setLeasePeriod()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DLeaseManager.java76 private long hardLimit = HdfsConstants.LEASE_HARDLIMIT_PERIOD; field in LeaseManager
400 public void setLeasePeriod(long softLimit, long hardLimit) { in setLeasePeriod()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestFileAppend.java399 final long hardLimit = 9999999L; in testAppendAfterSoftLimit() local
439 final long hardLimit = 9999999L; in testAppend2AfterSoftLimit() local
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/diskquota/plugin/
H A DDiskQuota.cpp229 const qint64 hardLimit = parts[3].toLongLong() * 1024; in quotaProcessFinished() local
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A Dwrapper_ulimit.c91 PResourceLimit hardLimit; in getResourcePropertyPair() local
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cache/
H A DnsMemoryCacheDevice.cpp267 int32_t hardLimit) { in AdjustMemoryLimits()
435 int32_t hardLimit = capacity * 1024; // convert k into bytes in SetCapacity() local
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cache/
H A DnsMemoryCacheDevice.cpp315 nsMemoryCacheDevice::AdjustMemoryLimits(int32_t softLimit, int32_t hardLimit) in AdjustMemoryLimits()
515 int32_t hardLimit = capacity * 1024; // convert k into bytes in SetCapacity() local
/dports/ftp/sftpgo/sftpgo-2.2.0/common/
H A Dratelimiter.go190 hardLimit int member
/dports/math/cvc4/CVC4-1.7/src/expr/
H A Dnode_builder.h277 size_t hardLimit = (1lu << __CVC4__EXPR__NODE_VALUE__NBITS__NCHILDREN) - 1; in realloc() local
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/backupstore/
H A DBackupStoreCheck2.cpp663 int64_t hardLimit = minHard; in WriteNewStoreInfo() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmalloc.c48 sqlite3_int64 hardLimit; /* The hard upper bound on memory */ member
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/http2-2.0.5/Network/HTTP2/Server/
H A DSender.hs76 hardLimit = confBufferSize - 512 function

123456