Home
last modified time | relevance | path

Searched refs:static_dtree (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
H A Dtrees.c93 local ct_data static_dtree[D_CODES]; variable
129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
250 static_d_desc.static_tree = static_dtree; in tr_static_init()
303 static_dtree[n].Len = 5; in tr_static_init()
304 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init()
343 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header()
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
981 (const ct_data *)static_dtree);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1528 local ct_data static_dtree[D_CODES]; variable
1560 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
1728 static_dtree[n].Len = 5; in ct_static_init()
1729 static_dtree[n].Code = bi_reverse(n, 5); in ct_static_init()
1739 if (static_dtree[0].Len == 0) {
2377 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2311 local ct_data static_dtree[D_CODES]; variable
2345 static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
2473 static_d_desc.static_tree = static_dtree; in tr_static_init()
2528 static_dtree[n].Len = 5; in tr_static_init()
2529 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init()
3266 (ct_data *)static_dtree);