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

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNNFilter.h32 inline short GetSaturatedShortFromInt(int nValue) const
34 return short((nValue == short(nValue)) ? nValue : (nValue >> 31) ^ 0x7FFF);
H A DBitArray.h34 int EncodeBits(unsigned int nValue, int nBits);
H A DUnBitArray.cpp98 uchar nValue = static_cast<uchar>(m_pBitArray[m_nCurrentBitIndex >> 5] local
101 return nValue;
153 int nValue = 0; local
241 nValue = nBase + (nOverflow * nPivotValue);
267 nValue = RangeDecodeFastWithUpdate(nTempK);
271 nValue = nX1 | (nX2 << 16);
275 nValue += (nOverflow << nTempK);
279 BitArrayState.nKSum += ((nValue + 1) / 2)
289 return (nValue & 1) ? (nValue >>
[all...]
H A DBitArray.cpp152 int CBitArray::EncodeBits(unsigned int nValue, int nBits) argument
161 ENCODE_DIRECT(nValue, nBits);

Completed in 81 milliseconds