Searched refs:MaxHeight (Results 1 – 2 of 2) sorted by relevance
2186 unsigned MaxHeight = 0; in closestSucc() local2195 if (Height > MaxHeight) in closestSucc()2196 MaxHeight = Height; in closestSucc()2198 return MaxHeight; in closestSucc()
2079 unsigned MaxHeight = 0; in closestSucc() local2089 if (Height > MaxHeight) in closestSucc()2090 MaxHeight = Height; in closestSucc()2092 return MaxHeight; in closestSucc()