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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/
H A DLzmaCompress.c151 UInt32 x86State; local
152 x86_Convert_Init(x86State);
153 x86_Convert(filteredStream, (SizeT) inSize, 0, &x86State, 1);
233 UInt32 x86State; local
234 x86_Convert_Init(x86State);
235 x86_Convert(outBuffer, (SizeT) outSize, 0, &x86State, 0);

Completed in 32 milliseconds