Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DUnBitArrayBase.cpp68 uint32 nRightValue = (m_pBitArray[nBitArrayIndex + 1] >> (32 - nRightBits)); in DecodeValueXBits() local
69 return (nLeftValue | nRightValue); in DecodeValueXBits()