Searched refs:a_depth (Results 1 – 1 of 1) sorted by relevance
398 int a_depth = GetNode(a->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()