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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiCompress.c37 UINT64 OutSize; local
49 OutSize = 0;
123 Status = Compress(InBuffer, InSize, OutBuffer, &OutSize);
125 OutBuffer = AllocateZeroPool((UINTN)OutSize);
127 Status = Compress(InBuffer, InSize, OutBuffer, &OutSize);
133 OutSize2 = (UINTN)OutSize;
H A DEfiDecompress.c38 UINT32 OutSize; local
53 OutSize = 0;
133 Status = Decompress->GetInfo(Decompress, InBuffer, (UINT32)InSize, &OutSize, &ScratchSize);
136 OutBuffer = AllocateZeroPool(OutSize);
141 Status = Decompress->Decompress(Decompress, InBuffer, (UINT32)InSize, OutBuffer, OutSize, ScratchBuffer, ScratchSize);
148 OutSizeTemp = OutSize;
150 OutSize = (UINT32)OutSizeTemp;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dntddser.h339 ULONG OutSize; member in struct:_SERIAL_QUEUE_SIZE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dntddser.h339 ULONG OutSize; member in struct:_SERIAL_QUEUE_SIZE

Completed in 48 milliseconds