Home
last modified time | relevance | path

Searched refs:GetFuzzyHash (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxquery.h222 uint64_t GetFuzzyHash () const;
H A Dsphinxquery.cpp290 uint64_t XQNode_t::GetFuzzyHash () const in GetFuzzyHash() function in XQNode_t
302 …m_iFuzzyHash = 100 + ( m_iFuzzyHash ^ m_dChildren[j]->GetFuzzyHash () ); // +100 to make it non-tr… in GetFuzzyHash()
2709 static inline uint64_t By ( XQNode_t * p ) { return p->GetFuzzyHash(); } in By()
2715 static inline uint64_t By ( XQNode_t * p ) { return p->m_pParent->GetFuzzyHash(); } in By()
2721 static inline uint64_t By ( XQNode_t * p ) { return p->m_pParent->m_pParent->GetFuzzyHash(); } in By()
2726 … inline uint64_t By ( XQNode_t * p ) { return p->m_pParent->m_pParent->m_pParent->GetFuzzyHash(); } in By()
2732 …t64_t By ( XQNode_t * p ) { return p->m_pParent->m_pParent->m_pParent->m_pParent->GetFuzzyHash(); } in By()