Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c266 #define U32OVERFLOW(x) (x > UINT32_MAX) macro
268 #define U32OVERFLOW(x) (x == UINT32_MAX) macro
3783 if (U32OVERFLOW(uli)) goto INVALID_VALUE; in decode_modifiers()
3788 if (U32OVERFLOW(uli)) goto INVALID_VALUE; in decode_modifiers()
3821 if (U32OVERFLOW(uli)) goto INVALID_VALUE; in decode_modifiers()
5157 if (U32OVERFLOW(uli)) in process_pattern()
8275 if (U32OVERFLOW(uli)) in main()
8334 if (U32OVERFLOW(uli)) in main()