Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Go to the source code of this file.
Macros | |
#define | MAXBITS 15 |
Functions | |
int | inflate_table9 (codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work) |
Variables | |
const char | inflate9_copyright [] |
#define MAXBITS 15 |
Definition at line 9 of file inftree9.c.
int inflate_table9 | ( | codetype | type, |
unsigned short FAR * | lens, | ||
unsigned | codes, | ||
code FAR * FAR * | table, | ||
unsigned FAR * | bits, | ||
unsigned short FAR * | work | ||
) |
Definition at line 32 of file inftree9.c.
References bits(), CODES, codes(), count, DISTS, ENOUGH_DISTS, ENOUGH_LENS, FAR, int(), len, LENS, mask, max, MAXBITS, root, and sym.
Referenced by inflateBack9().
const char inflate9_copyright[] |
Definition at line 11 of file inftree9.c.