Home
last modified time | relevance | path

Searched refs:MVA_UPSIZE (Results 1 – 15 of 15) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxfilter.cpp367 int64_t iMva = MVA_UPSIZE ( (const DWORD *)pVal ); in MvaEval()
429 int64_t iMva = MVA_UPSIZE ( (const DWORD *)pVal ); in MvaEval()
441 int64_t iMvaL = MVA_UPSIZE ( (const DWORD *)L ); in MvaEval()
H A Dsearch.cpp387 uint64_t uMva = MVA_UPSIZE ( pValues ); in main()
H A Dsphinxint.h375 inline int64_t MVA_UPSIZE ( const DWORD * pMva ) in MVA_UPSIZE() function
680 int64_t iVal = MVA_UPSIZE ( pMva ); in CollectRowMVA()
H A Dsphinxsort.cpp1375 int64_t iMva = MVA_UPSIZE ( pValues ); in Push()
H A Dsphinxexpr.cpp2075 int64_t iMva = MVA_UPSIZE ( (const DWORD *)pVal ); in MvaEval()
H A Dsphinx.cpp7745 SphAttr_t uValue = dBigints[iCol] ? MVA_UPSIZE ( &tUpd.m_dPool[iPos] ) : tUpd.m_dPool[iPos]; in UpdateAttributes()
7810 int64_t uValue = MVA_UPSIZE ( pSrc ); in UpdateAttributes()
9185 pMva->m_iValue = MVA_UPSIZE ( pSource->m_dMva.Begin() ); in BuildMVA()
10286 tMva.m_iValue = MVA_UPSIZE ( pSource->m_dMva.Begin() + j ); in Build()
16095 iPrev = MVA_UPSIZE ( pMva+uVal-2 ); in DebugCheck()
16096 iCur = MVA_UPSIZE ( pMva+uVal ); in DebugCheck()
H A Dsphinxrt.cpp5024 SphAttr_t uValue = dBigints[iCol] ? MVA_UPSIZE ( &tUpd.m_dPool[iPos] ) : tUpd.m_dPool[iPos]; in UpdateAttributes()
H A Dsearchd.cpp5132 uint64_t uVal = (uint64_t)MVA_UPSIZE ( pValues ); in SendResult()
11300 int64_t iVal = MVA_UPSIZE ( pValues ); in SendMysqlSelectResult()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxfilter.cpp449 int64_t iMva = MVA_UPSIZE ( (const DWORD *)pVal ); in MvaEval()
470 return MVA_UPSIZE ( (const DWORD *)pVal ); in GetMvaValue()
H A Dsphinxint.h555 inline int64_t MVA_UPSIZE ( const DWORD * pMva ) in MVA_UPSIZE() function
842 int64_t iVal = MVA_UPSIZE ( pMva ); in CollectRowMVA()
H A Dsphinxrt.cpp5266 iPrev = MVA_UPSIZE ( pMvaCur+uVal-2 ); in DebugCheck()
5267 iCur = MVA_UPSIZE ( pMvaCur+uVal ); in DebugCheck()
7736 : dBigints.BitGet ( iCol ) ? MVA_UPSIZE ( &tUpd.m_dPool[iPos] ) : tUpd.m_dPool[iPos]; in UpdateAttributes()
7780 : dBigints.BitGet ( iCol ) ? MVA_UPSIZE ( &tUpd.m_dPool[iPos] ) : tUpd.m_dPool[iPos]; in UpdateAttributes()
7800 …SphAttr_t uValue = dBigints.BitGet ( iCol ) ? MVA_UPSIZE ( &tUpd.m_dPool[iPos] ) : tUpd.m_dPool[iP… in UpdateAttributes()
H A Dsphinxexpr.cpp636 m_sBuilder.Appendf ( INT64_FMT, MVA_UPSIZE ( pValues ) ); in StringEval()
4459 int64_t iMva = MVA_UPSIZE ( (const DWORD *)pVal ); in MvaEval()
H A Dsphinx.cpp9987 : dBigints.BitGet ( iCol ) ? MVA_UPSIZE ( &tUpd.m_dPool[iPos] ) : tUpd.m_dPool[iPos]; in UpdateAttributes()
10110 …SphAttr_t uValue = dBigints.BitGet ( iCol ) ? MVA_UPSIZE ( &tUpd.m_dPool[iPos] ) : tUpd.m_dPool[iP… in UpdateAttributes()
10153 : dBigints.BitGet ( iCol ) ? MVA_UPSIZE ( &tUpd.m_dPool[iPos] ) : tUpd.m_dPool[iPos]; in UpdateAttributes()
10199 int64_t uValue = MVA_UPSIZE ( pSrc ); in UpdateAttributes()
12123 pMva->m_iValue = MVA_UPSIZE ( pSource->m_dMva.Begin() ); in BuildMVA()
12866 tMva.m_iValue = MVA_UPSIZE(pMVA); in Build()
12910 tMva.m_iValue = MVA_UPSIZE ( pSource->m_dMva.Begin() + j ); in Build()
20709 iPrev = MVA_UPSIZE ( dMva.Begin() + uVal - 2 ); in DebugCheck()
20710 iCur = MVA_UPSIZE ( dMva.Begin() + uVal ); in DebugCheck()
H A Dsphinxsort.cpp2854 int64_t iMva = MVA_UPSIZE ( pValues ); in Push()
H A Dsearchd.cpp8068 uint64_t uVal = (uint64_t)MVA_UPSIZE ( pValues ); in SendResult()
16982 int64_t iVal = MVA_UPSIZE ( pValues ); in SendMysqlSelectResult()