FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ABSSUB
sys/dev/iicbus/controller/twsi/mv_twsi.c
145
#define ABSSUB(a,b) (((a) > (b)) ? (a) - (b) : (b) - (a))
sys/dev/iicbus/controller/twsi/twsi.c
247
#define ABSSUB(a,b) (((a) > (b)) ? (a) - (b) : (b) - (a))