Home
last modified time | relevance | path

Searched refs:DEC_IS_MULTI (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/xz/
H A Dxz_private.h85 # define DEC_IS_MULTI(mode) (true) macro
87 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) macro
89 # define DEC_IS_MULTI(mode) (false) macro
H A Dxz_dec_lzma2.c403 if (DEC_IS_MULTI(dict->mode)) { in dict_uncompressed()
431 if (DEC_IS_MULTI(dict->mode)) { in dict_flush()
1158 if (DEC_IS_MULTI(s->dict.mode)) { in xz_dec_lzma2_reset()
1189 if (DEC_IS_MULTI(s->dict.mode)) in xz_dec_lzma2_end()
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_private.h88 # define DEC_IS_MULTI(mode) (true) macro
90 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) macro
92 # define DEC_IS_MULTI(mode) (false) macro
H A Dxz_dec_lzma2.c407 if (DEC_IS_MULTI(dict->mode)) { in dict_uncompressed()
441 if (DEC_IS_MULTI(dict->mode)) { in dict_flush()
1174 if (DEC_IS_MULTI(s->dict.mode)) { in xz_dec_lzma2_reset()
1203 if (DEC_IS_MULTI(s->dict.mode)) in xz_dec_lzma2_end()
1309 if (DEC_IS_MULTI(mode)) { in xz_dec_microlzma_alloc()
1339 if (DEC_IS_MULTI(s->s.dict.mode)) in xz_dec_microlzma_end()

Completed in 5 milliseconds