Home
last modified time | relevance | path

Searched refs:DEC_IS_MULTI (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/lib/xz/
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
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()
1188 if (DEC_IS_MULTI(s->dict.mode)) in xz_dec_lzma2_end()