Home
last modified time | relevance | path

Searched refs:getMaxSize (Results 1 – 25 of 1363) sorted by relevance

12345678910>>...55

/dports/games/wop/wop-0.4.3/src/
H A Dringbuffer.hpp108 if( getSize() >= getMaxSize() ) { in pushBack()
160 if( !m_tail ) m_tail = getMaxSize()-1; in pop()
173 if( getSize() >= getMaxSize() ) { in pushFront()
179 if( !m_head ) m_head = getMaxSize()-1; in pushFront()
192 if( m_size >= getMaxSize() ) { in continuousPushBack()
203 if( !m_head ) m_head = getMaxSize()-1; in continuousPushFront()
206 if( m_size >= getMaxSize() ) { in continuousPushFront()
207 if( !m_tail ) m_tail = getMaxSize()-1; in continuousPushFront()
221 if( getSize() >= getMaxSize() ) { in insert()
260 if( (m_head += v) >= getMaxSize() ) m_head -= getMaxSize(); in shift()
[all …]
H A Dglobal.cpp93 VFORMAT( msgRing[msgRing.getMaxSize()-1], GREEN("INFO: ") ) in INFO()
109 VFORMAT( msgRing[msgRing.getMaxSize()-1], RED("WARNING: ") ) in CHECK()
128 VFORMAT( msgRing[msgRing.getMaxSize()-1], BLACK("ERROR: ") ) in ASSERT()
H A Dexplosion.cpp30 DBG( 1 ) ASSERT( getMinSize() <= size && size <= getMaxSize(), in setSize()
32 size, getMinSize(), getMaxSize() ); in setSize()
H A Dblueglow.cpp26 DBG( 1 ) ASSERT( getMinSize() <= size && size <= getMaxSize(), in setSize()
28 size, getMinSize(), getMaxSize() ); in setSize()
H A Dsmoke.cpp38 DBG( 1 ) ASSERT( getMinSize() <= size && size <= getMaxSize(), in setSize()
40 size, getMinSize(), getMaxSize() ); in setSize()
/dports/www/thirtybees/thirtybees-1.1.0/classes/helper/
H A DHelperImageUploader.php45 public function getMaxSize() function in HelperImageUploaderCore
107 …if ($error = ImageManager::validateUpload($file, Tools::getMaxUploadSize($this->getMaxSize()), $th…
113 if ($file['size'] > $this->getMaxSize()) {
114 …ols::displayError('File (size : %1s) is too big (max : %2s)'), $file['size'], $this->getMaxSize());
/dports/finance/prestashop/prestashop/classes/helper/
H A DHelperImageUploader.php28 public function getMaxSize() function in HelperImageUploaderCore
64 …if ($error = ImageManager::validateUpload($file, Tools::getMaxUploadSize($this->getMaxSize()), $th…
70 if ($file['size'] > $this->getMaxSize()) {
71 …ig. Current size is %1s, maximum size is %2s.', [$file['size'], $this->getMaxSize()], 'Admin.Notif…
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/core/
H A Dcompileritem.cpp68 int CompilerItem::getMaxSize() const in getMaxSize() function in AsmJit::CompilerItem
122 int CompilerMark::getMaxSize() const in getMaxSize() function in AsmJit::CompilerMark
160 int CompilerComment::getMaxSize() const in getMaxSize() function in AsmJit::CompilerComment
193 int CompilerEmbed::getMaxSize() const in getMaxSize() function in AsmJit::CompilerEmbed
215 int CompilerAlign::getMaxSize() const in getMaxSize() function in AsmJit::CompilerAlign
261 int CompilerTarget::getMaxSize() const in getMaxSize() function in AsmJit::CompilerTarget
H A Dcompileritem.h109 ASMJIT_API virtual int getMaxSize() const;
193 ASMJIT_API virtual int getMaxSize() const;
228 ASMJIT_API virtual int getMaxSize() const;
274 ASMJIT_API virtual int getMaxSize() const;
320 ASMJIT_API virtual int getMaxSize() const;
426 ASMJIT_API virtual int getMaxSize() const;
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dwconfig_mouse.cc64 cycb1->resize( cycb1->getMaxSize(), cycb1->getHeight() ); in create()
104 cycbsb->resize( cycbsb->getMaxSize(), cycbsb->getHeight() ); in create()
130 cycbab->resize( cycbab->getMaxSize(), cycbab->getHeight() ); in create()
139 cycbamk->resize( cycbamk->getMaxSize(), cycbamk->getHeight() ); in create()
181 cycbscb->resize( cycbscb->getMaxSize(), cycbscb->getHeight() ); in create()
190 cycbscmk->resize( cycbscmk->getMaxSize(), cycbscmk->getHeight() ); in create()
232 cycb_contextb->resize( cycb_contextb->getMaxSize(), cycb_contextb->getHeight() ); in create()
241 cycb_contextm->resize( cycb_contextm->getMaxSize(), cycb_contextm->getHeight() ); in create()
281 cycbsmb->resize( cycbsmb->getMaxSize(), cycbsmb->getHeight() ); in create()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Algorithm/src/misc/
H A DRollingArray.h42 inline int getMaxSize() const;
84 inline int RollingArray<T>::getMaxSize() const { in getMaxSize() function
154 if (size() == getMaxSize()) { in push_back_pop_front()
162 if (size() == getMaxSize()) { in push_front_pop_back()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtexturemanager.cpp21 TDimensionI TextureManager::getMaxSize(bool isRGBM) { in getMaxSize() function in TextureManager
86 TDimension TextureManager::getMaxSize(bool isRGBM) { in getMaxSize() function in TextureManager
125 TDimension textureSize = instance()->getMaxSize(isRGBM); in selectTexture()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/exportplot/
H A DExportPlotSizeEditor.java423 else if (previewer_.getLimitToScreen() && (width > getMaxSize().width)) in constrainWidth()
426 return getMaxSize().width; in constrainWidth()
441 else if (previewer_.getLimitToScreen() && (height > getMaxSize().height)) in constrainHeight()
444 return getMaxSize().height; in constrainHeight()
454 Size maxSize = getMaxSize(); in setPreviewPanelSize()
468 private Size getMaxSize() in getMaxSize() method in ExportPlotSizeEditor
/dports/audio/kwave/kwave-21.12.3/plugins/codec_mp3/
H A DID3_QIODeviceWriter.cpp54 return getMaxSize(); in getEnd()
70 ID3_Writer::size_type Kwave::ID3_QIODeviceWriter::getMaxSize() in getMaxSize() function in Kwave::ID3_QIODeviceWriter
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx196 return getMaxSize(DBLITERAL_BINARY_LITERAL); in getMaxBinaryLiteralLength()
206 return getMaxSize(DBLITERAL_CATALOG_NAME); in getMaxCatalogNameLength()
211 return getMaxSize(DBLITERAL_CHAR_LITERAL); in getMaxCharLiteralLength()
216 return getMaxSize(DBLITERAL_COLUMN_NAME); in getMaxColumnNameLength()
226 return getMaxSize(DBLITERAL_CURSOR_NAME); in getMaxCursorNameLength()
241 return getMaxSize(DBLITERAL_TEXT_COMMAND); in getMaxStatementLength()
246 return getMaxSize(DBLITERAL_TABLE_NAME); in getMaxTableNameLength()
587 return getMaxSize(DBLITERAL_PROCEDURE_NAME); in getMaxProcedureNameLength()
592 return getMaxSize(DBLITERAL_SCHEMA_NAME); in getMaxSchemaNameLength()
968 return getMaxSize(DBLITERAL_USER_NAME); in getMaxUserNameLength()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx217 return getMaxSize(DBLITERAL_BINARY_LITERAL); in getMaxBinaryLiteralLength()
227 return getMaxSize(DBLITERAL_CATALOG_NAME); in getMaxCatalogNameLength()
232 return getMaxSize(DBLITERAL_CHAR_LITERAL); in getMaxCharLiteralLength()
237 return getMaxSize(DBLITERAL_COLUMN_NAME); in getMaxColumnNameLength()
247 return getMaxSize(DBLITERAL_CURSOR_NAME); in getMaxCursorNameLength()
262 return getMaxSize(DBLITERAL_TEXT_COMMAND); in getMaxStatementLength()
267 return getMaxSize(DBLITERAL_TABLE_NAME); in getMaxTableNameLength()
622 return getMaxSize(DBLITERAL_PROCEDURE_NAME); in getMaxProcedureNameLength()
627 return getMaxSize(DBLITERAL_SCHEMA_NAME); in getMaxSchemaNameLength()
1003 return getMaxSize(DBLITERAL_USER_NAME); in getMaxUserNameLength()
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DUploader.php229 if ($this->checkFileSize() && $file['size'] > $this->getMaxSize()) {
230 …ols::displayError('File (size : %1s) is too big (max : %2s)'), $file['size'], $this->getMaxSize());
361 public function getMaxSize() function in UploaderCore
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/aop/target/
H A DCommonsPoolTargetSourceTests.java101 assertEquals("Correct target source", 25, conf.getMaxSize()); in testConfigMixin()
104 assertEquals(25, conf.getMaxSize()); in testConfigMixin()
171 int maxSize = targetSource.getMaxSize(); in testHitMaxSizeLoadedFromContext()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/request_types/
H A Dadd_shard_request_test.cpp113 ASSERT_EQ(req.getMaxSize(), kMaxSizeMB); in TEST()
128 ASSERT_EQ(req.getMaxSize(), kMaxSizeMB); in TEST()
147 ASSERT_EQ(req.getMaxSize(), kMaxSizeMB); in TEST()
165 ASSERT_EQ(req.getMaxSize(), kMaxSizeMB); in TEST()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/aarch64/xbyak_aarch64/xbyak_aarch64/
H A Dxbyak_aarch64_code_array.h137 const size_t newSize = (std::max<size_t>)(DEFAULT_MAX_CODE_SIZE, getMaxSize() * 2); in growMemory()
184 bool isOK = protect(top_, getMaxSize(), mode);
222 size_t getMaxSize() const { return maxSize_ * CSIZE; } in getMaxSize() function
225 if (size > getMaxSize()) in setSize()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/aarch64/xbyak_aarch64/xbyak_aarch64/
H A Dxbyak_aarch64_code_array.h137 const size_t newSize = (std::max<size_t>)(DEFAULT_MAX_CODE_SIZE, getMaxSize() * 2); in growMemory()
184 bool isOK = protect(top_, getMaxSize(), mode);
222 size_t getMaxSize() const { return maxSize_ * CSIZE; } in getMaxSize() function
225 if (size > getMaxSize()) in setSize()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86compilerfunc.h92 ASMJIT_API virtual int getMaxSize() const;
254 ASMJIT_API virtual int getMaxSize() const;
302 ASMJIT_API virtual int getMaxSize() const;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/layout/
H A DViewWidgetFactory.java48 public Point getMaxSize() { in getMaxSize() method in ViewWidgetFactory
71 Point size = getMaxSize(); in init()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/s/config/
H A Dconfigsvr_add_shard_command.cpp129 parsedRequest.hasMaxSize() ? parsedRequest.getMaxSize() in run()
136 parsedRequest.hasMaxSize() ? parsedRequest.getMaxSize() : kMaxSizeMBDefault); in run()
/dports/finance/prestashop/prestashop/classes/
H A DUploader.php131 public function getMaxSize() function in UploaderCore
370 if ($this->checkFileSize() && $file['size'] > $this->getMaxSize()) {
371 …ig. Current size is %1s, maximum size is %2s.', [$file['size'], $this->getMaxSize()], 'Admin.Notif…

12345678910>>...55