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()
2355 unsigned MaxHeight = 0; in closestSucc() local2364 if (Height > MaxHeight) in closestSucc()2365 MaxHeight = Height; in closestSucc()2367 return MaxHeight; in closestSucc()