OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XZ_BF_PACK_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/lzma/C/
Xz.h
30
#define
XZ_BF_PACK_SIZE
(1 << 6)
51
#define XzBlock_HasPackSize(p) (((p)->flags &
XZ_BF_PACK_SIZE
) != 0)
XzEnc.c
27
#define XzBlock_SetHasPackSize(p) (p)->flags |=
XZ_BF_PACK_SIZE
;
Completed in 27 milliseconds