Home | History | Annotate | Download | only in common

Lines Matching refs:m_length

1243 		, m_length			(length)
1249 // Get the next num bits. Bits at positions greater than or equal to m_length are zeros.
1252 if (num == 0 || m_ndx >= m_length)
1256 const int numBitsFromSrc = de::max(0, de::min(m_length, end) - m_ndx);
1269 const int m_length;