Searched refs:acc_overflow (Results 1 – 1 of 1) sorted by relevance
73 const bool acc_overflow = __builtin_add_overflow(acc, res.first, &acc); in poll() local76 if (acc_overflow) LOG_ALWAYS_FATAL("Unexpected overflow/underflow in %s", __func__); in poll()