Searched refs:bl_count (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | trees.c | 142 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 D | deflate.h | 204 ush bl_count[MAX_BITS+1]; member
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 321 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 …]
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 481 ush bl_count[MAX_BITS+1]; member 2359 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 2464 ush bl_count[MAX_BITS+1]; in tr_static_init() local 2513 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; 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() 2518 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 2524 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init() 2672 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0; [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 1410 ush bl_count[MAX_BITS+1]; member
|