HomeSort by relevance Sort by last modified time
    Searched refs:XZ_BF_UNPACK_SIZE (Results 1 - 2 of 2) sorted by null

  /external/lzma/C/
Xz.h 31 #define XZ_BF_UNPACK_SIZE (1 << 7)
52 #define XzBlock_HasUnpackSize(p) (((p)->flags & XZ_BF_UNPACK_SIZE) != 0)
XzEnc.c 28 #define XzBlock_SetHasUnpackSize(p) (p)->flags |= XZ_BF_UNPACK_SIZE;

Completed in 29 milliseconds