Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c6583 if ((INT64_OR_DOUBLE)replicate* in compile_branch()
6584 (INT64_OR_DOUBLE)(1 + LINK_SIZE) > in compile_branch()
6585 (INT64_OR_DOUBLE)INT_MAX || in compile_branch()
6744 if ((INT64_OR_DOUBLE)(repeat_min - 1)* in compile_branch()
6745 (INT64_OR_DOUBLE)length_prevgroup > in compile_branch()
6746 (INT64_OR_DOUBLE)INT_MAX || in compile_branch()
6797 if ((INT64_OR_DOUBLE)repeat_max * in compile_branch()
6798 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE) in compile_branch()
6799 > (INT64_OR_DOUBLE)INT_MAX || in compile_branch()
Dpcre2_internal.h163 #define INT64_OR_DOUBLE int64_t macro
165 #define INT64_OR_DOUBLE double macro