Home
last modified time | relevance | path

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

/minix3/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_encoder.c159 const uint32_t dist_reduced = distance - base; in match() local
166 footer_bits, dist_reduced); in match()
168 rc_direct(&coder->rc, dist_reduced >> ALIGN_BITS, in match()
172 ALIGN_BITS, dist_reduced & ALIGN_MASK); in match()