Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h165 #define INT64_OR_DOUBLE int64_t macro
167 #define INT64_OR_DOUBLE double macro
H A Dpcre2_compile.c7004 if ((INT64_OR_DOUBLE)replicate* in compile_branch()
7005 (INT64_OR_DOUBLE)(1 + LINK_SIZE) > in compile_branch()
7006 (INT64_OR_DOUBLE)INT_MAX || in compile_branch()
7174 if ((INT64_OR_DOUBLE)(repeat_min - 1)* in compile_branch()
7175 (INT64_OR_DOUBLE)length_prevgroup > in compile_branch()
7176 (INT64_OR_DOUBLE)INT_MAX || in compile_branch()
7227 if ((INT64_OR_DOUBLE)repeat_max * in compile_branch()
7228 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE) in compile_branch()
7229 > (INT64_OR_DOUBLE)INT_MAX || in compile_branch()

Completed in 33 milliseconds