Searched refs:overflow (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/kernel/uapi/linux/ |
D | ioam6.h | 28 __u8 : 1, : 1, overflow : 1, nodelen : 5; 37 __u8 nodelen : 5, overflow : 1, : 1, : 1; member
|
D | io_uring.h | 254 __u32 overflow; member
|
/bionic/libc/private/ |
D | bionic_fdsan.h | 58 _Atomic(FdTableOverflow*) overflow = nullptr;
|
/bionic/libc/stdio/ |
D | vfprintf.cpp | 169 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()
|
D | vfwprintf.cpp | 172 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()
|
D | printf_common.h | 267 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/ |
D | fdsan.cpp | 64 FdTableOverflow* local_overflow = atomic_load(&overflow); in at() 96 if (atomic_compare_exchange_strong(&overflow, &local_overflow, new_overflow)) { in at()
|
/bionic/tests/ |
D | fdsan_test.cpp | 138 TEST_F(fdsan, overflow) { in TEST_F() argument
|
/bionic/linker/ |
D | Android.bp | 41 "-Wstrict-overflow=5", 88 "-Wstrict-overflow=5", 99 "-Wstrict-overflow=5",
|
/bionic/docs/ |
D | 32-bit-abi.md | 86 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/ |
D | malloc_debug_config_tests.cpp | 101 TEST_F(MallocDebugConfigTest, overflow) { in TEST_F() argument
|
D | malloc_debug_unit_tests.cpp | 1985 TEST_F(MallocDebugTest, overflow) { in TEST_F() argument
|