Home
last modified time | relevance | path

Searched refs:INT_MULTIPLY_WRAPV (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/grep/lib/
H A Dintprops.h378 # define INT_MULTIPLY_WRAPV(a, b, r) __builtin_mul_overflow (a, b, r) macro
381 # define INT_MULTIPLY_WRAPV(a, b, r) \ macro
388 # define INT_MULTIPLY_WRAPV(a, b, r) \ macro
H A Ddfa.c802 = ((INT_MULTIPLY_WRAPV (n, item_size, &nbytes) || SIZE_MAX < nbytes) in xpalloc()
816 || INT_MULTIPLY_WRAPV (n, item_size, &nbytes))) in xpalloc()
/dragonfly/contrib/diffutils/lib/
H A Dintprops.h354 #define INT_MULTIPLY_WRAPV(a, b, r) \ macro
/dragonfly/contrib/grep/src/
H A Dkwset.c695 if (!INT_MULTIPLY_WRAPV (len, 12, &len12) && len12 < size) in bmexec_trans()