Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
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.
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.
References inflate_huft_s::base, code::bits, bits, CODES, codes(), DISTS, ENOUGH_DISTS, ENOUGH_LENS, FAR, int, LENS, max, MAXBITS, vl::min(), code::op, root, and code::val.
Referenced by cover_trees(), inflate(), and inflateBack().
const char inflate_copyright[] |
Definition at line 11 of file inftrees.c.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.