Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
A Dtrees.c249 ush bl_count[MAX_BITS+1]; in tr_static_init() local
299 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
300 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
307 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
528 s->bl_count[bits]++;
543 while (s->bl_count[bits] == 0) bits--;
546 s->bl_count[max_length]--;
559 n = s->bl_count[bits];
582 local void gen_codes (tree, max_code, bl_count) in gen_codes() argument
601 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
[all …]
A Ddeflate.h200 ush bl_count[MAX_BITS+1]; member

Completed in 5 milliseconds