Searched refs:nRightValue (Results 1 – 1 of 1) sorted by relevance
68 uint32 nRightValue = (m_pBitArray[nBitArrayIndex + 1] >> (32 - nRightBits)); in DecodeValueXBits() local69 return (nLeftValue | nRightValue); in DecodeValueXBits()