Searched refs:otherDepth (Results 1 – 1 of 1) sorted by relevance
1010 int otherDepth = 0; in commonAncestor() local1014 otherDepth++; in commonAncestor()1018 if (thisDepth > otherDepth) { in commonAncestor()1019 for (int i = thisDepth; i > otherDepth; --i) in commonAncestor()1021 } else if (otherDepth > thisDepth) { in commonAncestor()1022 for (int i = otherDepth; i > thisDepth; --i) in commonAncestor()