Home
last modified time | relevance | path

Searched refs:maxobjects (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/avp/avp-20170505/src/
H A Dobject.c15 DISPLAYBLOCK *ActiveBlockList[maxobjects];
25 static DISPLAYBLOCK *FreeBlockList[maxobjects];
26 static DISPLAYBLOCK **FreeBlockListPtr = &FreeBlockList[maxobjects-1];
27 static DISPLAYBLOCK FreeBlockData[maxobjects];
71 FreeBlockListPtr = &FreeBlockList[maxobjects-1]; in InitialiseObjectBlocks()
74 for(NumFreeBlocks = 0; NumFreeBlocks<maxobjects; NumFreeBlocks++) { in InitialiseObjectBlocks()
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Ddrvpdf.h27 const unsigned int maxobjects = 1000; variable
43 streampos startPosition[maxobjects];
H A Ddrvpdf.cpp79 if (currentobject >= maxobjects) { in newobject()
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Ddrvpdf.h27 const unsigned int maxobjects = 1000; variable
48 streampos startPosition[maxobjects];
H A Ddrvpdf.cpp82 if (currentobject >= maxobjects) { in newobject()
/dports/games/scorched3d/scorched/src/common/placement/
H A DPlacementTypeTree.cpp31 mincloseness(0), maxobjects(2000) in PlacementTypeTree()
47 node->getNamedChild("maxobjects", maxobjects, false); in readXML()
186 for (int i=0; i<NoIterations && objectCount < maxobjects; i++) in getPositions()
190 MAX(float(i)/float(NoIterations), float(objectCount) / float(maxobjects)) *100.0f); in getPositions()
H A DPlacementTypeTree.h40 int maxobjects;
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/namenode/
H A DJspHelper.java235 long maxobjects = fsn.getMaxObjects(); in getInodeLimitText() local
244 if (maxobjects != 0) { in getInodeLimitText()
245 long pct = ((inodes + blocks) * 100)/maxobjects; in getInodeLimitText()
246 str += " / " + maxobjects + " (" + pct + "%)"; in getInodeLimitText()
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dsystem.h102 #define maxobjects 750 macro
H A Dsystem.c517 i = maxobjects; in RestartLevel()
812 i = maxobjects; in Destroy_CurrentEnvironment()
H A Dkzsort.c44 static struct KObject VisibleObjects[maxobjects];
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dpkcs11signers.cc534 …std::vector<P11KitAttribute>& attributes, std::vector<CK_OBJECT_HANDLE>& objects, int maxobjects) { in FindObjects() argument
536 return FindObjects2(attributes, objects, maxobjects); in FindObjects()
539 …std::vector<P11KitAttribute>& attributes, std::vector<CK_OBJECT_HANDLE>& objects, int maxobjects) { in FindObjects2() argument
544 std::unique_ptr<CK_OBJECT_HANDLE[]> handles(new CK_OBJECT_HANDLE[maxobjects]); in FindObjects2()
561 count = maxobjects; in FindObjects2()
562 …rv = d_err = this->d_slot->f()->C_FindObjects(d_slot->Session(), handles.get(), maxobjects, &count… in FindObjects2()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/lib/
H A Dcaching.py145 maxobjects = 1000 variable in MemoryCache
244 if len(self.store) < self.maxobjects:
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/lib/
H A Dcaching.py148 maxobjects = 1000 variable in MemoryCache
248 if len(self.store) < self.maxobjects:
/dports/science/chrono/chrono-7.0.1/src/chrono_distributed/physics/
H A DChSystemDistributed.h49 ChSystemDistributed(MPI_Comm communicator, double ghostlayer, unsigned int maxobjects);
H A DChSystemDistributed.cpp55 …Distributed::ChSystemDistributed(MPI_Comm communicator, double ghostlayer, unsigned int maxobjects) in ChSystemDistributed() argument
70 int init = maxobjects; // / num_ranks; in ChSystemDistributed()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A DIZdcr.h55 int maxobjects,
/dports/security/nmap/nmap-7.91/scripts/
H A Dldap-search.nse42 -- @args ldap.maxobjects If set, overrides the number of objects returned by
134 local maxObjects = tonumber(stdnse.get_script_args('ldap.maxobjects')) or 20
311 output = output .. ("\n\nResult limited to %d objects (see ldap.maxobjects)"):format(maxObjects)
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/berkeley-db/
H A Ddbi.lisp152 maxlockers maxobjects nlocks maxnlocks
169 (maxobjects 0 :type (unsigned-byte 32) :read-only t)
/dports/games/avp/avp-20170505/src/avp/
H A Dbh_debri.c90 if( (NumActiveBlocks > maxobjects-5) || (NumActiveStBlocks > maxstblocks-5)) return NULL; in MakeDebris()
643 if( (NumActiveBlocks > maxobjects-5) in MakeFragments()
879 if( (NumActiveBlocks > maxobjects-5) || (NumActiveStBlocks > maxstblocks-5)) return NULL; in MakeHierarchicalDebris()
1737 if( (NumActiveBlocks > maxobjects-5) in MakeDebrisForLoad()
H A Davpview.c35 DISPLAYBLOCK *OnScreenBlockList[maxobjects];
H A Dbh_types.c2687 if (NumActiveBlocks >= maxobjects) return (DISPLAYBLOCK *)NULL; in MakeObject()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/support/
H A Dbsptree.cpp243 … unsigned int& maxobjects, float& averageobjects, unsigned int& maxdepth, float& averagedepth, in build() argument
394 maxobjects = maxObjectsInNode; in build()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/bounding/
H A Dbsptree.cpp251 … unsigned int& maxobjects, float& averageobjects, unsigned int& maxdepth, float& averagedepth, in build() argument
408 maxobjects = maxObjectsInNode; in build()
/dports/databases/py-berkeleydb/berkeleydb-18.1.4/docs/
H A Ddbenv.rst708 | maxobjects | Maximum number of objects possible. |

12