Home
last modified time | relevance | path

Searched refs:LITERAL_CODERS_MAX (Results 1 – 2 of 2) sorted by relevance

/freebsd/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];