FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ecb_ctz32
crypto/krb5/src/util/verto/ev.c
928
ecb_function_ ecb_const int ecb_ctz32 (uint32_t x);
crypto/krb5/src/util/verto/ev.c
969
return ecb_ctz32 (x >> shift) + shift;