Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CARRY
usr/src/lib/libc/port/gen/drand48.c
74
#define CARRY(x, y) ((int32_t)(x) + (int32_t)(y) > MASK)
usr/src/uts/common/inet/ipf/drand48.c
72
#define CARRY(x, y) ((int32_t)(x) + (int32_t)(y) > MASK)