Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c282 #define U32OVERFLOW(x) (x > UINT32_MAX) macro
284 #define U32OVERFLOW(x) (x == UINT32_MAX) macro
3864 if (U32OVERFLOW(uli)) goto INVALID_VALUE; in decode_modifiers()
3869 if (U32OVERFLOW(uli)) goto INVALID_VALUE; in decode_modifiers()
3902 if (U32OVERFLOW(uli)) goto INVALID_VALUE; in decode_modifiers()
5336 if (U32OVERFLOW(uli)) in process_pattern()
8696 if (U32OVERFLOW(uli)) in main()
8762 if (U32OVERFLOW(uli)) in main()