Searched refs:LEN_LOW_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.h121 #define LEN_LOW_BITS 3 macro
122 #define LEN_LOW_SYMBOLS (1 << LEN_LOW_BITS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma_common.h157 #define LEN_LOW_BITS 3 macro
158 #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.c911 LEN_LOW_BITS);
916 LEN_LOW_BITS);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma_common.h157 #define LEN_LOW_BITS 3 macro
158 #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.c911 LEN_LOW_BITS);
916 LEN_LOW_BITS);

Completed in 72 milliseconds