Home
last modified time | relevance | path

Searched refs:SEQ_LZMA_RUN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/lib/xz/
H A Dxz_dec_lzma2.c224 SEQ_LZMA_RUN, enumerator
969 while (b->in_pos < b->in_size || s->lzma2.sequence == SEQ_LZMA_RUN) { in xz_dec_lzma2_run()
1089 s->lzma2.sequence = SEQ_LZMA_RUN; in xz_dec_lzma2_run()
1093 case SEQ_LZMA_RUN: in xz_dec_lzma2_run()
1223 * and SEQ_LZMA_RUN for the rest of the input stream. in xz_dec_microlzma_run()
1225 if (s->lzma2.sequence != SEQ_LZMA_RUN) { in xz_dec_microlzma_run()
1256 s->lzma2.sequence = SEQ_LZMA_RUN; in xz_dec_microlzma_run()
/kernel/linux/linux-5.10/lib/xz/
H A Dxz_dec_lzma2.c224 SEQ_LZMA_RUN, enumerator
953 while (b->in_pos < b->in_size || s->lzma2.sequence == SEQ_LZMA_RUN) { in xz_dec_lzma2_run()
1073 s->lzma2.sequence = SEQ_LZMA_RUN; in xz_dec_lzma2_run()
1077 case SEQ_LZMA_RUN: in xz_dec_lzma2_run()

Completed in 4 milliseconds