Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/2ndboot/updater/xz/linux/lib/xz/
A Dxz_private.h73 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) macro
75 # define DEC_IS_PREALLOC(mode) (false) macro
A Dxz_dec_lzma2.c1117 if (DEC_IS_PREALLOC(mode)) { in xz_dec_lzma2_create()
/AliOS-Things-master/components/ota/tools/xz/include/
A Dxz_private.h73 #define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) macro
75 #define DEC_IS_PREALLOC(mode) (false) macro
/AliOS-Things-master/components/ota/tools/xz/src/
A Dxz_dec_lzma2.c1117 if (DEC_IS_PREALLOC(mode)) { in xz_dec_lzma2_create()

Completed in 14 milliseconds