Searched refs:nMod (Results 1 – 1 of 1) sorted by relevance
41 int nMod = m_nCurrentBitIndex % 8; in AdvanceToByteBoundary() local42 if (nMod != 0) in AdvanceToByteBoundary()43 m_nCurrentBitIndex += 8 - nMod; in AdvanceToByteBoundary()