Searched refs:right_so_far (Results 1 – 1 of 1) sorted by relevance
71 int32_t right_so_far = 0; in IsAddOrSubAConstant() local79 if (!WouldAddOverflowOrUnderflow(right_so_far, c)) { in IsAddOrSubAConstant()82 right_so_far += c; in IsAddOrSubAConstant()90 *right_constant = right_so_far; in IsAddOrSubAConstant()