Searched defs:__size_mul_overflow (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/sys/
H A Dcdefs.h392 #define __size_mul_overflow(a, b, result) __builtin_umull_overflow(a, b, result) macro
394 #define __size_mul_overflow(a, b, result) __builtin_umul_overflow(a, b, result) macro
398 int __size_mul_overflow(__SIZE_TYPE__ a, __SIZE_TYPE__ b, __SIZE_TYPE__ *result) { function
408 * should only be used where __size_mul_overflow can not work, because it makes
409 * assumptions that __size_mul_overflow doesn't (x and y are positive, ...),
411 * __size_mul_overflow.
/bionic/tools/versioner/current/sys/
H A Dcdefs.h392 #define __size_mul_overflow(a, b, result) __builtin_umull_overflow(a, b, result) macro
394 #define __size_mul_overflow(a, b, result) __builtin_umul_overflow(a, b, result) macro
398 int __size_mul_overflow(__SIZE_TYPE__ a, __SIZE_TYPE__ b, __SIZE_TYPE__ *result) { function
408 * should only be used where __size_mul_overflow can not work, because it makes
409 * assumptions that __size_mul_overflow doesn't (x and y are positive, ...),
411 * __size_mul_overflow.

Completed in 61 milliseconds