Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Classes | |
struct | huft |
Macros | |
#define | WSIZE 0x8000 /* window size--must be a power of two, and at least */ |
#define | NEXTBYTE csz__ReadByte() |
#define | FPRINTF fprintf |
#define | FLUSH(n) csz__WriteData(n) /* return value not used */ |
#define | Trace(x) |
#define | CHECK_EOF |
#define | NEEDBITS(n) {while(k<(n)){if(ibufcnt-- <= 0)return 1;b|=((ulg) *ibufptr++)<<k;k+=8;}} |
#define | DUMPBITS(n) {b>>=(n);k-=(n);} |
#define | BMAX 16 /* maximum bit length of any code (16 for explode) */ |
#define | N_MAX 288 /* maximum number of codes in any set */ |
#define | NEEDBITS_free_tl(n) {while(k<(n)){if(ibufcnt-- <= 0){csz__huft_free(tl);return 1;} b|=((ulg) *ibufptr++)<<k;k+=8;}} |
Typedefs | |
typedef char | boolean |
typedef unsigned char | uch |
typedef unsigned short | ush |
typedef unsigned long | ulg |
Functions | |
int | csz__huft_build (unsigned *, unsigned, unsigned, ush *, ush *, struct huft **, int *) |
int | csz__huft_free (struct huft *) |
int | csz__Inflate_codes (struct huft *, struct huft *, int, int) |
int | csz__Inflate_stored (void) |
int | csz__Inflate_fixed (void) |
int | csz__Inflate_dynamic (void) |
int | csz__Inflate_block (int *) |
int | csz__Inflate (void) |
int | csz__Inflate_free (void) |
void | csz__Init_Inflate (long a_ibufcnt, unsigned char *a_ibufptr, long a_obufcnt, unsigned char *a_obufptr) |
unsigned char * | csz__obufptr () |
Variables | |
struct huft * | csz__fixed_tl = (struct huft *)NULL |
struct huft * | csz__fixed_td |
int | csz__fixed_bl |
int | csz__fixed_bd |
#define BMAX 16 /* maximum bit length of any code (16 for explode) */ |
Definition at line 403 of file csz_inflate.cc.
#define CHECK_EOF |
Definition at line 349 of file csz_inflate.cc.
#define DUMPBITS | ( | n | ) | {b>>=(n);k-=(n);} |
Definition at line 362 of file csz_inflate.cc.
#define FLUSH | ( | n | ) | csz__WriteData(n) /* return value not used */ |
Definition at line 226 of file csz_inflate.cc.
#define FPRINTF fprintf |
Definition at line 222 of file csz_inflate.cc.
#define N_MAX 288 /* maximum number of codes in any set */ |
Definition at line 404 of file csz_inflate.cc.
#define NEEDBITS | ( | n | ) | {while(k<(n)){if(ibufcnt-- <= 0)return 1;b|=((ulg) *ibufptr++)<<k;k+=8;}} |
Definition at line 359 of file csz_inflate.cc.
#define NEEDBITS_free_tl | ( | n | ) | {while(k<(n)){if(ibufcnt-- <= 0){csz__huft_free(tl);return 1;} b|=((ulg) *ibufptr++)<<k;k+=8;}} |
#define NEXTBYTE csz__ReadByte() |
Definition at line 218 of file csz_inflate.cc.
#define Trace | ( | x | ) |
Definition at line 235 of file csz_inflate.cc.
#define WSIZE 0x8000 /* window size--must be a power of two, and at least */ |
Definition at line 214 of file csz_inflate.cc.
typedef char boolean |
Definition at line 208 of file csz_inflate.cc.
typedef unsigned char uch |
Definition at line 209 of file csz_inflate.cc.
typedef unsigned long ulg |
Definition at line 211 of file csz_inflate.cc.
typedef unsigned short ush |
Definition at line 210 of file csz_inflate.cc.
int csz__huft_build | ( | unsigned * | b, |
unsigned | n, | ||
unsigned | s, | ||
ush * | d, | ||
ush * | e, | ||
struct huft ** | t, | ||
int * | m | ||
) |
Definition at line 410 of file csz_inflate.cc.
Referenced by csz__Inflate_dynamic(), and csz__Inflate_fixed().
int csz__huft_free | ( | struct huft * | t | ) |
Definition at line 609 of file csz_inflate.cc.
Referenced by csz__huft_build(), csz__Inflate_dynamic(), csz__Inflate_fixed(), and csz__Inflate_free().
int csz__Inflate | ( | void | ) |
Definition at line 1076 of file csz_inflate.cc.
int csz__Inflate_block | ( | int * | e | ) |
Definition at line 1028 of file csz_inflate.cc.
Referenced by csz__Inflate().
Definition at line 638 of file csz_inflate.cc.
Referenced by csz__Inflate_fixed().
int csz__Inflate_dynamic | ( | void | ) |
Definition at line 854 of file csz_inflate.cc.
Referenced by csz__Inflate_block().
int csz__Inflate_fixed | ( | void | ) |
Definition at line 806 of file csz_inflate.cc.
Referenced by csz__Inflate_block().
int csz__Inflate_free | ( | void | ) |
Definition at line 1111 of file csz_inflate.cc.
int csz__Inflate_stored | ( | void | ) |
Definition at line 748 of file csz_inflate.cc.
Referenced by csz__Inflate_block().
void csz__Init_Inflate | ( | long | a_ibufcnt, |
unsigned char * | a_ibufptr, | ||
long | a_obufcnt, | ||
unsigned char * | a_obufptr | ||
) |
Definition at line 1123 of file csz_inflate.cc.
unsigned char * csz__obufptr | ( | ) |
Definition at line 1131 of file csz_inflate.cc.
int csz__fixed_bd |
Definition at line 804 of file csz_inflate.cc.
Referenced by csz__Inflate_fixed().
int csz__fixed_bl |
Definition at line 804 of file csz_inflate.cc.
Referenced by csz__Inflate_fixed().
struct huft* csz__fixed_td |
Definition at line 803 of file csz_inflate.cc.
Referenced by csz__Inflate_fixed(), and csz__Inflate_free().
Definition at line 802 of file csz_inflate.cc.
Referenced by csz__Inflate_fixed(), and csz__Inflate_free().