Searched refs:highestPopularityIndex (Results 1 - 1 of 1) 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.cpp128 uint32_t highestPopularityIndex = 0; local
130 if (it->m_popularityIndex > highestPopularityIndex) {
131 highestPopularityIndex = it->m_popularityIndex;

Completed in 29 milliseconds