Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c7121 if ((INT64_OR_DOUBLE)replicate* in compile_branch()
7122 (INT64_OR_DOUBLE)(1 + LINK_SIZE) > in compile_branch()
7123 (INT64_OR_DOUBLE)INT_MAX || in compile_branch()
7291 if ((INT64_OR_DOUBLE)(repeat_min - 1)* in compile_branch()
7292 (INT64_OR_DOUBLE)length_prevgroup > in compile_branch()
7293 (INT64_OR_DOUBLE)INT_MAX || in compile_branch()
7344 if ((INT64_OR_DOUBLE)repeat_max * in compile_branch()
7345 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE) in compile_branch()
7346 > (INT64_OR_DOUBLE)INT_MAX || in compile_branch()
H A Dpcre2_internal.h165 #define INT64_OR_DOUBLE int64_t macro
167 #define INT64_OR_DOUBLE double macro

Completed in 33 milliseconds