Home
last modified time | relevance | path

Searched refs:LzmaDec_TryDummy (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/lib/lzma/
DLzmaDec.c513 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy() function
804 int dummyRes = LzmaDec_TryDummy(p, src, inSize); in LzmaDec_DecodeToDic()
838 int dummyRes = LzmaDec_TryDummy(p, p->tempBuf, rem); in LzmaDec_DecodeToDic()
/external/lzma/C/
DLzmaDec.c660 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy() function
948 int dummyRes = LzmaDec_TryDummy(p, src, inSize); in LzmaDec_DecodeToDic()
982 int dummyRes = LzmaDec_TryDummy(p, p->tempBuf, (SizeT)rem); in LzmaDec_DecodeToDic()
/external/lzma/Asm/x86/
DLzmaDecOpt.asm6 ; That code is tightly coupled with LzmaDec_TryDummy()