Home
last modified time | relevance | path

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

/src/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h168 #define DIST_MODEL_START 4 macro
H A Dxz_dec_lzma2.c695 if (dist_slot < DIST_MODEL_START) { in lzma_match()
/src/contrib/xz/src/liblzma/lzma/
H A Dlzma_common.h213 #define DIST_MODEL_START 4 macro
H A Dlzma_decoder.c433 if (symbol < DIST_MODEL_START) { in lzma_decode()
786 if (symbol < DIST_MODEL_START) { in lzma_decode()
H A Dlzma_encoder_optimum_normal.c158 for (uint32_t i = 0; i < DIST_MODEL_START; ++i) in fill_dist_prices()
166 for (uint32_t i = DIST_MODEL_START; i < FULL_DISTANCES; ++i) { in fill_dist_prices()
H A Dlzma_encoder.c155 if (dist_slot >= DIST_MODEL_START) { in match()