Searched refs:b_depth (Results 1 – 1 of 1) sorted by relevance
396 int b_depth = GetNode(b->parent()).depth(); in NearestAncestorsInSameComputation() local401 if (a_depth > b_depth) { in NearestAncestorsInSameComputation()402 for (int i = 0; i < a_depth - b_depth; ++i) { in NearestAncestorsInSameComputation()408 } else if (b_depth > a_depth) { in NearestAncestorsInSameComputation()409 for (int i = 0; i < b_depth - a_depth; ++i) { in NearestAncestorsInSameComputation()