Home | History | Annotate | Download | only in zlib

Lines Matching refs:extra_bits

123     const intf *extra_bits;      /* extra bits for each code or NULL */
124 int extra_base; /* base index for extra_bits */
254 static_l_desc.extra_bits = extra_lbits;
256 static_d_desc.extra_bits = extra_dbits;
257 static_bl_desc.extra_bits = extra_blbits;
497 const intf *extra = desc->stat_desc->extra_bits;