HomeSort by relevance Sort by last modified time
    Searched defs:MaxLen (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/MC/
SubtargetFeature.cpp 86 size_t MaxLen = 0;
88 MaxLen = std::max(MaxLen, std::strlen(I.Key));
89 return MaxLen;
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 23 public int MaxLen;
27 int minLen, int maxLen, string postCharSet)
33 MaxLen = maxLen;
84 int maxLen = kNoLen;
88 if (switchLen <= maxLen || pos + switchLen > len)
94 maxLen = switchLen;
97 if (maxLen == kNoLen)
98 throw new Exception("maxLen == kNoLen");
104 pos += maxLen;
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerInternal.h 74 int MaxLen = 0;
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 747 unsigned MaxLen = 0;
750 MaxLen = std::max(MaxLen, (unsigned)I.first.size());
763 OS << I.first << " */ " << std::string(MaxLen - I.first.size(), ' ');
    [all...]

Completed in 552 milliseconds