Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
AVL_ISIGN
usr/src/boot/sys/cddl/boot/zfs/zfsimpl.h
76
#define AVL_ISIGN(a) (((a) > 0) - ((a) < 0))
usr/src/uts/common/sys/avl.h
106
#define AVL_ISIGN(a) (((a) > 0) - ((a) < 0))