Searched refs:LzmaDec_DecodeReal (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/lzma_sdk/ |
D | LzmaDec.c | 131 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/ |
D | LzmaDec.c | 132 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/ |
D | LzmaDec.c | 131 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/ |
D | ots-lzma.patch | 955 +static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) 1289 + RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
|