Searched refs:propsEncoded (Results 1 – 5 of 5) sorted by relevance
/external/lzma/C/ |
D | LzmaEnc.h | 71 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
D | Lzma2Enc.c | 97 Byte propsEncoded[LZMA_PROPS_SIZE]; in Lzma2EncInt_InitStream() local 99 RINOK(LzmaEnc_WriteProperties(p->enc, propsEncoded, &propsSize)); in Lzma2EncInt_InitStream() 100 p->propsByte = propsEncoded[0]; in Lzma2EncInt_InitStream()
|
D | LzmaEnc.c | 2957 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, in LzmaEncode() argument 2968 res = LzmaEnc_WriteProperties(p, propsEncoded, propsSize); in LzmaEncode()
|
/external/lzma/DOC/ |
D | lzma.txt | 271 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
/external/u-boot/lib/lzma/ |
D | lzma.txt | 541 CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|