Home | History | Annotate | Download | only in xz-embedded

Lines Matching defs:in

35  * In multi-call mode, also these are true:
41 * in which the dictionary variables address the actual output
48 /* Old position in buf (before decoding more data) */
51 /* Position in buf */
64 * End of the dictionary buffer. In multi-call mode, this is
65 * the same as the dictionary size. In single-call mode, this
71 * Size of the dictionary as specified in Block Header. This is used
78 * Maximum allowed dictionary size in multi-call mode.
79 * This is ignored in single-call mode.
109 const uint8_t *in;
194 * when the distance is in the range [4, 127].
215 /* Position in xz_dec_lzma2_run(). */
257 * including lzma.pos_mask are in the first 128 bytes on x86-32,
283 * Reset the dictionary state. When in single-call mode, set up the beginning
390 memcpy(dict->buf + dict->pos, b->in + b->in_pos, copy_size);
400 memcpy(b->out + b->out_pos, b->in + b->in_pos,
413 * enough space in b->out. This is guaranteed because caller uses dict_limit()
455 rc->code = (rc->code << 8) + b->in[b->in_pos++];
482 rc->code = (rc->code << RC_SHIFT_BITS) + rc->in[rc->in_pos++];
487 * Decode one bit. In some versions, this function has been splitted in three
489 * an extra branch. In this particular version of the LZMA decoder, this
491 * on x86). Using a non-splitted version results in nicer looking code too.
645 /* Decode a match. The distance will be stored in s->lzma.rep0. */
686 * seen matches. The distance will be stored in s->lzma.rep0.
728 * finish the possibly pending repeat in the dictionary.
784 * probabilities that are actually required. In the common case
839 * As long as there is plenty of input left to be decoded in the current LZMA
859 memcpy(s->temp.buf + s->temp.size, b->in + b->in_pos, tmp);
874 s->rc.in = s->temp.buf;
895 s->rc.in = b->in;
919 memcpy(s->temp.buf, b->in + b->in_pos, in_avail);
970 tmp = b->in[b->in_pos++];
1018 += (uint32_t)b->in[b->in_pos++] << 8;
1024 += (uint32_t)b->in[b->in_pos++] + 1;
1030 = (uint32_t)b->in[b->in_pos++] << 8;
1036 += (uint32_t)b->in[b->in_pos++] + 1;
1041 if (!lzma_props(s, b->in[b->in_pos++]))
1062 * In case the dictionary got full but we didn't fill