HomeSort by relevance Sort by last modified time
    Searched refs:DIST_SLOTS (Results 1 - 4 of 4) sorted by null

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMACoder.java 24 static final int DIST_SLOTS = 1 << 6;
46 final short[][] distSlots = new short[DIST_STATES][DIST_SLOTS];
  /external/xz-embedded/linux/lib/xz/
xz_lzma2.h 159 #define DIST_SLOTS (1 << DIST_SLOT_BITS)
xz_dec_lzma2.c 190 uint16_t dist_slot[DIST_STATES][DIST_SLOTS];
661 dist_slot = rc_bittree(&s->rc, probs, DIST_SLOTS) - DIST_SLOTS;
  /external/toybox/toys/pending/
xzcat.c 1134 #define DIST_SLOTS (1 << DIST_SLOT_BITS)
    [all...]

Completed in 163 milliseconds