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_ltree
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/dist/zlib/
trees.h
3
local const ct_data
static_ltree
[L_CODES+2] = {
variable
trees.c
88
local ct_data
static_ltree
[L_CODES+2];
variable
134
{
static_ltree
, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
230
Tracecv(tree !=
static_ltree
, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
311
static_l_desc.static_tree =
static_ltree
;
354
while (n <= 143)
static_ltree
[n++].Len = 8, bl_count[8]++;
355
while (n <= 255)
static_ltree
[n++].Len = 9, bl_count[9]++;
356
while (n <= 279)
static_ltree
[n++].Len = 7, bl_count[7]++;
357
while (n <= 287)
static_ltree
[n++].Len = 8, bl_count[8]++;
362
gen_codes((ct_data *)
static_ltree
, L_CODES+1, bl_count);
397
fprintf(header, "local const ct_data
static_ltree
[L_CODES+2] = {\n")
[
all
...]
/src/sys/net/
zlib.c
2060
local ct_data
static_ltree
[L_CODES+2];
variable
2092
local const ct_data
static_ltree
[L_CODES+2] = {
variable
2230
{
static_ltree
, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
2351
static_l_desc.static_tree =
static_ltree
;
2393
while (n <= 143)
static_ltree
[n++].Len = 8, bl_count[8]++;
2394
while (n <= 255)
static_ltree
[n++].Len = 9, bl_count[9]++;
2395
while (n <= 279)
static_ltree
[n++].Len = 7, bl_count[7]++;
2396
while (n <= 287)
static_ltree
[n++].Len = 8, bl_count[8]++;
2401
gen_codes((ct_data *)
static_ltree
, L_CODES+1, bl_count);
2437
fprintf(header, "local const ct_data
static_ltree
[L_CODES+2] = {\n")
[
all
...]
Completed in 81 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026