OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ct_data
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/zlib/
trees.h
3
local const
ct_data
static_ltree[L_CODES+2] = {
64
local const
ct_data
static_dtree[D_CODES] = {
trees.c
91
local
ct_data
static_ltree[L_CODES+2];
98
local
ct_data
static_dtree[D_CODES];
123
const
ct_data
*static_tree; /* static tree or NULL */
137
{(const
ct_data
*)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
145
local void pqdownheap OF((deflate_state *s,
ct_data
*tree, int k));
147
local void gen_codes OF((
ct_data
*tree, int max_code, ushf *bl_count));
149
local void scan_tree OF((deflate_state *s,
ct_data
*tree, int max_code));
150
local void send_tree OF((deflate_state *s,
ct_data
*tree, int max_code));
154
local void compress_block OF((deflate_state *s,
ct_data
*ltree,
155
ct_data
*dtree))
[
all
...]
deflate.h
71
} FAR
ct_data
;
typedef in typeref:struct:ct_data_s
81
ct_data
*dyn_tree; /* the dynamic tree */
196
/* Didn't use
ct_data
typedef below to supress compiler warning */
Completed in 28 milliseconds