Home
last modified time | relevance | path

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

/linux-4.19.296/lib/xz/
Dxz_private.h73 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) macro
75 # define DEC_IS_PREALLOC(mode) (false) macro
Dxz_dec_lzma2.c1135 if (DEC_IS_PREALLOC(mode)) { in xz_dec_lzma2_create()