ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Variables | |
local const ct_data | static_ltree [L_CODES+2] |
local const ct_data | static_dtree [D_CODES] |
const uch ZLIB_INTERNAL | _dist_code [DIST_CODE_LEN] |
const uch ZLIB_INTERNAL | _length_code [MAX_MATCH-MIN_MATCH+1] |
local const int | base_length [LENGTH_CODES] |
local const int | base_dist [D_CODES] |
const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] |
Definition at line 73 of file trees.h.
View newest version in sPHENIX GitHub at line 73 of file trees.h
const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1] |
Definition at line 102 of file trees.h.
View newest version in sPHENIX GitHub at line 102 of file trees.h
Definition at line 123 of file trees.h.
View newest version in sPHENIX GitHub at line 123 of file trees.h
Referenced by compress_block(), and tr_static_init().
local const int base_length[LENGTH_CODES] |
Definition at line 118 of file trees.h.
View newest version in sPHENIX GitHub at line 118 of file trees.h
Referenced by compress_block(), and tr_static_init().
Definition at line 64 of file trees.h.
View newest version in sPHENIX GitHub at line 64 of file trees.h
Referenced by _tr_flush_block(), and tr_static_init().
Definition at line 3 of file trees.h.
View newest version in sPHENIX GitHub at line 3 of file trees.h
Referenced by _tr_align(), _tr_flush_block(), gen_codes(), and tr_static_init().