Home
last modified time | relevance | path

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

/linux-6.1.9/lib/xz/
Dxz_private.h76 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) macro
78 # define DEC_IS_PREALLOC(mode) (false) macro
Dxz_dec_lzma2.c1151 if (DEC_IS_PREALLOC(mode)) { in xz_dec_lzma2_create()