Searched refs:nBitIndex (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DBitArray.cpp178 int nBitIndex = m_nCurrentBitIndex & 31; local
180 if (nBitIndex == 0)
186 m_pBitArray[nBitArrayIndex] |= n >> nBitIndex;
187 m_pBitArray[nBitArrayIndex + 1] = n << (32 - nBitIndex);

Completed in 79 milliseconds