Searched refs:WILL_OVERFLOW_INT (Results 1 – 2 of 2) sorted by relevance
1120 if (WILL_OVERFLOW_INT(v, *s)) in get_uint_val()1165 if (WILL_OVERFLOW_INT(v, *s)) in get_int_val()
105 #define WILL_OVERFLOW_INT(t, d) ((t) > INT_MAX/10 || \ macro