Home
last modified time | relevance | path

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

/linux/lib/xz/
H A Dxz_private.h90 # define DEC_IS_MULTI(mode) (true) macro
92 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) macro
94 # define DEC_IS_MULTI(mode) (false) macro
H A Dxz_dec_lzma2.c406 if (DEC_IS_MULTI(dict->mode)) { in dict_uncompressed()
440 if (DEC_IS_MULTI(dict->mode)) { in dict_flush()
1171 if (DEC_IS_MULTI(s->dict.mode)) { in xz_dec_lzma2_reset()
1200 if (DEC_IS_MULTI(s->dict.mode)) in xz_dec_lzma2_end()
1306 if (DEC_IS_MULTI(mode)) { in xz_dec_microlzma_alloc()
1336 if (DEC_IS_MULTI(s->s.dict.mode)) in xz_dec_microlzma_end()