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

  /external/lzma/C/
Lzma2Enc.h 21 } CLzma2EncProps;
23 void Lzma2EncProps_Init(CLzma2EncProps *p);
24 void Lzma2EncProps_Normalize(CLzma2EncProps *p);
43 SRes Lzma2Enc_SetProps(CLzma2EncHandle p, const CLzma2EncProps *props);
XzEnc.h 31 CLzma2EncProps lzma2Props;
Lzma2Enc.c 92 static SRes Lzma2EncInt_InitStream(CLzma2EncInt *p, const CLzma2EncProps *props)
231 void Lzma2EncProps_Init(CLzma2EncProps *p)
240 void Lzma2EncProps_Normalize(CLzma2EncProps *p)
358 CLzma2EncProps props;
465 SRes Lzma2Enc_SetProps(CLzma2EncHandle pp, const CLzma2EncProps *props)
XzEnc.c 494 CLzma2EncProps tp = p->lzma2Props;
585 CLzma2EncProps *lzma2 = &p->lzma2Props;
604 CLzma2EncProps tp = p->lzma2Props;
    [all...]
  /external/lzma/CPP/7zip/Compress/
Lzma2Encoder.cpp 37 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props)
63 CLzma2EncProps lzma2Props;
XzEncoder.cpp 19 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props);
  /art/libelffile/elf/
xz_utils.cc 48 CLzma2EncProps lzma2Props;
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 1096 CLzma2EncProps &lzma2Props = xzProps.lzma2Props;

Completed in 851 milliseconds