Home
last modified time | relevance | path

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

/external/lzma/C/
DXz.h30 #define XZ_BF_PACK_SIZE (1 << 6) macro
51 #define XzBlock_HasPackSize(p) (((p)->flags & XZ_BF_PACK_SIZE) != 0)
53 #define XzBlock_HasUnsupportedFlags(p) (((p)->flags & ~(XZ_BF_NUM_FILTERS_MASK | XZ_BF_PACK_SIZE | …
DXzEnc.c40 #define XzBlock_SetHasPackSize(p) (p)->flags |= XZ_BF_PACK_SIZE;