Searched refs:oldTotal (Results 1 – 1 of 1) sorted by relevance
295 unsigned oldTotal = total; in sumWithOverflow() local296 total = oldTotal + addend; in sumWithOverflow()297 if (total < oldTotal) in sumWithOverflow()