Searched refs:m_sizeLastPart (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGapList.h43 uint32 m_sizeLastPart; member in class:CGapList
58 uint32 GetPartSize(uint16 part) const { return part == m_iPartCount - 1 ? m_sizeLastPart : PARTSIZE; }
H A DGapList.cpp37 m_sizeLastPart = fileSize % PARTSIZE;
39 if (m_sizeLastPart == 0
41 m_sizeLastPart = PARTSIZE;
285 if (part == m_iPartCount && m_sizeLastPart == PARTSIZE) {
H A DKnownFile.h208 uint32 GetPartSize(uint16 part) const { return part == m_iPartCount - 1 ? m_sizeLastPart : PARTSIZE; }
341 uint32 m_sizeLastPart; // size of the last part member in class:CKnownFile
H A DKnownFile.cpp402 m_sizeLastPart = 0;
409 m_sizeLastPart = nFileSize % PARTSIZE;
411 if (m_sizeLastPart == 0) {
412 m_sizeLastPart = PARTSIZE;

Completed in 29 milliseconds