Searched defs:static_ltree (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable
H A Dtrees.c86 local ct_data static_ltree[L_CODES+2]; variable
126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
250 static_l_desc.static_tree = static_ltree;
293 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
294 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
295 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
296 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
301 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
337 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
339 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dtrees.c90 local ct_data static_ltree[L_CODES+2]; variable
130 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
253 static_l_desc.static_tree = static_ltree;
295 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
296 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
297 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
298 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
303 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
339 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
341 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[
[all...]
/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]++;
1717 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
1718 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
1719 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
1724 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
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.c2305 local ct_data static_ltree[L_CODES+2]; variable
2344 static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
2473 static_l_desc.static_tree = static_ltree;
2517 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
2518 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
2519 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
2520 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
2526 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
2786 Tracecv(tree != static_ltree,
3132 send_code(s, END_BLOCK, static_ltree);
[all...]

Completed in 116 milliseconds