Searched refs:GetPartSize (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGapList.cpp118 uint64 gapend = gapstart + GetPartSize(part) - 1;
199 uint64 gapend = gapstart + GetPartSize(part) - 1;
221 uint64 uRangeEnd = uRangeStart + GetPartSize(part) - 1;
296 uint64 partend = partstart + GetPartSize(part) - 1;
H A DGapList.h58 uint32 GetPartSize(uint16 part) const { return part == m_iPartCount - 1 ? m_sizeLastPart : PARTSIZE; } function in class:CGapList
H A DKnownFile.h208 uint32 GetPartSize(uint16 part) const { return part == m_iPartCount - 1 ? m_sizeLastPart : PARTSIZE; } function in class:CKnownFile
H A DPartFile.cpp1152 uint64 partEnd = partStart + GetPartSize(i) - 1;
1253 uint64 partEnd = partStart + GetPartSize(partNumber) - 1;
1952 const uint64 uEnd = uStart + GetPartSize(cur_chunk.part) - 1;
1979 // PARTSIZE instead of GetPartSize() favours the last chunk - but that may be intentional
2298 uint32 length = GetPartSize(partnumber);
3031 uint32 partRange = GetPartSize(partNumber) - 1;
3266 if (GetPartSize(nPart) <= EMBLOCKSIZE)
3348 uint32 length = GetPartSize(nPart);
H A DThreadTasks.cpp213 const uint64 partLength = owner->GetPartSize(part);
H A DGenericClientListCtrl.cpp1332 uint64 uEnd = uStart + reqfile->GetPartSize(i) - 1;

Completed in 214 milliseconds