Home
last modified time | relevance | path

Searched refs:nodesLeft (Results 1 – 9 of 9) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/tap-bridge/examples/
H A Dtap-wifi-dumbbell.cc135 NodeContainer nodesLeft; in main() local
136 nodesLeft.Create (4); in main()
149 NetDeviceContainer devicesLeft = wifi.Install (wifiPhy, wifiMac, nodesLeft.Get (0)); in main()
155 ….Add (wifi.Install (wifiPhy, wifiMac, NodeContainer (nodesLeft.Get (1), nodesLeft.Get (2), nodesLe… in main()
158 mobility.Install (nodesLeft); in main()
161 internetLeft.Install (nodesLeft); in main()
170 tapBridge.Install (nodesLeft.Get (0), devicesLeft.Get (0)); in main()
198 NodeContainer nodes = NodeContainer (nodesLeft.Get (3), nodesRight.Get (0)); in main()
212 ApplicationContainer apps = onoff.Install (nodesLeft.Get (3)); in main()
/dports/www/nextcloud/nextcloud/apps-pkg/files/lib/Controller/
H A DApiController.php222 $nodesLeft = array_combine($nodeIds, array_fill(0, count($nodeIds), true));
226 while (count($nodesLeft) > 0) {
230 if (isset($nodesLeft[$fileId])) {
235 unset($nodesLeft[$fileId]);
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/game/
H A DNodeUtil.java364 int nodesLeft = 0; in getNodesLeft() local
367 ++nodesLeft; in getNodesLeft()
370 return nodesLeft; in getNodesLeft()
/dports/games/flightgear/flightgear-2020.3.11/src/Airports/
H A Dgroundnetwork.hxx164 int nodesLeft() { in nodesLeft() function in FGTaxiRoute
/dports/math/ogdf/OGDF/include/ogdf/energybased/fast_multipole_embedder/
H A DFastUtils.h199 …int i = m_numNodesChoosen + ogdf::randomNumber(0,nodesLeft()-1);//(int)((double)nodesLeft()*rand()… in chooseNode()
218 int nodesLeft() const { return m_numNodes - m_numNodesChoosen; } in nodesLeft() function
/dports/games/flightgear/flightgear-2020.3.11/src/AIModel/
H A DAIFlightPlanCreate.cxx340 if (taxiRoute.nodesLeft() == 1) { in createTakeoffTaxi()
345 if (taxiRoute.nodesLeft() == 0) { in createTakeoffTaxi()
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/
H A DvtkPKdTree.cxx3086 int nodesLeft = 1 << ceilLogP; in AssignRegionsContiguous() local
3092 if (nodesLeft > procsLeft) in AssignRegionsContiguous()
3107 nodesLeft -= 2; in AssignRegionsContiguous()
/dports/math/vtk8/VTK-8.2.0/Filters/Parallel/
H A DvtkPKdTree.cxx3040 int nodesLeft = 1 << ceilLogP; in AssignRegionsContiguous() local
3046 if (nodesLeft > procsLeft) in AssignRegionsContiguous()
3061 nodesLeft -= 2; in AssignRegionsContiguous()
/dports/math/vtk6/VTK-6.2.0/Filters/Parallel/
H A DvtkPKdTree.cxx3169 int nodesLeft = 1 << ceilLogP; in AssignRegionsContiguous() local
3175 if (nodesLeft > procsLeft) in AssignRegionsContiguous()
3190 nodesLeft -= 2; in AssignRegionsContiguous()