Searched refs:os_add_and_mul_overflow (Results 1 – 3 of 3) sorted by relevance
85 #define os_add_and_mul_overflow(a, b, x, res) __os_warn_unused(__extension__({ \ macro
419 if (os_add_and_mul_overflow(tstate_size, sizeof(struct thread_command), thread_count, &rhs)) { in coredump()
2867 if (os_add_and_mul_overflow(size, 2, sizeof(uint32_t), &thread_size) || in load_threadstate()