Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/zlib/
H A Dtrees.c150 const intf *extra_bits; /* extra bits for each code or NULL */ member
284 static_l_desc.extra_bits = extra_lbits; in tr_static_init()
286 static_d_desc.extra_bits = extra_dbits; in tr_static_init()
287 static_bl_desc.extra_bits = extra_blbits; in tr_static_init()
529 const intf *extra = desc->stat_desc->extra_bits; in gen_bitlen()