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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dfastpos_table.c6 const uint8_t lzma_fastpos[1 << FASTPOS_BITS] = {
H A Dfastpos_tablegen.c23 uint8_t fastpos[1 << FASTPOS_BITS];
25 const uint8_t fast_slots = 2 * FASTPOS_BITS;
41 "const uint8_t lzma_fastpos[1 << FASTPOS_BITS] = {");
43 for (size_t i = 0; i < (1 << FASTPOS_BITS); ++i) {
49 if (i != (1 << FASTPOS_BITS) - 1)
H A Dfastpos.h91 #define FASTPOS_BITS 13 macro
93 extern const uint8_t lzma_fastpos[1 << FASTPOS_BITS];
97 ((extra) + (n) * (FASTPOS_BITS - 1))
100 (UINT32_C(1) << (FASTPOS_BITS + fastpos_shift(extra, n)))
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dfastpos_table.c6 const uint8_t lzma_fastpos[1 << FASTPOS_BITS] = {
H A Dfastpos_tablegen.c23 uint8_t fastpos[1 << FASTPOS_BITS];
25 const uint8_t fast_slots = 2 * FASTPOS_BITS;
41 "const uint8_t lzma_fastpos[1 << FASTPOS_BITS] = {");
43 for (size_t i = 0; i < (1 << FASTPOS_BITS); ++i) {
49 if (i != (1 << FASTPOS_BITS) - 1)
H A Dfastpos.h91 #define FASTPOS_BITS 13 macro
93 extern const uint8_t lzma_fastpos[1 << FASTPOS_BITS];
97 ((extra) + (n) * (FASTPOS_BITS - 1))
100 (UINT32_C(1) << (FASTPOS_BITS + fastpos_shift(extra, n)))

Completed in 91 milliseconds