|
TTKMusicPlayer
4.2.0.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.
Classes | |
| struct | code |
Macros | |
| #define | ENOUGH_LENS 852 |
| #define | ENOUGH_DISTS 592 |
| #define | ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) |
Enumerations | |
| enum | codetype { CODES, LENS, DISTS } |
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) |
| #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) |
Definition at line 51 of file inftrees.h.
Referenced by inflateCopy().
| #define ENOUGH_DISTS 592 |
Definition at line 50 of file inftrees.h.
Referenced by inflate_table().
| #define ENOUGH_LENS 852 |
Definition at line 49 of file inftrees.h.
Referenced by inflate_table().
| enum codetype |
| Enumerator | |
|---|---|
| CODES | |
| LENS | |
| DISTS | |
Definition at line 54 of file inftrees.h.
| 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().
1.8.8