Home
last modified time | relevance | path

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

/openbsd/lib/libz/
H A Dtrees.c799 int max_blindex; /* index of last bit length code of non zero freq */ in build_bl_tree() local
815 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) { in build_bl_tree()
816 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break; in build_bl_tree()
819 s->opt_len += 3*((ulg)max_blindex + 1) + 5 + 5 + 4; in build_bl_tree()
823 return max_blindex; in build_bl_tree()
998 int max_blindex = 0; /* index of last bit length code of non zero freq */ local
1022 max_blindex = build_bl_tree(s);
1066 max_blindex + 1);
/openbsd/sys/lib/libz/
H A Dtrees.c799 int max_blindex; /* index of last bit length code of non zero freq */ in build_bl_tree() local
815 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) { in build_bl_tree()
816 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break; in build_bl_tree()
819 s->opt_len += 3*((ulg)max_blindex + 1) + 5 + 5 + 4; in build_bl_tree()
823 return max_blindex; in build_bl_tree()
998 int max_blindex = 0; /* index of last bit length code of non zero freq */ local
1022 max_blindex = build_bl_tree(s);
1066 max_blindex + 1);
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dtrees.c799 int max_blindex; /* index of last bit length code of non zero freq */ in build_bl_tree() local
815 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) { in build_bl_tree()
816 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break; in build_bl_tree()
819 s->opt_len += 3*((ulg)max_blindex + 1) + 5 + 5 + 4; in build_bl_tree()
823 return max_blindex; in build_bl_tree()
998 int max_blindex = 0; /* index of last bit length code of non zero freq */ local
1022 max_blindex = build_bl_tree(s);
1066 max_blindex + 1);