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

/freebsd-13-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_common.h115 #define LITERAL_CODER_SIZE 0x300 macro
130 literal_init(probability (*probs)[LITERAL_CODER_SIZE],
138 for (uint32_t j = 0; j < LITERAL_CODER_SIZE; ++j)
H A Dlzma_encoder_private.h107 probability literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE];
H A Dlzma_decoder.c176 probability literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE];
/freebsd-13-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h106 #define LITERAL_CODER_SIZE 0x300 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];

Completed in 97 milliseconds