Searched defs:add_overflow (Results 1 – 7 of 7) sorted by relevance
| /external/llvm-libc/src/__support/ |
| D | math_extras.h | 56 [[nodiscard]] LIBC_INLINE constexpr bool add_overflow(T a, T b, T &res) { in add_overflow() function
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceUtils.h | 72 inline bool add_overflow(uint32_t x, uint32_t y, uint32_t *sum) { in add_overflow() function
|
| /external/llvm-libc/test/src/__support/ |
| D | math_extras_test.cpp | 111 TYPED_TEST(LlvmLibcBlockMathExtrasTest, add_overflow, UnsignedTypes) { in TYPED_TEST() argument
|
| /external/trusty/arm-trusted-firmware/include/lib/ |
| D | utils_def.h | 111 #define add_overflow(a, b, res) __builtin_add_overflow((a), (b), (res)) macro
|
| /external/cronet/third_party/libc++abi/src/src/ |
| D | cxa_vector.cpp | 138 bool add_overflow(size_t x, size_t y, size_t *res) { in add_overflow() function
|
| /external/squashfs-tools/squashfs-tools/ |
| D | unsquashfs.c | 157 int add_overflow(int a, int b) in add_overflow() function
|
| D | mksquashfs.c | 397 int add_overflow(int a, int b) in add_overflow() function
|