Searched refs:LzmaDecode (Results 1 – 6 of 6) sorted by relevance
/u-boot/lib/lzma/ |
A 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
|
A D | LzmaTools.c | 109 res = LzmaDecode( in lzmaBuffToBuffDecompress()
|
A D | LzmaDec.h | 219 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
|
A D | README.txt | 20 function that wraps the complex LzmaDecode() function from the LZMA SDK. The
|
A D | LzmaDec.c | 995 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in LzmaDecode() function
|
A D | lzma.txt | 361 int LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
|
Completed in 7 milliseconds