Searched defs:dummyRes (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/lzma_sdk/ |
D | LzmaDec.c | 778 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/ |
D | LzmaDec.c | 779 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/ |
D | LzmaDec.c | 778 int dummyRes = LzmaDec_TryDummy(p, src, inSize); in LzmaDec_DecodeToDic() local 812 int dummyRes = LzmaDec_TryDummy(p, p->tempBuf, rem); in LzmaDec_DecodeToDic() local
|