Searched refs:CommonLen (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/LineEditor/
H A DLineEditor.cpp45 size_t CommonLen = 0; local
46 for (; CommonLen != Len; ++CommonLen) {
47 if (CommonPrefix[CommonLen] != I->TypedText[CommonLen])
50 CommonPrefix.resize(CommonLen);
/external/swiftshader/third_party/subzero/src/
H A DIceELFSection.cpp209 size_t CommonLen = std::min(LenA, LenB); local
211 for (size_t i = 0; i < CommonLen; ++i) {

Completed in 181 milliseconds