| /external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
| D | PseudoRandom.h | 42 #if __has_builtin(__builtin_mul_overflow) && __has_builtin(__builtin_add_overflow) in nextRandomInteger() 45 __builtin_mul_overflow(mSeed, (int64_t)6364136223846793005, &prod); in nextRandomInteger()
|
| /external/bcc/libbpf-tools/ |
| D | compat.h | 35 #if __has_builtin(__builtin_mul_overflow) in libbpf_reallocarray() 36 if (__builtin_mul_overflow(nmemb, size, &total)) in libbpf_reallocarray()
|
| /external/llvm-libc/src/__support/ |
| D | memory_size.h | 22 #if __has_builtin(__builtin_mul_overflow) in mul_overflow() 23 return __builtin_mul_overflow(a, b, res); in mul_overflow()
|
| /external/clang/test/CodeGen/ |
| D | builtins-overflow.c | 81 if (__builtin_mul_overflow(x, y, &r)) in test_mul_overflow_uint_uint_uint() 95 if (__builtin_mul_overflow(x, y, &r)) in test_mul_overflow_int_int_int()
|
| /external/llvm-libc/include/llvm-libc-macros/ |
| D | stdckdint-macros.h | 22 #define ckd_mul(R, A, B) __builtin_mul_overflow((A), (B), (R))
|
| /external/pcre/src/ |
| D | pcre2_chkdint.c | 71 if (__builtin_mul_overflow(a, b, &m)) return TRUE; in PRIV()
|
| /external/cronet/third_party/libc++abi/src/src/ |
| D | cxa_vector.cpp | 129 #if (defined(_LIBCXXABI_COMPILER_CLANG) && __has_builtin(__builtin_mul_overflow)) \ in mul_overflow() 131 return __builtin_mul_overflow(x, y, res); in mul_overflow()
|
| /external/libbpf/include/linux/ |
| D | overflow.h | 32 __builtin_mul_overflow(__a, __b, __d); \
|
| /external/pigweed/pw_preprocessor/public/pw_preprocessor/ |
| D | compiler.h | 261 #define PW_MUL_OVERFLOW(a, b, out) __builtin_mul_overflow(a, b, out)
|
| /external/cronet/third_party/libc++/src/include/__mdspan/ |
| D | layout_stride.h | 86 bool __overflowed = __builtin_mul_overflow(__prod, __ext.extent(__r), &__prod); in __required_span_size_is_representable() 110 …bool __overflowed_mul = __builtin_mul_overflow(__prod, static_cast<index_type>(__strides[__r]), &_… in __required_span_size_is_representable()
|
| D | layout_left.h | 63 bool __overflowed = __builtin_mul_overflow(__prod, __ext.extent(__r), &__prod); in __required_span_size_is_representable()
|
| D | layout_right.h | 62 bool __overflowed = __builtin_mul_overflow(__prod, __ext.extent(__r), &__prod); in __required_span_size_is_representable()
|
| D | mdspan.h | 222 return (__builtin_mul_overflow(__prod, extent(_Idxs), &__prod) || ... || false); in size()
|
| /external/virglrenderer/src/drm/linux/ |
| D | overflow.h | 91 __builtin_mul_overflow(__a, __b, __d); \
|
| /external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/ |
| D | CustomTestLayouts.h | 70 bool overflowed = __builtin_mul_overflow(prod, std::min(ext.extent(r), Wrap), &prod); in required_span_size_is_representable() 233 bool overflowed = __builtin_mul_overflow(prod, ext.extent(r), &prod); in required_span_size_is_representable()
|
| /external/libbpf/src/ |
| D | libbpf_internal.h | 184 #if __has_builtin(__builtin_mul_overflow) in libbpf_reallocarray() 185 if (unlikely(__builtin_mul_overflow(nmemb, size, &total))) in libbpf_reallocarray()
|
| /external/pdfium/third_party/base/numerics/ |
| D | safe_math_clang_gcc_impl.h | 107 : !__builtin_mul_overflow(x, y, result); in Do()
|
| /external/angle/src/common/base/anglebase/numerics/ |
| D | safe_math_clang_gcc_impl.h | 122 : !__builtin_mul_overflow(x, y, result); in Do()
|
| /external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/numerics/ |
| D | safe_math_clang_gcc_impl.h | 105 : !__builtin_mul_overflow(x, y, result); in Do()
|
| /external/libchrome/base/numerics/ |
| D | safe_math_clang_gcc_impl.h | 106 : !__builtin_mul_overflow(x, y, result); in Do()
|
| /external/cronet/base/numerics/ |
| D | safe_math_clang_gcc_impl.h | 106 : !__builtin_mul_overflow(x, y, result); in Do()
|
| /external/cronet/third_party/libc++/src/include/__charconv/ |
| D | traits.h | 144 return __builtin_mul_overflow(__a, __b, &__r);
|
| /external/libopus/silk/ |
| D | SigProc_FIX.h | 469 __builtin_mul_overflow(b, c, &_d); in silk_MLA_ovflw()
|
| /external/curl/src/ |
| D | tool_urlglob.c | 78 if(__builtin_mul_overflow(*amount, with, &sum)) in multiply()
|
| /external/harfbuzz_ng/src/ |
| D | hb-algs.hh | 1029 #if hb_has_builtin(__builtin_mul_overflow) in hb_unsigned_mul_overflows() 1033 return __builtin_mul_overflow (count, size, result); in hb_unsigned_mul_overflows()
|