Searched refs:b_depth (Results 1 – 1 of 1) sorted by relevance
399 int b_depth = GetNode(b->parent()).depth(); in NearestAncestorsInSameComputation() local404 if (a_depth > b_depth) { in NearestAncestorsInSameComputation()405 for (int i = 0; i < a_depth - b_depth; ++i) { in NearestAncestorsInSameComputation()411 } else if (b_depth > a_depth) { in NearestAncestorsInSameComputation()412 for (int i = 0; i < b_depth - a_depth; ++i) { in NearestAncestorsInSameComputation()