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

/freebsd-10.0-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h109 #define LITERAL_CODERS_MAX (1 << 4) macro
195 #define PROBS_TOTAL (1846 + LITERAL_CODERS_MAX * LITERAL_CODER_SIZE)
H A Dxz_dec_lzma2.c211 uint16_t literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE];
/freebsd-10.0-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_common.h118 #define LITERAL_CODERS_MAX (1 << LZMA_LCLP_MAX) macro
H A Dlzma_encoder_private.h108 probability literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE];
H A Dlzma_decoder.c170 probability literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE];

Completed in 167 milliseconds