dist_slot         190 lib/xz/xz_dec_lzma2.c 	uint16_t dist_slot[DIST_STATES][DIST_SLOTS];
dist_slot         649 lib/xz/xz_dec_lzma2.c 	uint32_t dist_slot;
dist_slot         660 lib/xz/xz_dec_lzma2.c 	probs = s->lzma.dist_slot[lzma_get_dist_state(s->lzma.len)];
dist_slot         661 lib/xz/xz_dec_lzma2.c 	dist_slot = rc_bittree(&s->rc, probs, DIST_SLOTS) - DIST_SLOTS;
dist_slot         663 lib/xz/xz_dec_lzma2.c 	if (dist_slot < DIST_MODEL_START) {
dist_slot         664 lib/xz/xz_dec_lzma2.c 		s->lzma.rep0 = dist_slot;
dist_slot         666 lib/xz/xz_dec_lzma2.c 		limit = (dist_slot >> 1) - 1;
dist_slot         667 lib/xz/xz_dec_lzma2.c 		s->lzma.rep0 = 2 + (dist_slot & 1);
dist_slot         669 lib/xz/xz_dec_lzma2.c 		if (dist_slot < DIST_MODEL_END) {
dist_slot         672 lib/xz/xz_dec_lzma2.c 					- dist_slot - 1;