Home
last modified time | relevance | path

Searched refs:XZ_ID_LZMA2 (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DXz.h19 #define XZ_ID_LZMA2 0x21 macro
DXzDec.c514 case XZ_ID_LZMA2: return Lzma2State_SetFromMethod(sc, outBuf, outBufSize, p->alloc); in MixCoder_SetFromMethod()
530 case XZ_ID_LZMA2: return Lzma2State_ResetOutBuf(sc, outBuf, outBufSize); in MixCoder_ResetFromMethod()
784 if (f->id != XZ_ID_LZMA2 || f->propsSize != 1 || f->props[0] > 40) in XzBlock_AreSupportedFilters()
DXzEnc.c761 f->id = XZ_ID_LZMA2; in Xz_CompressBlock()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp246 { XZ_ID_LZMA2, "LZMA2" }
270 if (f.id == XZ_ID_LZMA2 && f.propsSize == 1) in AddMethodString()