Searched refs:FASTPOS_BITS (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/xz/src/liblzma/lzma/
H A Dfastpos_table.c6 const uint8_t lzma_fastpos[1 << FASTPOS_BITS] = {
H A Dfastpos_tablegen.c22 uint8_t fastpos[1 << FASTPOS_BITS];
24 const uint8_t fast_slots = 2 * FASTPOS_BITS;
40 "const uint8_t lzma_fastpos[1 << FASTPOS_BITS] = {");
42 for (size_t i = 0; i < (1 << FASTPOS_BITS); ++i) {
48 if (i != (1 << FASTPOS_BITS) - 1)
H A Dfastpos.h92 #define FASTPOS_BITS 13 macro
94 extern const uint8_t lzma_fastpos[1 << FASTPOS_BITS];
98 ((extra) + (n) * (FASTPOS_BITS - 1))
101 (UINT32_C(1) << (FASTPOS_BITS + fastpos_shift(extra, n)))

Completed in 110 milliseconds