Searched refs:XZ_BF_UNPACK_SIZE (Results 1 – 2 of 2) sorted by relevance
31 #define XZ_BF_UNPACK_SIZE (1 << 7) macro52 #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)
41 #define XzBlock_SetHasUnpackSize(p) (p)->flags |= XZ_BF_UNPACK_SIZE;