Home
last modified time | relevance | path

Searched refs:minMatches (Results 1 – 13 of 13) sorted by relevance

/dports/biology/abyss/abyss-2.3.1/Align/
H A Ddialign.cpp167 unsigned minMatches = consensus.size(); in countMatches() local
186 minMatches = min(minMatches, matches); in countMatches()
188 return minMatches; in countMatches()
/dports/cad/yosys/yosys-yosys-0.12/libs/subcircuit/
H A Dsubcircuit.cc1282 …const std::string &graphId, const Graph &graph, int minNodes, int minMatches, int limitMatchesPerG… in testForMining() argument
1334 if (matches < minMatches) in testForMining()
1385 graph.nodes[node2].nodeId.c_str(), matches, matches < minMatches ? " *purge*" : ""); in findNodePairs()
1387 if (minMatches <= matches) in findNodePairs()
1396 int oldSetSize, int increment, int minNodes, int minMatches, int limitMatchesPerGraph) in findNextPool() argument
1455 my_printf(" %d%s\n", matches, matches < minMatches ? " *purge*" : ""); in findNextPool()
1457 if (minMatches <= matches) in findNextPool()
1558 …void mine(std::vector<Solver::MineResult> &results, int minNodes, int maxNodes, int minMatches, in… in mine() argument
1562 findNodePairs(results, pool, minNodes, minMatches, limitMatchesPerGraph); in mine()
1572 findNextPool(results, pool, nodeSetSize, increment, minNodes, minMatches, limitMatchesPerGraph); in mine()
[all …]
H A Dsubcircuit.h148 …void mine(std::vector<MineResult> &results, int minNodes, int maxNodes, int minMatches, int limitM…
H A DREADME333 at most maxNodes nodes that occurs at least minMatches times:
336 mySolver.mine(results, minNodes, maxNodes, minMatches);
/dports/devel/pear-Horde_Scheduler/Horde_Scheduler-2.0.3/lib/Horde/Scheduler/Cron/
H A DDate.php36 $this->minMatches($ts) &&
87 public function minMatches($ts) function in Horde_Scheduler_Cron_Date
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/
H A DluaDetectorApi.h49 int minMatches; /*minimum number of matched patterns */ member
H A DluaDetectorModule.c191 pkg->client.minMatches = lua_tointeger(L, -1); in getDetectorPackageInfo()
709 cam->minimum_matches = newDetector->packageInfo.client.minMatches; in loadCustomLuaModules()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/ipchecker/natchecker/
H A DNatCheckerServer.java137 …public Object minMatches( TransportHelper transport, ByteBuffer to_compare, int port ) { return( m… in NatCheckerServer()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/messaging/
H A DMessageManagerImpl.java235 minMatches( in registerGenericMessageType()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/networkmanager/impl/
H A DIncomingConnectionManager.java115 routing_data = bm.minMatches( transport, to_check, incoming_port ); in checkForMatch()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/networkmanager/
H A DNetworkManager.java736 public Object minMatches( TransportHelper transport, ByteBuffer to_compare, int port ); in minMatches() method
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/networkmanager/impl/http/
H A DHTTPNetworkManager.java372 minMatches( in HTTPNetworkManager()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/
H A DPeerManager.java332 minMatches( in init()