Prusa MINI Firmware overview
inftrees.h File Reference

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 OF ((codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work))
 

Macro Definition Documentation

◆ ENOUGH_LENS

#define ENOUGH_LENS   852

◆ ENOUGH_DISTS

#define ENOUGH_DISTS   592

◆ ENOUGH

#define ENOUGH   (ENOUGH_LENS+ENOUGH_DISTS)

Enumeration Type Documentation

◆ codetype

enum codetype
Enumerator
CODES 
LENS 
DISTS 
54  {
55  CODES,
56  LENS,
57  DISTS
58 } codetype;

Function Documentation

◆ OF()

int ZLIB_INTERNAL inflate_table OF ( (codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work)  )
CODES
Definition: inftrees.h:55
codetype
codetype
Definition: inftrees.h:54
DISTS
Definition: inftrees.h:57
LENS
Definition: inftrees.h:56