Searched refs:max_uint_2op (Results 1 – 1 of 1) sorted by relevance
466 uint64_t max_uint_2op = max_uint - carry_in; in AddWithCarry() local467 bool C = (left > max_uint_2op) || ((max_uint_2op - left) < right); in AddWithCarry()