Home
last modified time | relevance | path

Searched refs:S32OVERFLOW (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2test.c272 #define S32OVERFLOW(x) (x > INT32_MAX || x < INT32_MIN) macro
274 #define S32OVERFLOW(x) (x == INT32_MAX || x == INT32_MIN) macro
3829 if (S32OVERFLOW(li)) goto INVALID_VALUE; in decode_modifiers()
3860 if (S32OVERFLOW(li)) goto INVALID_VALUE; in decode_modifiers()
6457 if (S32OVERFLOW(li)) in process_data()