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

/forgerock/web-agents-v4/pcre/
H A Dpcre_internal.h239 #define INT64_OR_DOUBLE int64_t macro
241 #define INT64_OR_DOUBLE double macro
H A Dpcre_compile.c5985 potential integer overflow. The INT64_OR_DOUBLE type is a 64-bit
5991 if ((INT64_OR_DOUBLE)(repeat_min - 1)*
5992 (INT64_OR_DOUBLE)length_prevgroup >
5993 (INT64_OR_DOUBLE)INT_MAX ||
6059 paranoid checks to avoid integer overflow. The INT64_OR_DOUBLE type is
6066 if ((INT64_OR_DOUBLE)repeat_max *
6067 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE)
6068 > (INT64_OR_DOUBLE)INT_MAX ||

Completed in 436 milliseconds