Home
last modified time | relevance | path

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

/external/lzma/C/
DXz.h31 #define XZ_BF_UNPACK_SIZE (1 << 7) macro
52 #define XzBlock_HasUnpackSize(p) (((p)->flags & XZ_BF_UNPACK_SIZE) != 0)
53 …ortedFlags(p) (((p)->flags & ~(XZ_BF_NUM_FILTERS_MASK | XZ_BF_PACK_SIZE | XZ_BF_UNPACK_SIZE)) != 0)
DXzEnc.c41 #define XzBlock_SetHasUnpackSize(p) (p)->flags |= XZ_BF_UNPACK_SIZE;