OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_dtree
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/dist/zlib/
trees.h
64
local const ct_data
static_dtree
[D_CODES] = {
variable
trees.c
95
local ct_data
static_dtree
[D_CODES];
variable
137
{
static_dtree
, extra_dbits, 0, D_CODES, MAX_BITS};
313
static_d_desc.static_tree =
static_dtree
;
366
static_dtree
[n].Len = 5;
367
static_dtree
[n].Code = bi_reverse((unsigned)n, 5);
403
fprintf(header, "local const ct_data
static_dtree
[D_CODES] = {\n");
405
fprintf(header, "{{%2u},{%2u}}%s",
static_dtree
[i].Code,
406
static_dtree
[i].Len, SEPARATOR(i, D_CODES-1, 5));
1061
(const ct_data *)
static_dtree
);
/src/sys/net/
zlib.c
2067
local ct_data
static_dtree
[D_CODES];
variable
2153
local const ct_data
static_dtree
[D_CODES] = {
variable
2233
{
static_dtree
, extra_dbits, 0, D_CODES, MAX_BITS};
2353
static_d_desc.static_tree =
static_dtree
;
2405
static_dtree
[n].Len = 5;
2406
static_dtree
[n].Code = bi_reverse((unsigned)n, 5);
2443
fprintf(header, "local const ct_data
static_dtree
[D_CODES] = {\n");
2445
fprintf(header, "{{%2u},{%2u}}%s",
static_dtree
[i].Code,
2446
static_dtree
[i].Len, SEPARATOR(i, D_CODES-1, 5));
3083
compress_block(s, (const ct_data *)static_ltree, (const ct_data *)
static_dtree
);
[
all
...]
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026