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

/external/webkit/Source/WebCore/xml/
H A DXPathNodeSet.cpp92 unsigned sortedEnd = from; local
94 for (unsigned i = sortedEnd; i < to; ++i) {
97 parentMatrix[i].swap(parentMatrix[sortedEnd++]);
99 if (sortedEnd != from) {
100 if (to - sortedEnd > 1)
101 sortBlock(sortedEnd, to, parentMatrix, mayContainAttributeNodes);

Completed in 598 milliseconds