Home
last modified time | relevance | path

Searched refs:seed_count (Results 1 – 25 of 37) sorted by relevance

12

/dports/net/opentracker/opentracker-0.2017.08.13/
H A Dot_fullscrape.c171 …%zde10:incompletei%zdee", peer_list->seed_count, peer_list->down_count, peer_list->peer_count-peer… in fullscrape_make()
176 …r += sprintf( r, ":%zd:%zd\n", peer_list->seed_count, peer_list->peer_count-peer_list->seed_count in fullscrape_make()
180 …r += sprintf( r, ":%zd:%zd:%zd\n", peer_list->seed_count, peer_list->peer_count-peer_list->seed_co… in fullscrape_make()
184 *(uint32_t*)(r+0) = htonl( (uint32_t) peer_list->seed_count ); in fullscrape_make()
185 *(uint32_t*)(r+4) = htonl( (uint32_t)( peer_list->peer_count-peer_list->seed_count) ); in fullscrape_make()
190 …r += sprintf( r, ":%zd:%zd\n", peer_list->seed_count, peer_list->peer_count-peer_list->seed_count in fullscrape_make()
H A Dtrackerlogic.c143 torrent->peer_list->seed_count++; in add_peer_to_torrent_and_return_peers()
162 torrent->peer_list->seed_count--; in add_peer_to_torrent_and_return_peers()
164 torrent->peer_list->seed_count++; in add_peer_to_torrent_and_return_peers()
277 *(uint32_t*)(r+4) = htonl( peer_list->peer_count - peer_list->seed_count ); in return_peers_for_torrent()
278 *(uint32_t*)(r+8) = htonl( peer_list->seed_count ); in return_peers_for_torrent()
311 r[0] = htonl( torrent->peer_list->seed_count ); in return_udp_scrape_for_torrent()
313 r[2] = htonl( torrent->peer_list->peer_count-torrent->peer_list->seed_count ); in return_udp_scrape_for_torrent()
341 …torrent->peer_list->seed_count, torrent->peer_list->down_count, torrent->peer_list->peer_count-tor… in return_tcp_scrape_for_torrent()
368 case 2: peer_list->seed_count--; /* Fall throughs intended */ in remove_peer_from_torrent()
382 ((uint32_t*)ws->reply)[3] = htonl( peer_list->peer_count - peer_list->seed_count ); in remove_peer_from_torrent()
[all …]
H A Dot_stats.c282 unsigned long long seed_count; member
289 stats->seed_count += torrent->peer_list->seed_count; in torrent_statter()
321 idx = amount - 1; while( (idx >= 0) && ( peer_list->seed_count > top100s[idx].val ) ) --idx; in stats_top_txt()
324 top100s[idx].val = peer_list->seed_count; in stats_top_txt()
420 stats.seed_count, in stats_peers_mrtg()
538 r += sprintf( r, " <seeds>\n <count>%llu</count>\n </seeds>\n", stats.seed_count ); in stats_return_everything()
H A Dot_clean.c84 peer_list->seed_count -= removed_seeders; in clean_single_torrent()
H A Dtrackerlogic.h99 size_t seed_count; member
/dports/games/wyrmsun/Wyrmsun-3.5.4/data/map_templates/nidavellir/
H A Dandvaris_falls.cfg10 seed_count = 12
16 seed_count = 12
23 seed_count = 4
30 seed_count = 2
H A Dgates_of_svarinshaug.cfg15 seed_count = 2
20 seed_count = 1
27 seed_count = 1
H A Dsvarinshaug.cfg12 seed_count = 4
18 seed_count = 4
25 seed_count = 12
H A Daurvang.cfg15 seed_count = 16
20 seed_count = 8
27 seed_count = 8
H A Djoruvellir.cfg13 seed_count = 16
19 seed_count = 8
26 seed_count = 8
H A Duntersberg.cfg11 seed_count = 4
17 seed_count = 4
24 seed_count = 4
H A Dacthna.cfg11 seed_count = 16
16 seed_count = 4
H A Dsvarinshaug_underground.cfg12 seed_count = 16
17 seed_count = 4
/dports/graphics/py-scikit-image/scikit-image-0.19.0/benchmarks/
H A Dbenchmark_segmentation.py107 def time_watershed(self, seed_count, connectivity, compactness): argument
108 watershed(self.image, seed_count, connectivity,
127 def peakmem_watershed(self, seed_count, connectivity, compactness): argument
128 watershed(self.image, seed_count, connectivity,
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/remote/download/
H A DRPDownloadScrapeResult.java45 public int seed_count; field in RPDownloadScrapeResult
75 seed_count = delegate.getSeedCount(); in _setDelegate()
118 return( seed_count ); in getSeedCount()
H A DRPDownloadAnnounceResult.java46 public int seed_count; field in RPDownloadAnnounceResult
76 seed_count = delegate.getSeedCount(); in _setDelegate()
127 return( seed_count ); in getSeedCount()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/tracker/host/impl/
H A DTRHostTorrentPublishImpl.java51 private int seed_count; field in TRHostTorrentPublishImpl
241 seed_count = resp.getSeeds(); in updateStats()
243 peers = new TRHostPeer[ peer_count + seed_count ]; in updateStats()
247 peers[i] = new TRHostPeerPublishImpl( i<seed_count ); in updateStats()
262 return( seed_count ); in getSeedCount()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/remote/tracker/
H A DRPTrackerTorrent.java59 public int seed_count; field in RPTrackerTorrent
116 seed_count = delegate.getSeedCount(); in _setDelegate()
303 return( seed_count ); in getSeedCount()
/dports/biology/diamond/diamond-2.0.13/src/search/
H A Dseed_complexity.cpp81 std::atomic_size_t seed_count(0), masked_seed_count(0), query_count(0), target_count(0); in mask_seeds() local
106 seed_count += sc; in mask_seeds()
118 …verbose_stream << "Masked seeds: " << Util::String::ratio_percentage(masked_seed_count, seed_count in mask_seeds()
/dports/games/wyrmsun/Wyrmsun-3.5.4/data/map_templates/
H A Dearth.cfg10 seed_count = 32
16 # seed_count = 16
H A Dnidavellir.cfg39 seed_count = 64
46 seed_count = 64
/dports/databases/grass7/grass-7.8.6/raster3d/r3.flow/
H A Dmain.c174 int n_seeds, seed_count, ltype; in main() local
429 seed_count = 0; in main()
453 G_percent(seed_count, n_seeds, 1); in main()
468 seed_count++; in main()
496 G_percent(seed_count, n_seeds, 1); in main()
514 seed_count++; in main()
/dports/biology/hisat2/hisat2-2.2.1/
H A Dhisat2_repeat.cpp80 static TIndexOffU seed_count; variable
123 seed_count = 5; in resetOptions()
408 seed_count = parseNumber<TIndexOffU>(2, "--repeat-count arg must be at least 2"); in parseOptions()
743 rp.seed_count = seed_count; in driver()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/tracker/server/impl/
H A DTRTrackerServerTorrentImpl.java87 private int seed_count; field in TRTrackerServerTorrentImpl
192 seed_count++; in importPeers()
618 seed_count++; in peerContact()
652 if ( seed_limit != 0 && seed_count > seed_limit && !loopback ){ in peerContact()
667 if ( seed_retention != 0 && seed_count > seed_retention ){ in peerContact()
999 seed_count--; in removePeer()
1736 seed_count < 3 && in exportAnnounceToMap()
2435 seed_count = new_seed_count; in checkTimeouts()
2533 if ( seed_count < 0 ){ in getSeedCount()
2538 return( seed_count + lightweight_seed_map.size()); in getSeedCount()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/
H A DMyTrackerView.java334 int seed_count = host_torrent.getSeedCount(); in tableRefresh() local
337 host_torrent.setData("GUI_SeedCount", new Long(seed_count)); in tableRefresh()
343 if ( seed_count != 0 ){ in tableRefresh()

12