Home
last modified time | relevance | path

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

/xnu-8792.41.9/libkern/os/
H A Doverflow.h85 #define os_add_and_mul_overflow(a, b, x, res) __os_warn_unused(__extension__({ \ macro
/xnu-8792.41.9/bsd/kern/
H A Dkern_core.c419 if (os_add_and_mul_overflow(tstate_size, sizeof(struct thread_command), thread_count, &rhs)) { in coredump()
H A Dmach_loader.c2867 if (os_add_and_mul_overflow(size, 2, sizeof(uint32_t), &thread_size) || in load_threadstate()