FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BITS_PER_CHAR
crypto/heimdal/lib/com_err/com_err.c
151
ch = (num >> BITS_PER_CHAR * i) & ((1 << BITS_PER_CHAR) - 1);
crypto/krb5/src/util/et/et_name.c
42
ch = (num >> BITS_PER_CHAR * i) & ((1 << BITS_PER_CHAR) - 1);