Searched refs:right_so_far (Results 1 – 1 of 1) sorted by relevance
72 int32_t right_so_far = 0; in IsAddOrSubAConstant() local80 if (!WouldAddOverflowOrUnderflow(right_so_far, c)) { in IsAddOrSubAConstant()83 right_so_far += c; in IsAddOrSubAConstant()91 *right_constant = right_so_far; in IsAddOrSubAConstant()