Searched defs:propsSize (Results  1 – 11 of 11) sorted by relevance
| /external/lzma/C/ | 
| D | 7zDec.c | 73 static SRes SzDecodePpmd(const Byte *props, unsigned propsSize, UInt64 inSize, const ILookInStream …  in SzDecodePpmd() 134 static SRes SzDecodeLzma(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStream *inStr…  in SzDecodeLzma() 194 static SRes SzDecodeLzma2(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStream *inSt…  in SzDecodeLzma2()
  | 
| D | LzmaLib.c | 36   const unsigned char *props, size_t propsSize)  in LzmaUncompress()
  | 
| D | LzmaDec.c | 1121 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc)  in LzmaDec_AllocateProbs() 1130 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc)  in LzmaDec_Allocate()
  | 
| D | 7zArcIn.c | 499       UInt32 propsSize = 0;  in SzGetNextFolderItem()  local 717         UInt32 propsSize;  in ReadUnpackInfo()  local
  | 
| D | Lzma2Enc.c | 96     SizeT propsSize = LZMA_PROPS_SIZE;  in Lzma2EncInt_InitStream()  local
  | 
| D | Xz.h | 38   UInt32 propsSize;  member
  | 
| D | LzmaEnc.c | 2957     const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,  in LzmaEncode()
  | 
| /external/lzma/CPP/7zip/Crypto/ | 
| D | 7zAes.cpp | 175   unsigned propsSize = 1;  in WriteCoderProperties()  local
  | 
| /external/lzma/CPP/7zip/Archive/7z/ | 
| D | 7zIn.cpp | 412         CNum propsSize = ReadNum();  in ParseFolder()  local 719           CNum propsSize = inByte->ReadNum();  in ReadUnpackInfo()  local
  | 
| D | 7zHandler.cpp | 397     CNum propsSize = 0;  in SetMethodToProp()  local
  | 
| D | 7zOut.cpp | 276       size_t propsSize = coder.Props.Size();  in WriteFolder()  local
  |