Searched refs:new_overflow (Results 1 – 3 of 3) sorted by relevance
85 struct FdTableOverflow* new_overflow = (struct FdTableOverflow*)(allocation); in get_fd_entry() local86 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()
79 uint32_t new_overflow = i32 >> 31; in cmac_multiply_by_u() local82 overflow = new_overflow; in cmac_multiply_by_u()