Home
last modified time | relevance | path

Searched refs:computeFastSet (Results 1 – 4 of 4) sorted by relevance

/dports/www/aria2/aria2-1.36.0/test/
H A DBittorrentHelperTest.cc347 auto fastSet = computeFastSet(ipaddr, numPieces, infoHash, fastSetSize); in testComputeFastSet()
353 auto fastSet = computeFastSet(ipaddr, numPieces, infoHash, fastSetSize); in testComputeFastSet()
360 auto fastSet = computeFastSet(ipaddr, numPieces, infoHash, fastSetSize); in testComputeFastSet()
/dports/www/aria2/aria2-1.36.0/src/
H A Dbittorrent_helper.h153 std::vector<size_t> computeFastSet(const std::string& ipaddr, size_t numPieces,
H A DDefaultBtInteractive.cc236 auto fastSet = bittorrent::computeFastSet( in addAllowedFastMessageToQueue()
H A Dbittorrent_helper.cc634 std::vector<size_t> computeFastSet(const std::string& ipaddr, size_t numPieces, in computeFastSet() function