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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.c711 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) function
730 LzmaDec_InitDicAndState(p, True, True);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaDec.c693 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) function
712 LzmaDec_InitDicAndState(p, True, True);

Completed in 47 milliseconds