Searched refs:bl_count (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c146 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
247 ush bl_count[MAX_BITS+1]; local
293 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0;
295 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; local
296 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; local
297 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; local
298 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; local
303 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
486 * array bl_count contains the frequencies for each bit length.
507 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bit
[all...]
H A Ddeflate.h200 ush bl_count[MAX_BITS+1]; member in struct:internal_state
/freebsd-11-stable/sys/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]; local
289 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0;
291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; local
292 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; local
293 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; local
294 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; local
299 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
482 * array bl_count contains the frequencies for each bit length.
503 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bit
[all...]
H A Ddeflate.h206 ush bl_count[MAX_BITS+1]; member in struct:internal_state
/freebsd-11-stable/sys/libkern/
H A Dzlib.c457 ush bl_count[MAX_BITS+1]; member in struct:deflate_state
1980 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
2084 ush bl_count[MAX_BITS+1]; local
2123 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0;
2125 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; local
2126 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; local
2127 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; local
2128 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; local
2133 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
2251 * array bl_count contain
[all...]

Completed in 100 milliseconds