Searched refs:mul_overflow (Results 1 – 4 of 4) sorted by relevance
| /external/llvm-libc/src/__support/ |
| D | memory_size.h | 21 template <class T> LIBC_INLINE bool mul_overflow(T a, T b, T *res) { in mul_overflow() function 70 if (LIBC_UNLIKELY(mul_overflow(value, other.value, &result)))
|
| /external/cronet/third_party/libc++abi/src/src/ |
| D | cxa_vector.cpp | 128 bool mul_overflow(size_t x, size_t y, size_t *res) { in mul_overflow() function 152 if (mul_overflow(element_count, element_size, &element_heap_size)) in calculate_allocation_size_or_throw()
|
| /external/compiler-rt/lib/ubsan/ |
| D | ubsan_handlers.h | 54 RECOVERABLE(mul_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
|
| /external/pcre/ |
| D | configure.ac | 76 # Check for the mul_overflow() builtin
|