Searched refs:NewestValue (Results 1 – 1 of 1) sorted by relevance
1007 SK_U64 NewestValue; in SkPnmiEvent() local1227 NewestValue = pAC->Pnmi.RlmtChangeCts; in SkPnmiEvent()1229 pEst->EstValue[CounterIndex] = NewestValue; in SkPnmiEvent()1235 if (NewestValue >= OldestValue) { in SkPnmiEvent()1237 Delta = NewestValue - OldestValue; in SkPnmiEvent()1241 Delta = (SK_U64)(0 - OldestValue) + NewestValue; in SkPnmiEvent()