Searched refs:otherDepth (Results 1 – 1 of 1) sorted by relevance
919 int otherDepth = 0; in commonAncestor() local923 otherDepth++; in commonAncestor()927 if (thisDepth > otherDepth) { in commonAncestor()928 for (int i = thisDepth; i > otherDepth; --i) in commonAncestor()930 } else if (otherDepth > thisDepth) { in commonAncestor()931 for (int i = otherDepth; i > thisDepth; --i) in commonAncestor()