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