FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
mul_u32_u32
sys/compat/linuxkpi/common/include/linux/math64.h
173
return (mul_u32_u32(lo, y) >> shift) +
sys/compat/linuxkpi/common/include/linux/math64.h
174
(mul_u32_u32(hi, y) << (32 - shift));