Home
last modified time | relevance | path

Searched refs:bl_count (Results 1 – 8 of 8) sorted by relevance

/titanic_53/usr/src/boot/lib/libz/
H A Dtrees.c142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
243 ush bl_count[MAX_BITS+1]; in tr_static_init() local
291 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; in tr_static_init()
293 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
294 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
295 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init()
296 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
301 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
505 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0;
521 s->bl_count[bits]++;
[all …]
H A Ddeflate.h203 ush bl_count[MAX_BITS+1]; member
/titanic_53/usr/src/contrib/zlib/
H A Dtrees.c142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
241 ush bl_count[MAX_BITS+1]; in tr_static_init() local
289 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; 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()
503 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0;
519 s->bl_count[bits]++;
[all …]
H A Ddeflate.h204 ush bl_count[MAX_BITS+1]; member
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c321 ush bl_count[MAX_BITS+1]; member
1573 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
1677 ush bl_count[MAX_BITS+1]; in ct_static_init() local
1714 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; in ct_static_init()
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()
1865 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0;
[all …]
/titanic_53/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c483 ush bl_count[MAX_BITS+1]; member
2361 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
2466 ush bl_count[MAX_BITS+1]; in tr_static_init() local
2515 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; in tr_static_init()
2517 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
2518 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
2519 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init()
2520 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
2526 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
2674 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0;
[all …]
/titanic_53/usr/src/boot/lib/libz/doc/
H A Drfc1951.txt423 bl_count[N] be the number of codes of length N, N >= 1.
429 bl_count[0] = 0;
431 code = (code + bl_count[bits-1]) << 1;
462 N bl_count[N]
/titanic_53/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1410 ush bl_count[MAX_BITS+1]; member