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

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2163 int max_blindex; /* index of last bit length code of non zero freq */ local
2179 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) {
2180 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
2183 s->opt_len += 3*(max_blindex+1) + 5+5+4;
2187 return max_blindex;
2288 int max_blindex; /* index of last bit length code of non zero freq */ local
2311 max_blindex = build_bl_tree(s);
2382 max_blindex
[all...]

Completed in 30 milliseconds