Searched refs:INT_MULTIPLY_WRAPV (Results 1 – 1 of 1) sorted by relevance
/include/ |
A D | intprops.h | 404 # define INT_MULTIPLY_WRAPV(a, b, r) __builtin_mul_overflow (a, b, r) macro 407 # define INT_MULTIPLY_WRAPV(a, b, r) \ macro 414 # define INT_MULTIPLY_WRAPV(a, b, r) \ macro 637 #define INT_MULTIPLY_OK(a, b, r) ! INT_MULTIPLY_WRAPV (a, b, r)
|
Completed in 5 milliseconds