Home
last modified time | relevance | path

Searched refs:DEC_IS_PREALLOC (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/xz/
H A Dxz_private.h73 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) macro
75 # define DEC_IS_PREALLOC(mode) (false) macro
H A Dxz_dec_lzma2.c1135 if (DEC_IS_PREALLOC(mode)) { in xz_dec_lzma2_create()
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_private.h76 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) macro
78 # define DEC_IS_PREALLOC(mode) (false) macro
H A Dxz_dec_lzma2.c1151 if (DEC_IS_PREALLOC(mode)) { in xz_dec_lzma2_create()

Completed in 4 milliseconds