Home
last modified time | relevance | path

Searched refs:transferBytes (Results 1 – 25 of 58) sorted by relevance

123

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dqueue.cpp347 lword bytesLeft = transferBytes; in TransferTo2()
363 transferBytes -= bytesLeft; in TransferTo2()
369 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking); in TransferTo2()
370 Skip(transferBytes); in TransferTo2()
379 lword transferBytes = end-begin; in CopyRangeTo2() local
380 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking); in CopyRangeTo2()
381 begin += transferBytes; in CopyRangeTo2()
521 lword bytesLeft = transferBytes; in TransferTo2()
558 transferBytes -= bytesLeft; in TransferTo2()
566 lword transferBytes = end-begin; in CopyRangeTo2() local
[all …]
H A Dmqueue.cpp24 size_t MessageQueue::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::s… in TransferTo2() argument
26 transferBytes = STDMIN(MaxRetrievable(), transferBytes); in TransferTo2()
27 size_t blockedBytes = m_queue.TransferTo2(target, transferBytes, channel, blocking); in TransferTo2()
28 m_lengths.front() -= transferBytes; in TransferTo2()
H A Dfiles.cpp74 size_t FileStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::stri… in TransferTo2() argument
78 transferBytes = 0; in TransferTo2()
82 lword size=transferBytes; in TransferTo2()
83 transferBytes = 0; in TransferTo2()
104 transferBytes += m_len; in TransferTo2()
H A Dfilters.cpp66 size_t Filter::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string … in TransferTo2() argument
68 return AttachedTransformation()->TransferTo2(target, transferBytes, channel, blocking); in TransferTo2()
1098 size_t StringStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::st… in TransferTo2() argument
1101 size_t blockedBytes = CopyRangeTo2(target, position, transferBytes, channel, blocking); in TransferTo2()
1103 transferBytes = position; in TransferTo2()
1130 transferBytes = UnsignedMin(transferBytes, m_length - m_count); in TransferTo2()
1131 m_rng->GenerateIntoBufferedTransformation(target, channel, transferBytes); in TransferTo2()
1132 m_count += transferBytes; in TransferTo2()
1151 size_t NullStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::stri… in TransferTo2() argument
1154 size_t blockedBytes = NullStore::CopyRangeTo2(target, begin, transferBytes, channel, blocking); in TransferTo2()
[all …]
H A Dasn.cpp472 size_t BERGeneralDecoder::TransferTo2(BufferedTransformation &target, lword &transferBytes, const s… in TransferTo2() argument
474 if (m_definiteLength && transferBytes > m_length) in TransferTo2()
475 transferBytes = m_length; in TransferTo2()
476 size_t blockedBytes = m_inQueue.TransferTo2(target, transferBytes, channel, blocking); in TransferTo2()
477 ReduceLength(transferBytes); in TransferTo2()
H A Dsimple.h334 …size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channe…
335 …PP_UNUSED(target); CRYPTOPP_UNUSED(transferBytes); CRYPTOPP_UNUSED(channel); CRYPTOPP_UNUSED(block…
H A Dqueue.h50 …size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channe…
101 …size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channe…
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dqueue.cpp361 lword bytesLeft = transferBytes; in TransferTo2()
377 transferBytes -= bytesLeft; in TransferTo2()
383 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking); in TransferTo2()
384 Skip(transferBytes); in TransferTo2()
393 lword transferBytes = end-begin; in CopyRangeTo2() local
395 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking); in CopyRangeTo2()
396 begin += transferBytes; in CopyRangeTo2()
547 lword bytesLeft = transferBytes; in TransferTo2()
584 transferBytes -= bytesLeft; in TransferTo2()
592 lword transferBytes = end-begin; in CopyRangeTo2() local
[all …]
H A Dmqueue.cpp24 size_t MessageQueue::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::s… in TransferTo2() argument
26 transferBytes = STDMIN(MaxRetrievable(), transferBytes); in TransferTo2()
27 size_t blockedBytes = m_queue.TransferTo2(target, transferBytes, channel, blocking); in TransferTo2()
28 m_lengths.front() -= transferBytes; in TransferTo2()
H A Dfiles.cpp118 size_t FileStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::stri… in TransferTo2() argument
122 transferBytes = 0; in TransferTo2()
126 lword size=transferBytes; in TransferTo2()
127 transferBytes = 0; in TransferTo2()
146 transferBytes += m_len; in TransferTo2()
H A Dfilters.cpp66 size_t Filter::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string … in TransferTo2() argument
68 return AttachedTransformation()->TransferTo2(target, transferBytes, channel, blocking); in TransferTo2()
1207 size_t StringStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::st… in TransferTo2() argument
1210 size_t blockedBytes = CopyRangeTo2(target, position, transferBytes, channel, blocking); in TransferTo2()
1212 transferBytes = position; in TransferTo2()
1239 transferBytes = UnsignedMin(transferBytes, m_length - m_count); in TransferTo2()
1240 m_rng->GenerateIntoBufferedTransformation(target, channel, transferBytes); in TransferTo2()
1241 m_count += transferBytes; in TransferTo2()
1260 size_t NullStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::stri… in TransferTo2() argument
1263 size_t blockedBytes = NullStore::CopyRangeTo2(target, begin, transferBytes, channel, blocking); in TransferTo2()
[all …]
H A Dqueue.h55 …size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channe…
186 …size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channe…
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dqueue.cpp360 lword bytesLeft = transferBytes; in TransferTo2()
376 transferBytes -= bytesLeft; in TransferTo2()
382 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking); in TransferTo2()
383 Skip(transferBytes); in TransferTo2()
392 lword transferBytes = end-begin; in CopyRangeTo2() local
394 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking); in CopyRangeTo2()
395 begin += transferBytes; in CopyRangeTo2()
546 lword bytesLeft = transferBytes; in TransferTo2()
583 transferBytes -= bytesLeft; in TransferTo2()
591 lword transferBytes = end-begin; in CopyRangeTo2() local
[all …]
H A Dmqueue.cpp24 size_t MessageQueue::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::s… in TransferTo2() argument
26 transferBytes = STDMIN(MaxRetrievable(), transferBytes); in TransferTo2()
27 size_t blockedBytes = m_queue.TransferTo2(target, transferBytes, channel, blocking); in TransferTo2()
28 m_lengths.front() -= transferBytes; in TransferTo2()
H A Dfiles.cpp118 size_t FileStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::stri… in TransferTo2() argument
122 transferBytes = 0; in TransferTo2()
126 lword size=transferBytes; in TransferTo2()
127 transferBytes = 0; in TransferTo2()
146 transferBytes += m_len; in TransferTo2()
H A Dfilters.cpp66 size_t Filter::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string … in TransferTo2() argument
68 return AttachedTransformation()->TransferTo2(target, transferBytes, channel, blocking); in TransferTo2()
1207 size_t StringStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::st… in TransferTo2() argument
1210 size_t blockedBytes = CopyRangeTo2(target, position, transferBytes, channel, blocking); in TransferTo2()
1212 transferBytes = position; in TransferTo2()
1239 transferBytes = UnsignedMin(transferBytes, m_length - m_count); in TransferTo2()
1240 m_rng->GenerateIntoBufferedTransformation(target, channel, transferBytes); in TransferTo2()
1241 m_count += transferBytes; in TransferTo2()
1260 size_t NullStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::stri… in TransferTo2() argument
1263 size_t blockedBytes = NullStore::CopyRangeTo2(target, begin, transferBytes, channel, blocking); in TransferTo2()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dqueue.cpp360 lword bytesLeft = transferBytes; in TransferTo2()
376 transferBytes -= bytesLeft; in TransferTo2()
382 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking); in TransferTo2()
383 Skip(transferBytes); in TransferTo2()
392 lword transferBytes = end-begin; in CopyRangeTo2() local
394 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking); in CopyRangeTo2()
395 begin += transferBytes; in CopyRangeTo2()
546 lword bytesLeft = transferBytes; in TransferTo2()
583 transferBytes -= bytesLeft; in TransferTo2()
591 lword transferBytes = end-begin; in CopyRangeTo2() local
[all …]
H A Dmqueue.cpp24 size_t MessageQueue::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::s… in TransferTo2() argument
26 transferBytes = STDMIN(MaxRetrievable(), transferBytes); in TransferTo2()
27 size_t blockedBytes = m_queue.TransferTo2(target, transferBytes, channel, blocking); in TransferTo2()
28 m_lengths.front() -= transferBytes; in TransferTo2()
H A Dfiles.cpp118 size_t FileStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::stri… in TransferTo2() argument
122 transferBytes = 0; in TransferTo2()
126 lword size=transferBytes; in TransferTo2()
127 transferBytes = 0; in TransferTo2()
146 transferBytes += m_len; in TransferTo2()
H A Dfilters.cpp66 size_t Filter::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string … in TransferTo2() argument
68 return AttachedTransformation()->TransferTo2(target, transferBytes, channel, blocking); in TransferTo2()
1207 size_t StringStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::st… in TransferTo2() argument
1210 size_t blockedBytes = CopyRangeTo2(target, position, transferBytes, channel, blocking); in TransferTo2()
1212 transferBytes = position; in TransferTo2()
1239 transferBytes = UnsignedMin(transferBytes, m_length - m_count); in TransferTo2()
1240 m_rng->GenerateIntoBufferedTransformation(target, channel, transferBytes); in TransferTo2()
1241 m_count += transferBytes; in TransferTo2()
1260 size_t NullStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::stri… in TransferTo2() argument
1263 size_t blockedBytes = NullStore::CopyRangeTo2(target, begin, transferBytes, channel, blocking); in TransferTo2()
[all …]
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dqueue.cpp360 lword bytesLeft = transferBytes; in TransferTo2()
376 transferBytes -= bytesLeft; in TransferTo2()
382 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking); in TransferTo2()
383 Skip(transferBytes); in TransferTo2()
392 lword transferBytes = end-begin; in CopyRangeTo2() local
394 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking); in CopyRangeTo2()
395 begin += transferBytes; in CopyRangeTo2()
546 lword bytesLeft = transferBytes; in TransferTo2()
583 transferBytes -= bytesLeft; in TransferTo2()
591 lword transferBytes = end-begin; in CopyRangeTo2() local
[all …]
H A Dmqueue.cpp24 size_t MessageQueue::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::s… in TransferTo2() argument
26 transferBytes = STDMIN(MaxRetrievable(), transferBytes); in TransferTo2()
27 size_t blockedBytes = m_queue.TransferTo2(target, transferBytes, channel, blocking); in TransferTo2()
28 m_lengths.front() -= transferBytes; in TransferTo2()
H A Dfiles.cpp118 size_t FileStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::stri… in TransferTo2() argument
122 transferBytes = 0; in TransferTo2()
126 lword size=transferBytes; in TransferTo2()
127 transferBytes = 0; in TransferTo2()
146 transferBytes += m_len; in TransferTo2()
H A Dfilters.cpp66 size_t Filter::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string … in TransferTo2() argument
68 return AttachedTransformation()->TransferTo2(target, transferBytes, channel, blocking); in TransferTo2()
1207 size_t StringStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::st… in TransferTo2() argument
1210 size_t blockedBytes = CopyRangeTo2(target, position, transferBytes, channel, blocking); in TransferTo2()
1212 transferBytes = position; in TransferTo2()
1239 transferBytes = UnsignedMin(transferBytes, m_length - m_count); in TransferTo2()
1240 m_rng->GenerateIntoBufferedTransformation(target, channel, transferBytes); in TransferTo2()
1241 m_count += transferBytes; in TransferTo2()
1260 size_t NullStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::stri… in TransferTo2() argument
1263 size_t blockedBytes = NullStore::CopyRangeTo2(target, begin, transferBytes, channel, blocking); in TransferTo2()
[all …]
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfImage.java206 transferBytes(is, streamBytes, -1); in PdfImage()
229 transferBytes(is, streamBytes, -1); in PdfImage()
241 transferBytes(is, streamBytes, -1); in PdfImage()
273 static void transferBytes(InputStream in, OutputStream out, int len) throws IOException { in transferBytes() method in PdfImage

123