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

  /external/lzma/CPP/Common/
CommandLineParser.cpp 129 int tailSize = len - pos;
135 if (tailSize == 0)
147 if (tailSize < switchForm.MinLen)
151 if (tailSize == 0)
170 if (tailSize < minLen)
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 105 int tailSize = len - pos;
111 if (tailSize == 0)
123 if (tailSize < switchForm.MinLen)
127 if (tailSize == 0)
146 if (tailSize < minLen)

Completed in 34 milliseconds