Home
last modified time | relevance | path

Searched refs:maxId (Results 1 – 25 of 503) sorted by relevance

12345678910>>...21

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/search/
H A DFieldCacheRangeFilterTest.cpp33 int32_t medId = ((maxId - minId) / 2); in TEST_F()
36 String maxIP = pad(maxId); in TEST_F()
41 EXPECT_EQ(numDocs, 1 + maxId - minId); in TEST_F()
85 EXPECT_EQ(maxId - medId, result.size()); in TEST_F()
117 int32_t medId = ((maxId - minId) / 2); in TEST_F()
124 EXPECT_EQ(numDocs, 1 + maxId - minId); in TEST_F()
182 int32_t medId = ((maxId - minId) / 2); in TEST_F()
184 EXPECT_EQ(numDocs, 1 + maxId - minId); in TEST_F()
230 EXPECT_EQ(maxId - medId, result.size()); in TEST_F()
263 int64_t medId = ((maxId - minId) / 2); in TEST_F()
[all …]
/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/twitter/
H A Ddirectmessages.php24 …* @param integer $maxId Returns results with an ID less than (that is, older than) or equ…
34 …public function getDirectMessages($sinceId = 0, $maxId = 0, $count = 20, $entities = null, $skipS… argument
49 if ($maxId)
51 $data['max_id'] = $maxId;
80 …* @param integer $maxId Returns results with an ID less than (that is, older than) or equal…
90 …public function getSentDirectMessages($sinceId = 0, $maxId = 0, $count = 20, $page = 0, $entities… argument
105 if ($maxId)
107 $data['max_id'] = $maxId;
H A Dstatuses.php77 …* @param integer $maxId Returns results with an ID less than (that is, older than) the s…
136 if ($maxId > 0)
138 $data['max_id'] = (int) $maxId;
231 …* @param integer $maxId Returns results with an ID less than (that is, older than) the s…
242 …c function getMentions($count = 20, $includeRts = null, $entities = null, $sinceId = 0, $maxId = 0, argument
273 if ($maxId > 0)
275 $data['max_id'] = (int) $maxId;
303 …* @param integer $maxId Returns results with an ID less than (that is, older than) the …
311 …sOfMe($count = 20, $sinceId = 0, $entities = null, $userEntities = null, $maxId = 0, $trimUser = n… argument
329 if ($maxId > 0)
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dpriorityqueue.cpp48 PriorityQueue::PriorityQueue( int n, int maxId, bool min ) in PriorityQueue() argument
51 , maxId( maxId ) in PriorityQueue()
55 pos = new int[maxId + 1]; in PriorityQueue()
59 for ( i = 0; i <= maxId; i++ ) in PriorityQueue()
108 return key <= maxId && pos[key] >= 0; in isIn()
113 return key <= maxId ? pos[key] : -1; in getId()
118 if ( size == maxsize || key > maxId || key < 0 ) in insert()
136 if ( key < 0 || key > maxId ) in remove()
177 if ( key < 0 || key > maxId ) in upheap()
255 if ( key < 0 || key > maxId ) in setPriority()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dpriorityqueue.cpp48 PriorityQueue::PriorityQueue( int n, int maxId, bool min ) in PriorityQueue() argument
51 , maxId( maxId ) in PriorityQueue()
55 pos = new int[maxId + 1]; in PriorityQueue()
59 for ( i = 0; i <= maxId; i++ ) in PriorityQueue()
108 return key <= maxId && pos[key] >= 0; in isIn()
113 return key <= maxId ? pos[key] : -1; in getId()
118 if ( size == maxsize || key > maxId || key < 0 ) in insert()
136 if ( key < 0 || key > maxId ) in remove()
177 if ( key < 0 || key > maxId ) in upheap()
255 if ( key < 0 || key > maxId ) in setPriority()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/SelectionResolution/classes/selectionresolution/
H A DHierarchyShape.java40 protected int maxId; field in HierarchyShape
60 private HierarchyShape(final int maxId, in HierarchyShape() argument
64 this.maxId = maxId; in HierarchyShape()
82 return new HierarchyShape(maxId, (HashSet<Integer>) classes.clone(), in copy()
93 final int id = maxId++; in addClass()
104 final int id = maxId++; in addInterface()
130 for(int i = maxId - 1; i >= 0; i--) { in toString()
132 for(int j = 0; j < maxId; j++) { in toString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/SelectionResolution/classes/selectionresolution/
H A DHierarchyShape.java40 protected int maxId; field in HierarchyShape
60 private HierarchyShape(final int maxId, in HierarchyShape() argument
64 this.maxId = maxId; in HierarchyShape()
82 return new HierarchyShape(maxId, (HashSet<Integer>) classes.clone(), in copy()
93 final int id = maxId++; in addClass()
104 final int id = maxId++; in addInterface()
130 for(int i = maxId - 1; i >= 0; i--) { in toString()
132 for(int j = 0; j < maxId; j++) { in toString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/SelectionResolution/classes/selectionresolution/
H A DHierarchyShape.java40 protected int maxId; field in HierarchyShape
60 private HierarchyShape(final int maxId, in HierarchyShape() argument
64 this.maxId = maxId; in HierarchyShape()
82 return new HierarchyShape(maxId, (HashSet<Integer>) classes.clone(), in copy()
93 final int id = maxId++; in addClass()
104 final int id = maxId++; in addInterface()
130 for(int i = maxId - 1; i >= 0; i--) { in toString()
132 for(int j = 0; j < maxId; j++) { in toString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/SelectionResolution/classes/selectionresolution/
H A DHierarchyShape.java40 protected int maxId; field in HierarchyShape
60 private HierarchyShape(final int maxId, in HierarchyShape() argument
64 this.maxId = maxId; in HierarchyShape()
82 return new HierarchyShape(maxId, (HashSet<Integer>) classes.clone(), in copy()
93 final int id = maxId++; in addClass()
104 final int id = maxId++; in addInterface()
130 for(int i = maxId - 1; i >= 0; i--) { in toString()
132 for(int j = 0; j < maxId; j++) { in toString()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/SelectionResolution/classes/selectionresolution/
H A DHierarchyShape.java40 protected int maxId; field in HierarchyShape
60 private HierarchyShape(final int maxId, in HierarchyShape() argument
64 this.maxId = maxId; in HierarchyShape()
82 return new HierarchyShape(maxId, (HashSet<Integer>) classes.clone(), in copy()
93 final int id = maxId++; in addClass()
104 final int id = maxId++; in addInterface()
130 for(int i = maxId - 1; i >= 0; i--) { in toString()
132 for(int j = 0; j < maxId; j++) { in toString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/SelectionResolution/classes/selectionresolution/
H A DHierarchyShape.java40 protected int maxId; field in HierarchyShape
60 private HierarchyShape(final int maxId, in HierarchyShape() argument
64 this.maxId = maxId; in HierarchyShape()
82 return new HierarchyShape(maxId, (HashSet<Integer>) classes.clone(), in copy()
93 final int id = maxId++; in addClass()
104 final int id = maxId++; in addInterface()
130 for(int i = maxId - 1; i >= 0; i--) { in toString()
132 for(int j = 0; j < maxId; j++) { in toString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/runtime/SelectionResolution/classes/selectionresolution/
H A DHierarchyShape.java40 protected int maxId; field in HierarchyShape
60 private HierarchyShape(final int maxId, in HierarchyShape() argument
64 this.maxId = maxId; in HierarchyShape()
82 return new HierarchyShape(maxId, (HashSet<Integer>) classes.clone(), in copy()
93 final int id = maxId++; in addClass()
104 final int id = maxId++; in addInterface()
130 for(int i = maxId - 1; i >= 0; i--) { in toString()
132 for(int j = 0; j < maxId; j++) { in toString()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/SelectionResolution/classes/selectionresolution/
H A DHierarchyShape.java40 protected int maxId; field in HierarchyShape
60 private HierarchyShape(final int maxId, in HierarchyShape() argument
64 this.maxId = maxId; in HierarchyShape()
82 return new HierarchyShape(maxId, (HashSet<Integer>) classes.clone(), in copy()
93 final int id = maxId++; in addClass()
104 final int id = maxId++; in addInterface()
130 for(int i = maxId - 1; i >= 0; i--) { in toString()
132 for(int j = 0; j < maxId; j++) { in toString()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/resource/
H A Dfontscheme.cpp57 void findUniqueIdRange(int *minId, int *maxId) in DENG2_PIMPL()
59 if(!minId && !maxId) return; in DENG2_PIMPL()
62 if(maxId) *maxId = DDMININT; in DENG2_PIMPL()
70 if(maxId && uniqueId > *maxId) *maxId = uniqueId; in DENG2_PIMPL()
110 int minId, maxId; in DENG2_PIMPL() local
111 findUniqueIdRange(&minId, &maxId); in DENG2_PIMPL()
114 if(minId > maxId) // None found? in DENG2_PIMPL()
121 lutSize = maxId - minId + 1; in DENG2_PIMPL()
/dports/www/matomo/piwik/core/Updates/
H A D2.9.0-b7.php53 $maxId = Db::fetchOne('SELECT MAX(idarchive) FROM ' . $table);
55 if (!empty($maxId)) {
56 $maxId = (int) $maxId + 500;
58 $maxId = 1;
61 …] = $this->migration->db->insert($this->sequenceTable, array('name' => $table, 'value' => $maxId));
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/resource/
H A Dtexturescheme.cpp63 void findUniqueIdRange(int *minId, int *maxId) in DENG2_PIMPL()
65 if (!minId && !maxId) return; in DENG2_PIMPL()
68 if (maxId) *maxId = DDMININT; in DENG2_PIMPL()
76 if (maxId && uniqueId > *maxId) *maxId = uniqueId; in DENG2_PIMPL()
114 int minId, maxId; in DENG2_PIMPL() local
115 findUniqueIdRange(&minId, &maxId); in DENG2_PIMPL()
118 if (minId > maxId) // None found? in DENG2_PIMPL()
125 lutSize = maxId - minId + 1; in DENG2_PIMPL()
/dports/math/ogdf/OGDF/include/ogdf/graphalg/steiner_tree/goemans/
H A DBlowupComponents.h60 int maxId; // == the size of the arraybuffers variable
70 auto &terms = componentTerminals[maxId]; in initializeComponent()
76 T &cost = componentCost[maxId]; in initializeComponent()
77 ++maxId; in initializeComponent()
80 componentId[v] = maxId; in initializeComponent()
109 , maxId(0) in BlowupComponents()
161 return maxId; in size()
/dports/math/vtk6/VTK-6.2.0/IO/ParallelExodus/
H A DvtkPExodusIIWriter.cxx106 int maxId = -1; in CheckBlockInfoMap() local
110 if (iter->first > maxId) in CheckBlockInfoMap()
112 maxId = iter->first; in CheckBlockInfoMap()
117 c->AllReduce (&maxId, &globalMaxId, 1, vtkCommunicator::MAX_OP); in CheckBlockInfoMap()
118 maxId = globalMaxId; in CheckBlockInfoMap()
119 for (int i = 1; i <= maxId; i ++) in CheckBlockInfoMap()
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dpacketdat.awk25 if (maxId < id)
26 maxId = id
45 print "# " maxId " chunks. " totalPackets " packets sent. " \
49 for (i = maxId-1; i > 0; --i)
55 for (i = 1; i <= maxId; i++)
/dports/net/tcpview/tcpview-1.0/UTIL/
H A Dpacketdat.awk25 if (maxId < id)
26 maxId = id
45 print "# " maxId " chunks. " totalPackets " packets sent. " \
49 for (i = maxId-1; i > 0; --i)
55 for (i = 1; i <= maxId; i++)
/dports/math/vtk8/VTK-8.2.0/IO/ParallelExodus/
H A DvtkPExodusIIWriter.cxx106 int maxId = -1; in CheckBlockInfoMap() local
110 if (iter->first > maxId) in CheckBlockInfoMap()
112 maxId = iter->first; in CheckBlockInfoMap()
117 c->AllReduce (&maxId, &globalMaxId, 1, vtkCommunicator::MAX_OP); in CheckBlockInfoMap()
118 maxId = globalMaxId; in CheckBlockInfoMap()
119 for (int i = 1; i <= maxId; i ++) in CheckBlockInfoMap()
/dports/math/vtk9/VTK-9.1.0/IO/ParallelExodus/
H A DvtkPExodusIIWriter.cxx100 int maxId = -1; in CheckBlockInfoMap() local
104 if (iter->first > maxId) in CheckBlockInfoMap()
106 maxId = iter->first; in CheckBlockInfoMap()
111 c->AllReduce(&maxId, &globalMaxId, 1, vtkCommunicator::MAX_OP); in CheckBlockInfoMap()
112 maxId = globalMaxId; in CheckBlockInfoMap()
113 for (int i = 1; i <= maxId; i++) in CheckBlockInfoMap()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/utils/
H A DUIElementMapper.java39 private static int maxId; field in UIElementMapper
53 maxId++; in add()
54 mapper.put(maxId, uielement); in add()
55 return maxId; in add()
/dports/irc/quassel/quassel-0.14-rc2/src/core/
H A Dcorebufferviewmanager.cpp59 int maxId = -1; in requestCreateBufferView() local
66 if ((*iter)->bufferViewId() > maxId) in requestCreateBufferView()
67 maxId = (*iter)->bufferViewId(); in requestCreateBufferView()
71 maxId++; in requestCreateBufferView()
73 addBufferViewConfig(new CoreBufferViewConfig(maxId, properties, this)); in requestCreateBufferView()
/dports/irc/quassel-core/quassel-0.14-rc2/src/core/
H A Dcorebufferviewmanager.cpp59 int maxId = -1; in requestCreateBufferView() local
66 if ((*iter)->bufferViewId() > maxId) in requestCreateBufferView()
67 maxId = (*iter)->bufferViewId(); in requestCreateBufferView()
71 maxId++; in requestCreateBufferView()
73 addBufferViewConfig(new CoreBufferViewConfig(maxId, properties, this)); in requestCreateBufferView()

12345678910>>...21