Home
last modified time | relevance | path

Searched refs:OldLen (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceMangling.cpp44 const size_t OldLen = OldName.size(); in incrementSubstitutions() local
45 for (; OldPos < OldLen; ++OldPos, ++NewPos) { in incrementSubstitutions()
53 for (Last = OldPos + 1; Last < OldLen; ++Last) { in incrementSubstitutions()