Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c5217 if ((INT64_OR_DOUBLE)(repeat_min - 1)* in compile_branch()
5218 (INT64_OR_DOUBLE)length_prevgroup > in compile_branch()
5219 (INT64_OR_DOUBLE)INT_MAX || in compile_branch()
5292 if ((INT64_OR_DOUBLE)repeat_max * in compile_branch()
5293 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE) in compile_branch()
5294 > (INT64_OR_DOUBLE)INT_MAX || in compile_branch()
H A Dpcre_internal.h233 #define INT64_OR_DOUBLE int64_t macro
235 #define INT64_OR_DOUBLE double macro

Completed in 30 milliseconds