Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder.c156 const uint32_t footer_bits = (dist_slot >> 1) - 1; in match() local
157 const uint32_t base = (2 | (dist_slot & 1)) << footer_bits; in match()
165 footer_bits, dist_reduced); in match()
168 footer_bits - ALIGN_BITS); in match()
H A Dlzma_encoder_optimum_normal.c168 const uint32_t footer_bits = ((dist_slot >> 1) - 1); in fill_dist_prices() local
169 const uint32_t base = (2 | (dist_slot & 1)) << footer_bits; in fill_dist_prices()
172 footer_bits, i - base); in fill_dist_prices()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c90 int footer_bits; member
2134 ds->pos_tbl[slot].footer_bits = footer; in lzx_decode_init()
2882 pos_tbl[position_slot].footer_bits; in lzx_decode_blocks()