Home
last modified time | relevance | path

Searched refs:countBlock (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/aria2/aria2-1.36.0/test/
H A DLongestSequencePieceSelectorTest.cc38 CPPUNIT_ASSERT(selector.select(index, bf.getBitfield(), bf.countBlock())); in testSelect()
42 CPPUNIT_ASSERT(!selector.select(index, bf.getBitfield(), bf.countBlock())); in testSelect()
46 CPPUNIT_ASSERT(selector.select(index, bf.getBitfield(), bf.countBlock())); in testSelect()
H A DPriorityPieceSelectorTest.cc37 CPPUNIT_ASSERT(selector.select(index, bf.getBitfield(), bf.countBlock())); in testSelect()
40 CPPUNIT_ASSERT(selector.select(index, bf.getBitfield(), bf.countBlock())); in testSelect()
43 CPPUNIT_ASSERT(!selector.select(index, bf.getBitfield(), bf.countBlock())); in testSelect()
H A DRarestPieceSelectorTest.cc41 CPPUNIT_ASSERT(selector.select(index, bf.getBitfield(), bf.countBlock())); in testSelect()
46 CPPUNIT_ASSERT(selector.select(index, bf.getBitfield(), bf.countBlock())); in testSelect()
H A DBitfieldManTest.cc209 for (size_t i = 0; i < bt1.countBlock(); i++) { in testIsAllBitSet()
660 CPPUNIT_ASSERT_EQUAL((size_t)256, bt.countBlock()); in testCountFilteredBlock()
664 CPPUNIT_ASSERT_EQUAL((size_t)256, bt.countBlock()); in testCountFilteredBlock()
667 CPPUNIT_ASSERT_EQUAL((size_t)256, bt.countBlock()); in testCountFilteredBlock()
/dports/www/aria2/aria2-1.36.0/src/
H A DRandomStreamPieceSelector.cc53 bitfieldMan_->countBlock()); in select()
56 index, start, bitfieldMan_->countBlock(), minSplitSize, ignoreBitfield, in select()
H A DPiece.cc86 size_t Piece::countBlock() const { return bitfield_->countBlock(); } in countBlock() function in aria2::Piece
117 return bitfield_->countBlock() - bitfield_->countMissingBlock(); in countCompleteBlock()
H A DPiecedSegment.cc79 piece_->completeBlock(piece_->countBlock() - 1); in updateWrittenLength()
H A DPiece.h114 size_t countBlock() const;
H A DDefaultPieceStorage.cc201 size_t blocks = bitfieldMan_->countBlock(); in getMissingPiece()
836 for (size_t i = index + 1; i < bitfieldMan_->countBlock(); ++i) { in getNextUsedIndex()
841 return bitfieldMan_->countBlock(); in getNextUsedIndex()
H A DBitfieldMan.h216 size_t countBlock() const { return blocks_; } in countBlock() function
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/RegAlloc/Linear/
H A DStats.hs42 = execState (mapGenBlockTopM countBlock cmm) 0
44 countBlock b@(BasicBlock _ instrs)
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/RegAlloc/Graph/
H A DSpillCost.hs89 = mapM_ (countBlock info freqMap)
97 countBlock info freqMap (BasicBlock blockId instrs)
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/runtime/pprof/
H A Dpprof.go89 count: countBlock,
650 func countBlock() int { func
/dports/lang/gcc48/gcc-4.8.5/libgo/go/runtime/pprof/
H A Dpprof.go82 count: countBlock,
631 func countBlock() int { func
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/runtime/pprof/
H A Dpprof.go89 count: countBlock,
650 func countBlock() int { func
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/runtime/pprof/
H A Dpprof.go82 count: countBlock,
631 func countBlock() int { func
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/runtime/pprof/
H A Dpprof.go89 count: countBlock,
642 func countBlock() int { func
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/runtime/pprof/
H A Dpprof.go82 count: countBlock,
619 func countBlock() int { func
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/pprof/
H A Dpprof.go155 count: countBlock,
798 func countBlock() int { func
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/pprof/
H A Dpprof.go155 count: countBlock,
742 func countBlock() int { func
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/pprof/
H A Dpprof.go173 count: countBlock,
813 func countBlock() int { func
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/pprof/
H A Dpprof.go155 count: countBlock,
798 func countBlock() int { func
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/pprof/
H A Dpprof.go173 count: countBlock,
799 func countBlock() int { func
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/pprof/
H A Dpprof.go174 count: countBlock,
834 func countBlock() int { func
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/pprof/
H A Dpprof.go155 count: countBlock,
798 func countBlock() int { func

12