FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MAXCODE
usr.bin/compress/zopen.c
92
#define MAXCODE(n_bits) ((1 << (n_bits)) - 1)
usr.bin/gzip/zuncompress.c
69
#define MAXCODE(n_bits) ((1 << (n_bits)) - 1)