Searched refs:GetTrustValue (Results 1 - 3 of 3) 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.h124 double GetTrustValue();
H A DEntry.cpp480 double CKeyEntry::GetTrustValue() function in class:CKeyEntry
564 // if (GetTrustValue() < 1.0) {
566 // % nameCount % ipCount % GetTrustValue() % m_uSourceID.ToHexString());
594 uint32_t trust = (uint16_t)(GetTrustValue() * 100);
H A DIndexed.cpp763 if ((onlyTrusted ^ (currName->GetTrustValue() < 1.0)) && (!pSearchTerms || currName->SearchTermsMatch(pSearchTerms))) {

Completed in 119 milliseconds