Lines Matching refs:index
1119 * Get the index of the appropriate probability array for decoding
2445 } index;
2615 s->index.size += in_used;
2638 switch (s->index.sequence) {
2640 s->index.count = s->vli;
2647 if (s->index.count != s->block.count)
2650 s->index.sequence = SEQ_INDEX_UNPADDED;
2654 s->index.hash.unpadded += s->vli;
2655 s->index.sequence = SEQ_INDEX_UNCOMPRESSED;
2659 s->index.hash.uncompressed += s->vli;
2660 s->index.hash.crc32 = xz_crc32(
2661 (const uint8_t *)&s->index.hash,
2662 sizeof(s->index.hash),
2663 s->index.hash.crc32);
2664 --s->index.count;
2665 s->index.sequence = SEQ_INDEX_UNPADDED;
2668 } while (s->index.count > 0);
2758 * Index CRC32 field to s->index.size, thus we use s->index.size / 4
2759 * instead of s->index.size / 4 - 1.
2761 if ((s->index.size >> 2) != get_le32(s->temp.buf + 4))
2998 while ((s->index.size + (b->in_pos - s->in_start))
3013 if (!memeq(&s->block.hash, &s->index.hash,
3120 memset(&s->index, 0, sizeof(s->index));