HomeSort by relevance Sort by last modified time
    Searched refs:m_Limit (Results 1 - 3 of 3) sorted by null

  /external/lzma/CS/7zip/Common/
InBuffer.cs 9 uint m_Limit;
25 m_Limit = 0;
37 m_Limit = (uint)aNumProcessedBytes;
51 if (m_Pos >= m_Limit)
61 if (m_Pos >= m_Limit)
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp     [all...]
  /external/pdfium/core/include/fxcrt/
fx_string.h 417 m_Limit = limit;
452 FX_STRSIZE m_Limit;

Completed in 54 milliseconds