RetroArch
Classes | Macros | Enumerations | Functions
inftrees.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ ENOUGH

#define ENOUGH   (ENOUGH_LENS+ENOUGH_DISTS)

◆ ENOUGH_DISTS

#define ENOUGH_DISTS   592

◆ ENOUGH_LENS

#define ENOUGH_LENS   852

Enumeration Type Documentation

◆ codetype

enum codetype
Enumerator
CODES 
LENS 
DISTS 

Function Documentation

◆ 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 
)
Here is the caller graph for this function: