Searched refs:nBitIndex (Results 1 – 1 of 1) sorted by relevance
178 int nBitIndex = m_nCurrentBitIndex & 31; in EncodeUnsignedLong() local180 if (nBitIndex == 0) in EncodeUnsignedLong()186 m_pBitArray[nBitArrayIndex] |= n >> nBitIndex; in EncodeUnsignedLong()187 m_pBitArray[nBitArrayIndex + 1] = n << (32 - nBitIndex); in EncodeUnsignedLong()