Searched refs:MaxHeight (Results 1 – 4 of 4) sorted by relevance
108 unsigned MaxHeight = 0; in closestSucc() local114 if (Height > MaxHeight) in closestSucc()115 MaxHeight = Height; in closestSucc()117 return MaxHeight; in closestSucc()
2311 unsigned MaxHeight = 0; in closestSucc() local2320 if (Height > MaxHeight) in closestSucc()2321 MaxHeight = Height; in closestSucc()2323 return MaxHeight; in closestSucc()
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()