Searched refs:m_popularityIndex (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DEntry.h61 uint32_t m_popularityIndex; member in struct:Kademlia::CEntry::sFileNameEntry
H A DEntry.cpp130 if (it->m_popularityIndex > highestPopularityIndex) {
131 highestPopularityIndex = it->m_popularityIndex;
409 nameToCopy.m_popularityIndex++;
514 data->WriteUInt32(it->m_popularityIndex);
538 toAdd.m_popularityIndex = data->ReadUInt32();

Completed in 106 milliseconds