Searched refs:MaxScore (Results 1 – 1 of 1) sorted by relevance
261 int MaxScore = -1; in findFirstSlotCandidate() local299 if (TotalScore > MaxScore || in findFirstSlotCandidate()300 (TotalScore == MaxScore && ST.FI > MaxScoreST.FI)) { in findFirstSlotCandidate()301 MaxScore = TotalScore; in findFirstSlotCandidate()