Home
last modified time | relevance | path

Searched refs:LzmaDec_DecodeReal (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
DLzmaDec.c131 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal() function
465 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit)); in LzmaDec_DecodeReal2()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.c132 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal() function
466 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit)); in LzmaDec_DecodeReal2()
/external/lzma/C/
DLzmaDec.c131 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal() function
465 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit)); in LzmaDec_DecodeReal2()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch955 +static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
1289 + RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));