Home
last modified time | relevance | path

Searched refs:DEC_IS_SINGLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/xz/
H A Dxz_private.h70 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE) macro
72 # define DEC_IS_SINGLE(mode) (false) macro
H A Dxz_dec_stream.c756 if (DEC_IS_SINGLE(s->mode)) in xz_dec_run()
763 if (DEC_IS_SINGLE(s->mode)) { in xz_dec_run()
795 s->bcj = xz_dec_bcj_create(DEC_IS_SINGLE(mode)); in xz_dec_init()
H A Dxz_dec_lzma2.c292 if (DEC_IS_SINGLE(dict->mode)) { in dict_reset()
1262 if (DEC_IS_SINGLE(s->dict.mode)) in xz_dec_microlzma_run()