NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BN_is_zero
games/factor/factor.c
108
#define BN_is_zero(v) (*(v) == 0)
sbin/nvmectl/bn.h
84
#define BN_is_zero(a) (((a)->used == 0) ? 1 : 0)