Searched refs:TotalScore (Results 1 – 1 of 1) sorted by relevance
303 int TotalScore = RetagScore[ST] += Score; in findFirstSlotCandidate() local304 if (TotalScore > MaxScore || in findFirstSlotCandidate()305 (TotalScore == MaxScore && ST.FI > MaxScoreST.FI)) { in findFirstSlotCandidate()306 MaxScore = TotalScore; in findFirstSlotCandidate()