Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dioam6.h28 __u8 : 1, : 1, overflow : 1, nodelen : 5;
37 __u8 nodelen : 5, overflow : 1, : 1, : 1; member
Dio_uring.h254 __u32 overflow; member
/bionic/libc/private/
Dbionic_fdsan.h58 _Atomic(FdTableOverflow*) overflow = nullptr;
/bionic/libc/stdio/
Dvfprintf.cpp169 if (m < 0 || m > INT_MAX - ret) goto overflow; in FUNCTION_NAME()
210 if (width == INT_MIN) goto overflow; in FUNCTION_NAME()
530 if ((len = CHAR_TYPE_STRLEN(cp)) > INT_MAX) goto overflow; in FUNCTION_NAME()
712 if (width > INT_MAX - ret) goto overflow; in FUNCTION_NAME()
724 overflow: in FUNCTION_NAME()
Dvfwprintf.cpp172 if (m < 0 || m > INT_MAX - ret) goto overflow; in FUNCTION_NAME()
213 if (width == INT_MIN) goto overflow; in FUNCTION_NAME()
508 if ((len = CHAR_TYPE_STRLEN(cp)) > INT_MAX) goto overflow; in FUNCTION_NAME()
690 if (width > INT_MAX - ret) goto overflow; in FUNCTION_NAME()
702 overflow: in FUNCTION_NAME()
Dprintf_common.h267 if ((val) > INT_MAX / 10) goto overflow; \
269 if ((val) > INT_MAX - to_digit((dig))) goto overflow; \
654 overflow: in __find_arguments()
/bionic/libc/bionic/
Dfdsan.cpp64 FdTableOverflow* local_overflow = atomic_load(&overflow); in at()
96 if (atomic_compare_exchange_strong(&overflow, &local_overflow, new_overflow)) { in at()
/bionic/tests/
Dfdsan_test.cpp138 TEST_F(fdsan, overflow) { in TEST_F() argument
/bionic/linker/
DAndroid.bp41 "-Wstrict-overflow=5",
88 "-Wstrict-overflow=5",
99 "-Wstrict-overflow=5",
/bionic/docs/
D32-bit-abi.md86 On 32-bit Android, `time_t` is 32-bit, which will overflow in 2038.
88 In the 64-bit ABI, `time_t` is 64-bit, which will not overflow until
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp101 TEST_F(MallocDebugConfigTest, overflow) { in TEST_F() argument
Dmalloc_debug_unit_tests.cpp1985 TEST_F(MallocDebugTest, overflow) { in TEST_F() argument