Searched refs:LzmaDecode (Results 1 – 13 of 13) sorted by relevance
/external/u-boot/lib/lzma/ |
D | history.txt | 179 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed 200 - The bug was fixed in LzmaDecode.c (ANSI-C LZMA Decoder): 205 LzmaDecodeSize.c can provide slightly smaller code than LzmaDecode.c 245 LzmaDecode.c / RangeDecoderReadByte
|
D | LzmaTools.c | 108 res = LzmaDecode( in lzmaBuffToBuffDecompress()
|
D | LzmaDec.h | 219 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
|
D | README.txt | 20 function that wraps the complex LzmaDecode() function from the LZMA SDK. The
|
D | LzmaDec.c | 995 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in LzmaDecode() function
|
D | lzma.txt | 361 int LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
|
/external/lzma/C/ |
D | LzmaLib.c | 39 …return LzmaDecode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status… in LzmaUncompress()
|
D | Lzma86Dec.c | 42 res = LzmaDecode(dest, destLen, src + LZMA86_HEADER_SIZE, &inSizePure, in Lzma86_Decode()
|
D | LzmaDec.h | 228 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
|
D | LzmaDec.c | 1162 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in LzmaDecode() function
|
/external/lzma/DOC/ |
D | lzma-history.txt | 346 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed 367 - The bug was fixed in LzmaDecode.c (ANSI-C LZMA Decoder): 372 LzmaDecodeSize.c can provide slightly smaller code than LzmaDecode.c 412 LzmaDecode.c / RangeDecoderReadByte
|
D | lzma.txt | 81 int LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
|
/external/lzma/CPP/7zip/Archive/ |
D | LzmaHandler.cpp | 394 SRes res = LzmaDecode(outBuf, &destLen, start, &srcLen, in Open()
|