Searched refs:ResDelta (Results 1 – 2 of 2) sorted by relevance
811 SchedResourceDelta ResDelta; member824 ResDelta = Best.ResDelta; in setBest()
2213 ResDelta.CritResources += PI->Cycles; in initResourceDelta()2215 ResDelta.DemandedResources += PI->Cycles; in initResourceDelta()2757 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()2760 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()2761 Cand.ResDelta.DemandedResources, in tryCandidate()2808 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()3048 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()3051 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()3052 Cand.ResDelta.DemandedResources, in tryCandidate()