Searched defs:bl_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/zlib/
H A Dtrees.c202 local void gen_codes(ct_data *tree, int max_code, ushf *bl_count) { argument
302 ush bl_count[MAX_BITS+1]; local
352 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; local
353 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; local
354 while (n <= 279) static_ltree[n++].Len = 7, bl_count[ local
355 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; local
[all...]
H A Ddeflate.h210 ush bl_count[MAX_BITS+1]; member in struct:internal_state

Completed in 170 milliseconds