Home
last modified time | relevance | path

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

/openbmc/linux/lib/zlib_deflate/
H A Ddeftree.c674 int max_blindex; /* index of last bit length code of non zero freq */ in build_bl_tree() local
690 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) { in build_bl_tree()
691 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break; in build_bl_tree()
694 s->opt_len += 3*(max_blindex+1) + 5+5+4; in build_bl_tree()
698 return max_blindex; in build_bl_tree()
810 int max_blindex = 0; /* index of last bit length code of non zero freq */ local
833 max_blindex = build_bl_tree(s);
894 max_blindex+1);
/openbmc/u-boot/lib/zlib/
H A Dtrees.c810 int max_blindex; /* index of last bit length code of non zero freq */ local
826 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) {
827 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
830 s->opt_len += 3*(max_blindex+1) + 5+5+4;
834 return max_blindex;
932 int max_blindex = 0; /* index of last bit length code of non zero freq */ local
956 max_blindex = build_bl_tree(s);
1000 max_blindex+1);