Home
last modified time | relevance | path

Searched defs:dummyRes (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
DLzmaDec.c778 int dummyRes = LzmaDec_TryDummy(p, src, inSize); in LzmaDec_DecodeToDic() local
812 int dummyRes = LzmaDec_TryDummy(p, p->tempBuf, rem); in LzmaDec_DecodeToDic() local
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.c779 int dummyRes = LzmaDec_TryDummy(p, src, inSize); in LzmaDec_DecodeToDic() local
813 int dummyRes = LzmaDec_TryDummy(p, p->tempBuf, rem); in LzmaDec_DecodeToDic() local
/external/lzma/C/
DLzmaDec.c778 int dummyRes = LzmaDec_TryDummy(p, src, inSize); in LzmaDec_DecodeToDic() local
812 int dummyRes = LzmaDec_TryDummy(p, p->tempBuf, rem); in LzmaDec_DecodeToDic() local