Searched refs:LEN_MID_BITS (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/xz/
H A Dxz_lzma2.h123 #define LEN_MID_BITS 3 macro
124 #define LEN_MID_SYMBOLS (1 << LEN_MID_BITS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma_common.h159 #define LEN_MID_BITS 3 macro
160 #define LEN_MID_SYMBOLS (1 << LEN_MID_BITS)
H A Dlzma_encoder.c96 LEN_MID_BITS, i - LEN_LOW_SYMBOLS);
122 rc_bittree(rc, lc->mid[pos_state], LEN_MID_BITS, len);
461 bittree_reset(lencoder->mid[pos_state], LEN_MID_BITS);
H A Dlzma_decoder.c913 LEN_MID_BITS);
918 LEN_MID_BITS);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma_common.h159 #define LEN_MID_BITS 3 macro
160 #define LEN_MID_SYMBOLS (1 << LEN_MID_BITS)
H A Dlzma_encoder.c96 LEN_MID_BITS, i - LEN_LOW_SYMBOLS);
122 rc_bittree(rc, lc->mid[pos_state], LEN_MID_BITS, len);
461 bittree_reset(lencoder->mid[pos_state], LEN_MID_BITS);
H A Dlzma_decoder.c913 LEN_MID_BITS);
918 LEN_MID_BITS);

Completed in 66 milliseconds