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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_internal.h239 #define INT64_OR_DOUBLE int64_t macro
241 #define INT64_OR_DOUBLE double macro
H A Dpcre_compile.c6125 potential integer overflow. The INT64_OR_DOUBLE type is a 64-bit
6131 if ((INT64_OR_DOUBLE)(repeat_min - 1)*
6132 (INT64_OR_DOUBLE)length_prevgroup >
6133 (INT64_OR_DOUBLE)INT_MAX ||
6198 paranoid checks to avoid integer overflow. The INT64_OR_DOUBLE type is
6205 if ((INT64_OR_DOUBLE)repeat_max *
6206 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE)
6207 > (INT64_OR_DOUBLE)INT_MAX ||

Completed in 66 milliseconds