INT_MULTIPLY_WRAPV 1042 maint/gnulib/lib/fnmatch_loop.c if (INT_MULTIPLY_WRAPV (plen, sizeof (CHAR), &plensize) \ INT_MULTIPLY_WRAPV 57 maint/gnulib/lib/group-member.c if (! INT_MULTIPLY_WRAPV (n_group_slots, sizeof *gi->group, &nbytes)) INT_MULTIPLY_WRAPV 636 maint/gnulib/lib/intprops.h #define INT_MULTIPLY_OK(a, b, r) ! INT_MULTIPLY_WRAPV (a, b, r) INT_MULTIPLY_WRAPV 59 maint/gnulib/lib/malloc/dynarray_emplace_enlarge.c if (INT_MULTIPLY_WRAPV (new_allocated, element_size, &new_size)) INT_MULTIPLY_WRAPV 45 maint/gnulib/lib/malloc/dynarray_resize.c if (INT_MULTIPLY_WRAPV (size, element_size, &new_size_bytes)) INT_MULTIPLY_WRAPV 691 maint/gnulib/lib/nstrftime.c if (INT_MULTIPLY_WRAPV (width, 10, &width) INT_MULTIPLY_WRAPV 916 maint/gnulib/lib/parse-datetime.y if (INT_MULTIPLY_WRAPV ($1, $2, &$$.day)) YYABORT; } INT_MULTIPLY_WRAPV 919 maint/gnulib/lib/parse-datetime.y if (INT_MULTIPLY_WRAPV ($1.value, $2, &$$.day)) YYABORT; } INT_MULTIPLY_WRAPV 954 maint/gnulib/lib/parse-datetime.y if (INT_MULTIPLY_WRAPV ($1.value, $2, &$$.day)) YYABORT; } INT_MULTIPLY_WRAPV 1222 maint/gnulib/lib/parse-datetime.y overflow |= INT_MULTIPLY_WRAPV (s.value, 60, &n_minutes); INT_MULTIPLY_WRAPV 1442 maint/gnulib/lib/parse-datetime.y if (INT_MULTIPLY_WRAPV (value, 10, &value)) INT_MULTIPLY_WRAPV 2079 maint/gnulib/lib/parse-datetime.y if (INT_MULTIPLY_WRAPV ((pc.day_ordinal INT_MULTIPLY_WRAPV 2278 maint/gnulib/lib/parse-datetime.y if (INT_MULTIPLY_WRAPV (pc.rel.hour, 60 * 60, &d1) INT_MULTIPLY_WRAPV 2280 maint/gnulib/lib/parse-datetime.y || INT_MULTIPLY_WRAPV (pc.rel.minutes, 60, &d2) INT_MULTIPLY_WRAPV 31 maint/gnulib/lib/reallocarray.c if (INT_MULTIPLY_WRAPV (nmemb, size, &nbytes)) INT_MULTIPLY_WRAPV 254 maint/gnulib/lib/xmalloc.c = (INT_MULTIPLY_WRAPV (n, s, &nbytes) INT_MULTIPLY_WRAPV 268 maint/gnulib/lib/xmalloc.c || INT_MULTIPLY_WRAPV (n, s, &nbytes))) INT_MULTIPLY_WRAPV 59 maint/gnulib/tests/nap.h || INT_MULTIPLY_WRAPV (sdiff, 1000000000, &sdiff) INT_MULTIPLY_WRAPV 343 maint/gnulib/tests/test-intprops.c ASSERT (INT_MULTIPLY_WRAPV (a, b, &result) == (v)); \ INT_MULTIPLY_WRAPV 386 maint/gnulib/tests/test-intprops.c ASSERT (INT_MULTIPLY_WRAPV (INT_MAX, INT_MAX, &result) INT_MULTIPLY_WRAPV 388 maint/gnulib/tests/test-intprops.c ASSERT (INT_MULTIPLY_WRAPV (INT_MAX, INT_MAX, &result) INT_MULTIPLY_WRAPV 390 maint/gnulib/tests/test-intprops.c ASSERT (INT_MULTIPLY_WRAPV (INT_MIN, INT_MIN, &result) INT_MULTIPLY_WRAPV 397 maint/gnulib/tests/test-intprops.c ASSERT (INT_MULTIPLY_WRAPV (LONG_MAX, LONG_MAX, &result) INT_MULTIPLY_WRAPV 399 maint/gnulib/tests/test-intprops.c ASSERT (INT_MULTIPLY_WRAPV (LONG_MAX, LONG_MAX, &result) INT_MULTIPLY_WRAPV 401 maint/gnulib/tests/test-intprops.c ASSERT (INT_MULTIPLY_WRAPV (LONG_MIN, LONG_MIN, &result) INT_MULTIPLY_WRAPV 409 maint/gnulib/tests/test-intprops.c ASSERT (INT_MULTIPLY_WRAPV (int_minus_2, int_1, &result) && result == -2);