Home
last modified time | relevance | path

Searched defs:propsSize (Results 1 – 14 of 14) sorted by relevance

/external/lzma/C/
DLzmaLib.c38 const unsigned char *props, size_t propsSize) in LzmaUncompress()
D7zDec.c99 static SRes SzDecodePpmd(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStreamPtr inS… in SzDecodePpmd()
164 static SRes SzDecodeLzma(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStreamPtr inS… in SzDecodeLzma()
224 static SRes SzDecodeLzma2(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStreamPtr in… in SzDecodeLzma2()
DLzmaDec.c1299 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc) in LzmaDec_AllocateProbs()
1308 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc) in LzmaDec_Allocate()
D7zArcIn.c511 UInt32 propsSize = 0; in SzGetNextFolderItem() local
729 UInt32 propsSize; in ReadUnpackInfo() local
DLzma2Enc.c96 SizeT propsSize = LZMA_PROPS_SIZE; in Lzma2EncInt_InitStream() local
DXz.h41 UInt32 propsSize; member
DLzmaEnc.c3113 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, in LzmaEncode()
/external/coreboot/util/cbfstool/lzma/
Dlzma.c126 size_t propsSize = sizeof propsEncoded; in do_lzma_compress() local
/external/lzma/CPP/7zip/Crypto/
D7zAes.cpp212 unsigned propsSize = 1; in Z7_COM7F_IMF() local
/external/coreboot/util/cbfstool/lzma/C/
DLzmaDec.c932 SRes LzmaDec_AllocateProbs(struct CLzmaDec *p, const uint8_t *props, unsigned propsSize, struct ISz… in LzmaDec_AllocateProbs()
941 SRes LzmaDec_Allocate(struct CLzmaDec *p, const uint8_t *props, unsigned propsSize, struct ISzAlloc… in LzmaDec_Allocate()
DLzmaEnc.c2117 const struct CLzmaEncProps *props, uint8_t *propsEncoded, size_t *propsSize, int writeEndMark, in LzmaEncode()
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp477 const CNum propsSize = ReadNum(); in ParseFolder() local
802 const CNum propsSize = inByte->ReadNum(); in ReadUnpackInfo() local
D7zHandler.cpp426 CNum propsSize = 0; in SetMethodToProp() local
D7zOut.cpp282 const size_t propsSize = coder.Props.Size(); in WriteFolder() local