Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dfastpos.h79 # define get_dist_slot(dist) \ macro
109 get_dist_slot(uint32_t dist) in get_dist_slot() function
H A Dlzma2_encoder.c397 out[0] = get_dist_slot(d + 1) - 24; in lzma_lzma2_props_encode()
H A Dlzma_encoder.c151 const uint32_t dist_slot = get_dist_slot(distance); in match()
H A Dlzma_encoder_optimum_normal.c168 const uint32_t dist_slot = get_dist_slot(i); in fill_dist_prices()