Home
last modified time | relevance | path

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

/external/xz-embedded/linux/lib/xz/
Dxz_private.h79 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC) macro
81 # define DEC_IS_DYNALLOC(mode) (false) macro
Dxz_dec_lzma2.c1124 } else if (DEC_IS_DYNALLOC(mode)) { in xz_dec_lzma2_create()
1147 if (DEC_IS_DYNALLOC(s->dict.mode)) { in xz_dec_lzma2_reset()