Searched refs:DIST_SLOTS (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h115 probability dist_slot[DIST_STATES][DIST_SLOTS];
125 uint32_t dist_slot_prices[DIST_STATES][DIST_SLOTS];
H A Dlzma_common.h189 #define DIST_SLOTS (1 << DIST_SLOT_BITS) macro
H A Dlzma_decoder.c196 probability dist_slot[DIST_STATES][DIST_SLOTS];
516 } while (symbol < DIST_SLOTS);
527 symbol -= DIST_SLOTS;
/freebsd-11.0-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h159 #define DIST_SLOTS (1 << DIST_SLOT_BITS) macro
H A Dxz_dec_lzma2.c190 uint16_t dist_slot[DIST_STATES][DIST_SLOTS];
661 dist_slot = rc_bittree(&s->rc, probs, DIST_SLOTS) - DIST_SLOTS;

Completed in 52 milliseconds