Home
last modified time | relevance | path

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

/external/lzma/CS/7zip/Common/
DInBuffer.cs9 uint m_Limit; field in SevenZip.Buffer.InBuffer
25 m_Limit = 0; in Init()
37 m_Limit = (uint)aNumProcessedBytes; in ReadBlock()
51 if (m_Pos >= m_Limit) in ReadByte()
61 if (m_Pos >= m_Limit) in ReadByte()