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

/freebsd-11-stable/sys/contrib/xz-embedded/linux/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.c396 if (DEC_IS_MULTI(dict->mode)) {
420 if (DEC_IS_MULTI(dict->mode)) {
1137 if (DEC_IS_MULTI(s->dict.mode)) {
1167 if (DEC_IS_MULTI(s->dict.mode))

Completed in 178 milliseconds