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

/illumos-gate/usr/src/cmd/mandoc/
H A Dcompat_reallocarray.c34 * if both s1 < MUL_NO_OVERFLOW and s2 < MUL_NO_OVERFLOW
36 #define MUL_NO_OVERFLOW ((size_t)1 << (sizeof(size_t) * 4)) macro
41 if ((nmemb >= MUL_NO_OVERFLOW || size >= MUL_NO_OVERFLOW) &&

Completed in 43 milliseconds