Home
last modified time | relevance | path

Searched refs:DIST_SLOTS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/xz/
H A Dxz_lzma2.h159 #define DIST_SLOTS (1 << DIST_SLOT_BITS) macro
H A Dxz_dec_lzma2.c190 uint16_t dist_slot[DIST_STATES][DIST_SLOTS];
678 dist_slot = rc_bittree(&s->rc, probs, DIST_SLOTS) - DIST_SLOTS; in lzma_match()
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_lzma2.h159 #define DIST_SLOTS (1 << DIST_SLOT_BITS) macro
H A Dxz_dec_lzma2.c190 uint16_t dist_slot[DIST_STATES][DIST_SLOTS];
693 dist_slot = rc_bittree(&s->rc, probs, DIST_SLOTS) - DIST_SLOTS; in lzma_match()

Completed in 4 milliseconds