Home | History | Annotate | Download | only in src

Lines Matching refs:INT64_OR_DOUBLE

5518           potential integer overflow. The INT64_OR_DOUBLE type is a 64-bit
5524 if ((INT64_OR_DOUBLE)(repeat_min - 1)*
5525 (INT64_OR_DOUBLE)length_prevgroup >
5526 (INT64_OR_DOUBLE)INT_MAX ||
5569 paranoid checks to avoid integer overflow. The INT64_OR_DOUBLE type is
5576 if ((INT64_OR_DOUBLE)repeat_max *
5577 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE)
5578 > (INT64_OR_DOUBLE)INT_MAX ||