|
RetroArch
|
#include <compat/zutil.h>#include "inftrees.h"#include "inflate.h"#include "inffast.h"#include "inffixed.h"Macros | |
| #define | LOAD() |
| #define | RESTORE() |
| #define | INITBITS() |
| #define | PULL() |
| #define | PULLBYTE() |
| #define | NEEDBITS(n) |
| #define | BITS(n) ((unsigned)hold & ((1U << (n)) - 1)) |
| #define | DROPBITS(n) |
| #define | BYTEBITS() |
| #define | ROOM() |
Functions | |
| static void | fixedtables (struct inflate_state FAR *state) |
| int | inflateBackInit_ (z_streamp strm, int windowBits, unsigned char FAR *window, const char *version, int stream_size) |
| int | inflateBack (z_streamp strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc) |
| int | inflateBackEnd (z_streamp strm) |
| #define BITS | ( | n | ) | ((unsigned)hold & ((1U << (n)) - 1)) |
| #define BYTEBITS | ( | ) |
| #define DROPBITS | ( | n | ) |
| #define INITBITS | ( | ) |
| #define LOAD | ( | ) |
| #define NEEDBITS | ( | n | ) |
| #define PULL | ( | ) |
| #define PULLBYTE | ( | ) |
| #define RESTORE | ( | ) |
| #define ROOM | ( | ) |
|
static |
| int inflateBack | ( | z_streamp | strm, |
| in_func | in, | ||
| void FAR * | in_desc, | ||
| out_func | out, | ||
| void FAR * | out_desc | ||
| ) |
| int inflateBackEnd | ( | z_streamp | strm | ) |
1.8.15