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

/u-boot/lib/zlib/
H A Dtrees.c125 const intf *extra_bits; /* extra bits for each code or NULL */ member in struct:static_tree_desc_s
126 int extra_base; /* base index for extra_bits */
257 static_l_desc.extra_bits = extra_lbits;
259 static_d_desc.extra_bits = extra_dbits;
260 static_bl_desc.extra_bits = extra_blbits;
502 const intf *extra = desc->stat_desc->extra_bits;
/u-boot/fs/yaffs2/
H A Dyaffs_guts.c82 int extra_bits; local
85 shifts = extra_bits = 0;
89 extra_bits++;
94 if (extra_bits)

Completed in 69 milliseconds