Searched defs:LzmaDec_DecodeReal2 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.c481 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) function
823 if (LzmaDec_DecodeReal2(p, dicLimit, bufLimit) != 0)
852 if (LzmaDec_DecodeReal2(p, dicLimit, p->buf) != 0)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaDec.c462 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) function
805 if (LzmaDec_DecodeReal2(p, dicLimit, bufLimit) != 0)
834 if (LzmaDec_DecodeReal2(p, dicLimit, p->buf) != 0)

Completed in 37 milliseconds