Home
last modified time | relevance | path

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

/linux-4.19.296/lib/xz/
Dxz_private.h67 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE) macro
69 # define DEC_IS_SINGLE(mode) (false) macro
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()
Dxz_dec_lzma2.c288 if (DEC_IS_SINGLE(dict->mode)) { in dict_reset()