Home
last modified time | relevance | path

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

/third_party/lzma/C/
DLzmaDec.c715 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, const Byte **bufOut) in LzmaDec_TryDummy() function
1048 ELzmaDummy dummyRes = LzmaDec_TryDummy(p, src, &bufOut); in LzmaDec_DecodeToDic()
1131 ELzmaDummy dummyRes = LzmaDec_TryDummy(p, p->tempBuf, &bufOut); in LzmaDec_DecodeToDic()
/third_party/lzma/Asm/x86/
DLzmaDecOpt.asm6 ; That code is tightly coupled with LzmaDec_TryDummy()