Searched refs:LzmaDec_DecodeReal2 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/ |
D | crash_7zip.ll | 9 define fastcc void @LzmaDec_DecodeReal2(%struct.CLzmaDec.1.28.55.82.103.124.145.166.181.196.229.259…
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | crash_7zip.ll | 9 define fastcc void @LzmaDec_DecodeReal2(%struct.CLzmaDec.1.28.55.82.103.124.145.166.181.196.229.259…
|
/external/u-boot/lib/lzma/ |
D | LzmaDec.c | 480 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2() function 823 if (LzmaDec_DecodeReal2(p, dicLimit, bufLimit) != 0) in LzmaDec_DecodeToDic() 852 if (LzmaDec_DecodeReal2(p, dicLimit, p->buf) != 0) in LzmaDec_DecodeToDic()
|
/external/lzma/C/ |
D | LzmaDec.c | 624 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2() function 967 if (LzmaDec_DecodeReal2(p, dicLimit, bufLimit) != 0) in LzmaDec_DecodeToDic() 996 if (LzmaDec_DecodeReal2(p, dicLimit, p->buf) != 0) in LzmaDec_DecodeToDic()
|