Searched refs:transferBytes (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmqueue.cpp24 size_t MessageQueue::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking) argument
26 transferBytes = STDMIN(MaxRetrievable(), transferBytes);
27 size_t blockedBytes = m_queue.TransferTo2(target, transferBytes, channel, blocking);
28 m_lengths.front() -= transferBytes;
H A Dqueue.cpp335 size_t ByteQueue::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking) argument
339 lword bytesLeft = transferBytes;
355 transferBytes -= bytesLeft;
361 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking);
362 Skip(transferBytes);
371 lword transferBytes = end-begin; local
372 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking);
373 begin += transferBytes;
509 size_t ByteQueue::Walker::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking)
511 lword bytesLeft = transferBytes;
[all...]
H A Dfiles.cpp53 size_t FileStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking) argument
57 transferBytes = 0;
61 lword size=transferBytes;
62 transferBytes = 0;
83 transferBytes += m_len;
H A Dqueue.h38 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
83 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
H A Dfilters.cpp56 size_t Filter::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking) argument
58 return AttachedTransformation()->TransferTo2(target, transferBytes, channel, blocking);
1056 size_t StringStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking)
1059 size_t blockedBytes = CopyRangeTo2(target, position, transferBytes, channel, blocking);
1061 transferBytes = position;
1083 size_t RandomNumberStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking)
1088 transferBytes = UnsignedMin(transferBytes, m_length - m_count);
1089 m_rng->GenerateIntoBufferedTransformation(target, channel, transferBytes);
1090 m_count += transferBytes;
[all...]
H A Dmqueue.h38 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
H A Dsimple.h192 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) argument
193 {transferBytes = 0; return 0;}
H A Dasn.cpp453 size_t BERGeneralDecoder::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking) argument
455 if (m_definiteLength && transferBytes > m_length)
456 transferBytes = m_length;
457 size_t blockedBytes = m_inQueue.TransferTo2(target, transferBytes, channel, blocking);
458 ReduceLength(transferBytes);
H A Dfiles.h34 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
H A Dfilters.h25 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
674 CRYPTOPP_DLL size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
697 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
717 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
H A Dasn.h141 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/include/mach/
H A Ddma.h241 uint64_t transferBytes; /* Total bytes transferred */ member in struct:__anon7954
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/
H A Ddma.c248 devAttr->transferBytes,
339 devAttr->transferBytes += devAttr->numBytes;

Completed in 125 milliseconds