Searched refs:OtherCount (Results 1 – 2 of 2) sorted by relevance
227 uint64_t OtherCount = Other.Counts[I]; in merge() local229 OtherCount = SaturatingMultiply(OtherCount, Weight, &Overflowed); in merge()233 Counts[I] = SaturatingAdd(Counts[I], OtherCount, &Overflowed); in merge()
1834 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount() local1835 if (OtherCount > OtherCritCount) { in getOtherResourceCount()1836 OtherCritCount = OtherCount; in getOtherResourceCount()2250 unsigned OtherCount = in setPolicy() local2256 OtherResLimited = (int)(OtherCount - (RemLatency * LFactor)) > (int)LFactor; in setPolicy()