Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A Dxz_private.h67 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE)
87 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE)
/f-stack/freebsd/contrib/xz-embedded/userspace/
H A Dbuftest.c28 s = xz_dec_init(XZ_SINGLE, 0); in main()
/f-stack/freebsd/contrib/xz-embedded/linux/include/linux/
H A Dxz.h62 XZ_SINGLE, enumerator
/f-stack/freebsd/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c270 s = xz_dec_init(XZ_SINGLE, 0); in unxz()