Home | History | Annotate | Download | only in ProfileData

Lines Matching refs:Overflowed

348       bool Overflowed;
349 I->Count = SaturatingMultiplyAdd(J->Count, Weight, I->Count, &Overflowed);
350 if (Overflowed)
362 bool Overflowed;
363 I->Count = SaturatingMultiply(I->Count, Weight, &Overflowed);
364 if (Overflowed)
397 bool Overflowed;
399 SaturatingMultiplyAdd(Other.Counts[I], Weight, Counts[I], &Overflowed);
400 if (Overflowed)
418 bool Overflowed;
419 Count = SaturatingMultiply(Count, Weight, &Overflowed);
420 if (Overflowed)