Home
last modified time | relevance | path

Searched refs:new_overflow (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/fdsan/linux/
Dfdsan.c85 struct FdTableOverflow* new_overflow = (struct FdTableOverflow*)(allocation); in get_fd_entry() local
86 new_overflow->len = aligned_count; in get_fd_entry()
88 if (atomic_compare_exchange_strong(&__get_fdtable()->overflow, &local_overflow, new_overflow)) { in get_fd_entry()
89 local_overflow = new_overflow; in get_fd_entry()
/third_party/musl/porting/linux/user/src/fdsan/
Dfdsan.c85 struct FdTableOverflow* new_overflow = (struct FdTableOverflow*)(allocation); in get_fd_entry() local
86 new_overflow->len = aligned_count; in get_fd_entry()
88 if (atomic_compare_exchange_strong(&__get_fdtable()->overflow, &local_overflow, new_overflow)) { in get_fd_entry()
89 local_overflow = new_overflow; in get_fd_entry()
/third_party/mbedtls/library/
Dcmac.c79 uint32_t new_overflow = i32 >> 31; in cmac_multiply_by_u() local
82 overflow = new_overflow; in cmac_multiply_by_u()