Home
last modified time | relevance | path

Searched refs:activeLen (Results 1 – 12 of 12) sorted by relevance

/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dsystem.C147 size_t activeLen = sizeof(size_t); in getBytesAllocated() local
152 mallctl("stats.active", &active, &activeLen, NULL, 0); in getBytesAllocated()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/
H A DNetworkTopology.java887 public void sortByDistance(Node reader, Node[] nodes, int activeLen) { in sortByDistance() argument
889 int[] weights = new int[activeLen]; in sortByDistance()
890 for (int i=0; i<activeLen; i++) { in sortByDistance()
895 for (int i=0; i<activeLen; i++) { in sortByDistance()
916 Preconditions.checkState(idx == activeLen, in sortByDistance()
H A DNetworkTopologyWithNodeGroup.java281 public void sortByDistance(Node reader, Node[] nodes, int activeLen) { in sortByDistance() argument
294 super.sortByDistance(reader, nodes, activeLen); in sortByDistance()
/dports/math/vampire/vampire-4.5.1/Inferences/
H A DURResolution.cpp321 unsigned activeLen = itm->_activeLength; in processAndGetClauses() local
325 for(unsigned i = startIdx; itms && i<activeLen; i++) { in processAndGetClauses()
/dports/math/vampire/vampire-4.5.1/Indexing/
H A DLiteralIndex.cpp187 unsigned activeLen = _selectedOnly ? c->numSelected() : clen; in handleClause() local
188 for(unsigned i=0; i<activeLen; i++) { in handleClause()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DConnectionEntry.cpp591 uint32_t activeLen = mActiveConns.Length(); in GetH2orH3ActiveConn() local
595 for (uint32_t index = 0; index < activeLen; ++index) { in GetH2orH3ActiveConn()
608 for (uint32_t index = 0; index < activeLen; ++index) { in GetH2orH3ActiveConn()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DConnectionEntry.cpp592 uint32_t activeLen = mActiveConns.Length(); in GetH2orH3ActiveConn() local
596 for (uint32_t index = 0; index < activeLen; ++index) { in GetH2orH3ActiveConn()
609 for (uint32_t index = 0; index < activeLen; ++index) { in GetH2orH3ActiveConn()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DConnectionEntry.cpp591 uint32_t activeLen = mActiveConns.Length(); in GetH2orH3ActiveConn() local
595 for (uint32_t index = 0; index < activeLen; ++index) { in GetH2orH3ActiveConn()
608 for (uint32_t index = 0; index < activeLen; ++index) { in GetH2orH3ActiveConn()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/
H A DDatanodeManager.java393 int activeLen = lastActiveIndex + 1; in sortLocatedBlocks() local
394 networktopology.sortByDistance(client, b.getLocations(), activeLen); in sortLocatedBlocks()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DnsHttpConnectionMgr.cpp2094 uint32_t activeLen = preferred->mActiveConns.Length(); in GetSpdyPreferredConn() local
2099 for (index = 0; index < activeLen; ++index) { in GetSpdyPreferredConn()
2109 for (index = 0; index < activeLen; ++index) { in GetSpdyPreferredConn()
2120 for (index = 0; index < activeLen; ++index) { in GetSpdyPreferredConn()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DnsHttpConnectionMgr.cpp2098 uint32_t activeLen = ent->mActiveConns.Length(); in GetSpdyActiveConn() local
2104 for (index = 0; index < activeLen; ++index) { in GetSpdyActiveConn()
2117 for (index = 0; index < activeLen; ++index) { in GetSpdyActiveConn()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DnsHttpConnectionMgr.cpp2222 uint32_t activeLen = ent->mActiveConns.Length(); in GetH2orH3ActiveConn() local
2228 for (index = 0; index < activeLen; ++index) { in GetH2orH3ActiveConn()
2241 for (index = 0; index < activeLen; ++index) { in GetH2orH3ActiveConn()