Searched refs:add_overflow (Results 1 – 2 of 2) sorted by relevance
72 inline bool add_overflow(uint32_t x, uint32_t y, uint32_t *sum) { in add_overflow() function
585 if (Utils::add_overflow(Weight, Delta, &Weight) || Weight == Inf) in addWeight()