Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dtrees.c86 local ct_data static_ltree[L_CODES+2]; variable
126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
248 static_l_desc.static_tree = static_ltree; in tr_static_init()
291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
292 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
293 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init()
294 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
299 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
337 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code, in gen_trees_header()
901 send_code(s, END_BLOCK, static_ltree);
[all …]
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1521 local ct_data static_ltree[L_CODES+2]; variable
1557 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
1716 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in ct_static_init()
1717 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in ct_static_init()
1718 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in ct_static_init()
1719 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in ct_static_init()
1724 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in ct_static_init()
1964 Tracec(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
2260 send_code(s, END_BLOCK, static_ltree);
2269 send_code(s, END_BLOCK, static_ltree);
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2303 local ct_data static_ltree[L_CODES+2]; variable
2342 static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
2471 static_l_desc.static_tree = static_ltree; in tr_static_init()
2515 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
2516 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
2517 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init()
2524 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
2784 Tracecv(tree != static_ltree,
3130 send_code(s, END_BLOCK, static_ltree);
3142 send_code(s, END_BLOCK, static_ltree);
[all …]