Searched refs:b_depth (Results 1 – 1 of 1) sorted by relevance
404 int b_depth = GetNode(b->parent()).depth(); in NearestAncestorsInSameComputation() local409 if (a_depth > b_depth) { in NearestAncestorsInSameComputation()410 for (int i = 0; i < a_depth - b_depth; ++i) { in NearestAncestorsInSameComputation()416 } else if (b_depth > a_depth) { in NearestAncestorsInSameComputation()417 for (int i = 0; i < b_depth - a_depth; ++i) { in NearestAncestorsInSameComputation()