Home
last modified time | relevance | path

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

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DLZMACoder.java24 static final int DIST_SLOTS = 1 << 6; field in LZMACoder
46 final short[][] distSlots = new short[DIST_STATES][DIST_SLOTS];
/external/xz-embedded/linux/lib/xz/
Dxz_lzma2.h159 #define DIST_SLOTS (1 << DIST_SLOT_BITS) macro
Dxz_dec_lzma2.c190 uint16_t dist_slot[DIST_STATES][DIST_SLOTS];
661 dist_slot = rc_bittree(&s->rc, probs, DIST_SLOTS) - DIST_SLOTS; in lzma_match()
/external/toybox/toys/pending/
Dxzcat.c1134 #define DIST_SLOTS (1 << DIST_SLOT_BITS) macro
1346 uint16_t dist_slot[DIST_STATES][DIST_SLOTS];
1803 dist_slot = rc_bittree(&s->rc, probs, DIST_SLOTS) - DIST_SLOTS; in lzma_match()