Searched refs:LEN_LOW_BITS (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h121 #define LEN_LOW_BITS 3 macro
122 #define LEN_LOW_SYMBOLS (1 << LEN_LOW_BITS)
/freebsd-13-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_common.h158 #define LEN_LOW_BITS 3 macro
159 #define LEN_LOW_SYMBOLS (1 << LEN_LOW_BITS)
H A Dlzma_encoder.c92 LEN_LOW_BITS, i);
115 rc_bittree(rc, lc->low[pos_state], LEN_LOW_BITS, len);
460 bittree_reset(lencoder->low[pos_state], LEN_LOW_BITS);
H A Dlzma_decoder.c917 LEN_LOW_BITS);
922 LEN_LOW_BITS);

Completed in 72 milliseconds