Searched refs:fileSize (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DBarShader.h90 * @param fileSize The new filesize.
95 void SetFileSize(uint64 fileSize) { m_FileSize = fileSize; } argument
H A DMuleCollection.cpp47 uint64_t fileSize,
51 m_fileSize(fileSize),
82 // ed2k://|file|fileName|fileSize|fileHash|/
255 uint64_t fileSize = 0; local
287 fileSize = ReadInt<uint32_t>(infile);
291 fileSize = ReadInt<uint16_t>(infile);
295 fileSize = infile.get();
299 fileSize = ReadInt<uint64_t>(infile);
342 AddFile(fileName, fileSize, fileHash);
383 // ed2k://|file|fileName|fileSize|fileHas
45 CollectionFile( const std::string &fileName, uint64_t fileSize, const std::string &fileHash) argument
402 uint64_t fileSize; local
417 AddFile( const std::string &fileName, uint64_t fileSize, const std::string &fileHash) argument
[all...]
H A DMuleCollection.h45 uint64_t fileSize = 0,
74 uint64_t fileSize,
H A DGapList.cpp33 void CGapList::Init(uint64 fileSize, bool isEmpty) argument
35 m_filesize = fileSize;
36 m_iPartCount = fileSize / PARTSIZE + 1;
37 m_sizeLastPart = fileSize % PARTSIZE;
40 && fileSize) { // that's only for pre-init in ctor
48 AddGap(0, fileSize - 1);
H A DGapList.h65 void Init(uint64 fileSize, bool empty);
H A DSearchList.cpp533 const uint64 fileSize = toadd->GetFileSize(); local
535 if ((fileSize == 0) || (fileSize > MAX_FILE_SIZE)) {
538 % fileSize
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/tests/benchmark/
H A Dbenchmark.c31 int nrOfLoops, bufferSize, fileSize, i, isFinal; local
70 fileSize = fread (XMLBuf, sizeof (char), fileAttr.st_size, fd);
79 XMLBufEnd = XMLBuf + fileSize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/tests/benchmark/
H A Dbenchmark.c31 int nrOfLoops, bufferSize, fileSize, i, isFinal; local
70 fileSize = fread (XMLBuf, sizeof (char), fileAttr.st_size, fd);
79 XMLBufEnd = XMLBuf + fileSize;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/LzmaUtil/
H A DLzmaUtil.c134 static SRes Encode(ISeqOutStream *outStream, ISeqInStream *inStream, UInt64 fileSize, char *rs) argument
157 header[headerSize++] = (Byte)(fileSize >> (8 * i));
220 UInt64 fileSize; local
221 File_GetLength(&inStream.file, &fileSize);
222 res = Encode(&outStream.s, &inStream.s, fileSize, rs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/plasmamule/
H A Dqt-emc.cpp104 int fileSize; local
369 fileSize = lFileSize;
383 fileSize = mFileSize;
397 fileSize = sFileSize;
411 fileSize = xlFileSize;
509 list.append(QString("ed2k://|file|%1|%2|%3|/").arg(fileName).arg(fileSize).arg(fileHash));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DIndexed.h128 void SendValidSourceResult(const CUInt128& keyID, uint32_t ip, uint16_t port, uint16_t startPosition, uint64_t fileSize, const CKadUDPKey& senderKey);
129 void SendValidNoteResult(const CUInt128& keyID, uint32_t ip, uint16_t port, uint64_t fileSize, const CKadUDPKey& senderKey);
H A DIndexed.cpp816 void CIndexed::SendValidSourceResult(const CUInt128& keyID, uint32_t ip, uint16_t port, uint16_t startPosition, uint64_t fileSize, const CKadUDPKey& senderKey) argument
836 if (!fileSize || !currName->m_uSize || currName->m_uSize == fileSize) {
866 void CIndexed::SendValidNoteResult(const CUInt128& keyID, uint32_t ip, uint16_t port, uint64_t fileSize, const CKadUDPKey& senderKey) argument
884 if (!fileSize || !currName->m_uSize || fileSize == currName->m_uSize) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dtest.cpp202 unsigned int fileSize = (unsigned int)fileEnd; local
203 SecByteBlock buf(fileSize);
205 dllFile.read((char *)buf.begin(), fileSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DKademliaUDPListener.cpp947 uint64_t fileSize = bio.ReadUInt64(); local
948 CKademlia::GetIndexed()->SendValidSourceResult(target, ip, port, startPosition, fileSize, senderKey);
1263 uint64_t fileSize = bio.ReadUInt64(); local
1264 CKademlia::GetIndexed()->SendValidNoteResult(target, ip, port, fileSize, senderKey);

Completed in 93 milliseconds