Home
last modified time | relevance | path

Searched refs:getBlockLength (Results 1 – 25 of 100) sorted by relevance

1234

/dports/www/aria2/aria2-1.36.0/src/
H A DPiecedSegment.cc48 writtenLength_ = index * piece_->getBlockLength(); in PiecedSegment()
73 for (auto i = writtenLength_ / piece_->getBlockLength(), in updateWrittenLength()
74 end = newWrittenLength / piece_->getBlockLength(); in updateWrittenLength()
H A DDefaultPieceStorage.cc129 piece = std::make_shared<Piece>(index, bitfieldMan_->getBlockLength(index)); in checkOutPiece()
156 std::make_shared<Piece>(index, bitfieldMan_->getBlockLength(index)); in getPiece()
285 BitfieldMan tempBitfield(bitfieldMan_->getBlockLength(), in getMissingPiece()
298 BitfieldMan tempBitfield(bitfieldMan_->getBlockLength(), in getMissingFastPiece()
312 BitfieldMan tempBitfield(bitfieldMan_->getBlockLength(), in getMissingFastPiece()
709 return bitfieldMan_->getBlockLength(index); in getPieceLength()
765 size_t numPiece = length / bitfieldMan_->getBlockLength(); in markPiecesDone()
769 size_t r = (length % bitfieldMan_->getBlockLength()) / Piece::BLOCK_LENGTH; in markPiecesDone()
772 bitfieldMan_->getBlockLength(numPiece)); in markPiecesDone()
H A DPiece.cc88 int32_t Piece::getBlockLength(size_t index) const in getBlockLength() function in aria2::Piece
90 return bitfield_->getBlockLength(index); in getBlockLength()
93 int32_t Piece::getBlockLength() const { return bitfield_->getBlockLength(); } in getBlockLength() function in aria2::Piece
H A DPiece.h116 int32_t getBlockLength(size_t index) const;
118 int32_t getBlockLength() const;
H A DBitfieldMan.h95 int32_t getBlockLength() const { return blockLength_; } in getBlockLength() function
99 int32_t getBlockLength(size_t index) const;
H A DBitfieldMan.cc140 int32_t BitfieldMan::getBlockLength(size_t index) const in getBlockLength() function in aria2::BitfieldMan
146 return getBlockLength(); in getBlockLength()
812 ((int64_t)completedBlocks - 1) * btman->getBlockLength() + in computeCompletedLength()
816 completedLength = ((int64_t)completedBlocks) * btman->getBlockLength(); in computeCompletedLength()
944 length += getBlockLength(i); in getMissingUnusedLength()
H A DDefaultBtRequestFactory.cc187 static_cast<unsigned int>((*i) * piece->getBlockLength()), in createRequestMessages()
231 static_cast<unsigned int>(blockIndex * piece->getBlockLength()), in createRequestMessagesOnEndGame()
H A DBtPieceMessage.h82 int32_t getBlockLength() const { return blockLength_; } in getBlockLength() function
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/types/
H A DClobDataID.java85 length = ((ResultLob) resultIn).getBlockLength();
136 this.length = ((ResultLob) resultIn).getBlockLength();
159 this.length = ((ResultLob) resultIn).getBlockLength();
189 this.length = ((ResultLob) resultIn).getBlockLength();
230 return ((ResultLob) resultIn).getBlockLength(); in getDefaultWebPage()
H A DBlobDataID.java144 length = ((ResultLob) resultIn).getBlockLength(); in length()
195 return ((ResultLob) resultIn).getBlockLength(); in nonZeroLength()
220 length = ((ResultLob) resultIn).getBlockLength(); in setBytes()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DSessionData.java390 long blobLength = result.getBlockLength();
419 blobId, countStream, result.getBlockLength());
425 long clobLength = result.getBlockLength();
459 clobId, countStream, result.getBlockLength());
467 long dataLength = result.getBlockLength();
478 long dataLength = result.getBlockLength();
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpseclib/mcrypt_compat/lib/
H A Dmcrypt.php184 $length = $td->getBlockLength() >> 3;
489 return $td->getBlockLength() >> 3;
503 return $td->getBlockLength() >> 3;
523 return $td->getBlockLength() >> 3;
540 return 'RIJNDAEL-' . $td->getBlockLength();
/dports/www/aria2/aria2-1.36.0/test/
H A DBitfieldManTest.cc83 CPPUNIT_ASSERT_EQUAL((int32_t)1_k, bt1.getBlockLength(9)); in testGetBlockSize()
86 CPPUNIT_ASSERT_EQUAL((int32_t)1_k, bt2.getBlockLength(9)); in testGetBlockSize()
87 CPPUNIT_ASSERT_EQUAL((int32_t)1, bt2.getBlockLength(10)); in testGetBlockSize()
88 CPPUNIT_ASSERT_EQUAL((int32_t)0, bt2.getBlockLength(11)); in testGetBlockSize()
511 CPPUNIT_ASSERT_EQUAL((int64_t)bt.getBlockLength() * 3, in testGetOffsetCompletedLength_largeFile()
516 (int64_t)bt.getBlockLength() * 3, in testGetOffsetCompletedLength_largeFile()
517 bt.getOffsetCompletedLength((1LL << 33) - bt.getBlockLength(), 1 << 24)); in testGetOffsetCompletedLength_largeFile()
/dports/devel/rudiments/rudiments-1.2.2/include/rudiments/private/
H A Dtemplateengine.h21 bool getBlockLength(char **buffer,
/dports/science/gromacs/gromacs-2021.4/src/gromacs/applied_forces/awh/
H A Dcorrelationgrid.cpp128 double CorrelationGrid::getBlockLength() const in getBlockLength() function in gmx::CorrelationGrid
H A Dcorrelationgrid.h143 double getBlockLength() const;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php169 $crypto->setIV(str_repeat("\0", $crypto->getBlockLength() >> 3));
226 $crypto->setIV(str_repeat("\0", $crypto->getBlockLength() >> 3));
/dports/www/owncloud/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php169 $crypto->setIV(str_repeat("\0", $crypto->getBlockLength() >> 3));
226 $crypto->setIV(str_repeat("\0", $crypto->getBlockLength() >> 3));
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php169 $crypto->setIV(str_repeat("\0", $crypto->getBlockLength() >> 3));
226 $crypto->setIV(str_repeat("\0", $crypto->getBlockLength() >> 3));
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Dialog_Spell.cpp286 UT_uint32 iOldLength = m_pWordIterator->getBlockLength(); in nextMisspelledWord()
296 m_iEndLength += (m_pWordIterator->getBlockLength() - iOldLength); in nextMisspelledWord()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolIterator.java488 public int getBlockLength(); in getBlockLength() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolIterator.java488 public int getBlockLength(); in getBlockLength() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolIterator.java488 public int getBlockLength(); in getBlockLength() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolIterator.java488 public int getBlockLength(); in getBlockLength() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolIterator.java488 public int getBlockLength(); in getBlockLength() method

1234