Home
last modified time | relevance | path

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

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A Dpattern.cpp173 const CHANNELINDEX nChns = GetNumChannels(); in Expand() local
191 ….begin(), mDst = newPattern.begin(); mSrc != m_ModCommands.end(); mSrc += nChns, mDst += 2 * nChns) in Expand()
193 std::copy(mSrc, mSrc + nChns, mDst); in Expand()
212 const CHANNELINDEX nChns = GetNumChannels(); in Shrink() local
220 for(CHANNELINDEX x = 0; x < nChns; x++) in Shrink()
245 m_ModCommands.resize(m_Rows * nChns); in Shrink()
/dports/science/mmdb2/mmdb2-2.0.20/mmdb2/
H A Dmmdb_model.cpp3370 int i,j,k,nChns,nResidues; in GetResidueTable() local
3378 GetChainTable ( chn,nChns ); in GetResidueTable()
3379 for (i=0;i<nChns;i++) in GetResidueTable()
3388 GetChainTable ( chn,nChns ); in GetResidueTable()
3389 for (i=0;i<nChns;i++) in GetResidueTable()