HomeSort by: relevance | last modified time | path
    Searched refs:MinLength (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-strings/
llvm-strings.cpp 38 MinLength("bytes", cl::desc("Print sequences of the specified length"),
40 static cl::alias MinLengthShort("n", cl::desc(""), cl::aliasopt(MinLength));
62 if (L.size() < static_cast<size_t>(MinLength))
101 if (MinLength == 0) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SuffixTree.h 253 const unsigned MinLength = 2;
285 else if (Length >= MinLength)

Completed in 17 milliseconds