Home | History | Annotate | Download | only in functional

Lines Matching refs:m_length

221 		, m_length			(length)
227 // Set the next num bits. Bits at positions greater than or equal to m_length are not touched.
232 if (num == 0 || m_ndx >= m_length)
236 const int numBitsToDst = de::max(0, de::min(m_length, end) - m_ndx);
250 const int m_length;