Searched refs:MaxHeight (Results 1 – 2 of 2) sorted by relevance
107 unsigned MaxHeight = 0; in closestSucc() local113 if (Height > MaxHeight) in closestSucc()114 MaxHeight = Height; in closestSucc()116 return MaxHeight; in closestSucc()
2347 unsigned MaxHeight = 0; in closestSucc() local2356 if (Height > MaxHeight) in closestSucc()2357 MaxHeight = Height; in closestSucc()2359 return MaxHeight; in closestSucc()