Home
last modified time | relevance | path

Searched refs:m_iChunks (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinx.h419 int m_iChunks; ///< how much chunks are actually allocated variable
H A Dsphinx.cpp2277 m_iChunks = 0; in Reset()
2297 m_iChunks = pLC->m_iChunks; in SetRemap()
2298 m_pData = new int [ m_iChunks*CHUNK_SIZE ]; in SetRemap()
2299 memcpy ( m_pData, pLC->m_pData, sizeof(int)*m_iChunks*CHUNK_SIZE ); // NOLINT sizeof(int) in SetRemap()
2321 int iNewChunks = m_iChunks; in AddRemaps()
2343 if ( iNewChunks>m_iChunks ) in AddRemaps()
2368 m_iChunks = iNewChunks; in AddRemaps()
2417 int iLen = ( sizeof(int) * m_iChunks * CHUNK_SIZE ) / sizeof(BYTE); // NOLINT in GetFNV()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinx.h452 int m_iChunks; ///< how much chunks are actually allocated variable
H A Dsphinx.cpp3823 m_iChunks = 1; in Reset()
3843 m_iChunks = pLC->m_iChunks; in SetRemap()
3844 m_pData = new int [ m_iChunks*CHUNK_SIZE ]; in SetRemap()
3845 memcpy ( m_pData, pLC->m_pData, sizeof(int)*m_iChunks*CHUNK_SIZE ); // NOLINT sizeof(int) in SetRemap()
3867 int iNewChunks = m_iChunks; in AddRemaps()
3889 if ( iNewChunks>m_iChunks ) in AddRemaps()
3914 m_iChunks = iNewChunks; in AddRemaps()
3958 int iLen = ( sizeof(int) * m_iChunks * CHUNK_SIZE ) / sizeof(BYTE); // NOLINT in GetFNV()
5384 m_tLC.m_iChunks = 0; in CloneBase()