Home
last modified time | relevance | path

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

/external/llvm-libc/src/__support/
Dmemory_size.h21 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/
Dcxa_vector.cpp128 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/
Dubsan_handlers.h54 RECOVERABLE(mul_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
/external/pcre/
Dconfigure.ac76 # Check for the mul_overflow() builtin