ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Macros | |
#define | MAXBITS 15 |
Functions | |
int ZLIB_INTERNAL | inflate_table (codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work) |
Variables | |
const char | inflate_copyright [] |
#define MAXBITS 15 |
Definition at line 9 of file inftrees.c.
View newest version in sPHENIX GitHub at line 9 of file inftrees.c
Referenced by inflate_table().
int ZLIB_INTERNAL inflate_table | ( | 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 inftrees.c.
View newest version in sPHENIX GitHub at line 32 of file inftrees.c
References code::bits, inflate_state::bits, CODES, inflate_state::codes, DISTS, ENOUGH_DISTS, ENOUGH_LENS, inflate_state::extra, int(), left, LENS, mask, max, MAXBITS, min, inflate_state::next, code::op, code::val, and inflate_state::work.
Referenced by fixedtables(), inflate(), and inflateBack().
const char inflate_copyright[] |
Definition at line 11 of file inftrees.c.
View newest version in sPHENIX GitHub at line 11 of file inftrees.c