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

/freebsd-11.0-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h158 #define DIST_SLOT_BITS 6 macro
159 #define DIST_SLOTS (1 << DIST_SLOT_BITS)
/freebsd-11.0-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_common.h188 #define DIST_SLOT_BITS 6 macro
189 #define DIST_SLOTS (1 << DIST_SLOT_BITS)
H A Dlzma_encoder.c154 DIST_SLOT_BITS, dist_slot);
513 bittree_reset(coder->dist_slot[i], DIST_SLOT_BITS);
H A Dlzma_decoder.c899 bittree_reset(coder->dist_slot[i], DIST_SLOT_BITS);
H A Dlzma_encoder_optimum_normal.c145 DIST_SLOT_BITS, dist_slot);

Completed in 60 milliseconds