Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Functions | Variables
inftree9.c File Reference
#include "zutil.h"
#include "inftree9.h"

Go to the source code of this file.

Macros

#define MAXBITS   15
 

Functions

int inflate_table9 (codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work)
 

Variables

const char inflate9_copyright []
 

Macro Definition Documentation

◆ MAXBITS

#define MAXBITS   15

Definition at line 9 of file inftree9.c.

Referenced by inflate_table9().

Function Documentation

◆ inflate_table9()

int inflate_table9 ( 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 inftree9.c.

References bits, CODES, codes(), DISTS, ENOUGH_DISTS, ENOUGH_LENS, FAR, int, LENS, max, MAXBITS, vl::min(), and root.

Variable Documentation

◆ inflate9_copyright

const char inflate9_copyright[]
Initial value:
=
" inflate9 1.2.8 Copyright 1995-2013 Mark Adler "

Definition at line 11 of file inftree9.c.