Searched refs:overflow (Results 1 – 3 of 3) sorted by relevance
420 int overflow; in write_src() local424 overflow = (offset < 0 || offset > UINT_MAX); in write_src()427 overflow = (offset < 0 || offset > INT_MAX); in write_src()430 overflow = (offset < INT_MIN || offset >= 0); in write_src()432 if (overflow) { in write_src()
5 /// returned to user space. If you can guarantee that an overflow
8 /// perform arithmetic overflow check. Thus, if we use an opencoded expression9 /// before a call to the *_size() function we can miss an overflow.