TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
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 code::bits, CODES, DISTS, ENOUGH_DISTS, ENOUGH_LENS, FAR, int(), LENS, TTK::max(), MAXBITS, TTK::min(), code::op, and code::val.
Referenced by fixedtables(), inflate(), and inflateBack().
const char inflate_copyright[] |
Definition at line 11 of file inftrees.c.