Home
last modified time | relevance | path

Searched defs:footer_bits (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_encoder.c157 const uint32_t footer_bits = (dist_slot >> 1) - 1; in match() local
H A Dlzma_encoder_optimum_normal.c169 const uint32_t footer_bits = ((dist_slot >> 1) - 1); in fill_dist_prices() local