Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/zlib/
H A Dtrees.c124 const intf *extra_bits; /* extra bits for each code or NULL */ member
256 static_l_desc.extra_bits = extra_lbits; in tr_static_init()
258 static_d_desc.extra_bits = extra_dbits; in tr_static_init()
259 static_bl_desc.extra_bits = extra_blbits; in tr_static_init()
501 const intf *extra = desc->stat_desc->extra_bits;
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.c81 int extra_bits; in calc_shifts_ceiling() local
84 shifts = extra_bits = 0; in calc_shifts_ceiling()
88 extra_bits++; in calc_shifts_ceiling()
93 if (extra_bits) in calc_shifts_ceiling()