Searched defs:propsSize (Results 1 – 14 of 14) sorted by relevance
/external/lzma/C/ |
D | LzmaLib.c | 38 const unsigned char *props, size_t propsSize) in LzmaUncompress()
|
D | 7zDec.c | 99 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()
|
D | LzmaDec.c | 1299 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()
|
D | 7zArcIn.c | 511 UInt32 propsSize = 0; in SzGetNextFolderItem() local 729 UInt32 propsSize; in ReadUnpackInfo() local
|
D | Lzma2Enc.c | 96 SizeT propsSize = LZMA_PROPS_SIZE; in Lzma2EncInt_InitStream() local
|
D | Xz.h | 41 UInt32 propsSize; member
|
D | LzmaEnc.c | 3113 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, in LzmaEncode()
|
/external/coreboot/util/cbfstool/lzma/ |
D | lzma.c | 126 size_t propsSize = sizeof propsEncoded; in do_lzma_compress() local
|
/external/lzma/CPP/7zip/Crypto/ |
D | 7zAes.cpp | 212 unsigned propsSize = 1; in Z7_COM7F_IMF() local
|
/external/coreboot/util/cbfstool/lzma/C/ |
D | LzmaDec.c | 932 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()
|
D | LzmaEnc.c | 2117 const struct CLzmaEncProps *props, uint8_t *propsEncoded, size_t *propsSize, int writeEndMark, in LzmaEncode()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.cpp | 477 const CNum propsSize = ReadNum(); in ParseFolder() local 802 const CNum propsSize = inByte->ReadNum(); in ReadUnpackInfo() local
|
D | 7zHandler.cpp | 426 CNum propsSize = 0; in SetMethodToProp() local
|
D | 7zOut.cpp | 282 const size_t propsSize = coder.Props.Size(); in WriteFolder() local
|