Searched defs:Scratch (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
H A DBaseUefiTianoCustomDecompressLib.c707 responsibility to allocate and free the Destination and Scratch buffers.
715 If the required scratch buffer size > 0 and Scratch is NULL, then ASSERT().
719 @param Scratch A temporary scratch buffer that is used to perform the decompression.
735 IN OUT VOID *Scratch,
747 ASSERT (Scratch != NULL);
752 Sd = (SCRATCH_DATA *) Scratch;
818 responsibility to allocate and free the Destination and Scratch buffers.
826 If the required scratch buffer size > 0 and Scratch is NULL, then ASSERT().
830 @param Scratch A temporary scratch buffer that is used to perform the decompression.
845 IN OUT VOID *Scratch OPTIONA
732 UefiTianoDecompress( IN CONST VOID *Source, IN OUT VOID *Destination, IN OUT VOID *Scratch, IN UINT32 Version ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciOptionRomSupport.c54 VOID *Scratch; local
136 Scratch = AllocatePool (ScratchSize);
137 if (Scratch == NULL) {
147 Scratch,
150 FreePool (Scratch);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeMain.c809 Destination and Scratch buffers.
823 @param Scratch A temporary scratch buffer that is used to perform
843 IN OUT VOID *Scratch,
851 if (Source == NULL || Destination== NULL || Scratch == NULL) {
864 return UefiDecompress (Source, Destination, Scratch);
837 DxeMainUefiDecompress( IN EFI_DECOMPRESS_PROTOCOL *This, IN VOID *Source, IN UINT32 SourceSize, IN OUT VOID *Destination, IN UINT32 DestinationSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DLoadPciRom.c219 UINT8 *Scratch; local
301 Scratch = AllocateZeroPool (ScratchSize);
302 if (Scratch != NULL) {
309 Scratch,
318 FreePool (Scratch);
/vbox/src/VBox/Runtime/common/crypto/
H A Dpkix-signature-rsa.cpp65 /** Scratch space for decoding the key. */
72 /** Scratch area where we assemble the signature. */
74 } Scratch; member in struct:RTCRPKIXSIGNATURERSA
157 rc = RTCrRsaPublicKey_DecodeAsn1(&PrimaryCursor.Cursor, 0, &pThis->Scratch.PublicKey, "PublicKey");
160 rc = RTAsn1Integer_ToBigNum(&pThis->Scratch.PublicKey.Modulus, &pThis->Modulus, 0);
163 rc = RTAsn1Integer_ToBigNum(&pThis->Scratch.PublicKey.PublicExponent, &pThis->Exponent, 0);
166 RTAsn1VtDelete(&pThis->Scratch.PublicKey.SeqCore.Asn1Core);
171 RTAsn1VtDelete(&pThis->Scratch.PublicKey.SeqCore.Asn1Core);
176 rc = RTCrRsaPrivateKey_DecodeAsn1(&PrimaryCursor.Cursor, 0, &pThis->Scratch.PrivateKey, "PrivateKey");
179 rc = RTAsn1Integer_ToBigNum(&pThis->Scratch
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DDecompress.c709 IN OUT VOID *Scratch,
724 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
750 Sd = (SCRATCH_DATA *) Scratch;
864 IN OUT VOID *Scratch,
879 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
890 return Decompress (Source, SrcSize, Destination, DstSize, Scratch, ScratchSize);
899 IN OUT VOID *Scratch,
914 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
925 return Decompress (Source, SrcSize, Destination, DstSize, Scratch, ScratchSize);
937 VOID *Scratch; local
704 Decompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
859 EfiDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
894 TianoDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
[all...]
/vbox/src/VBox/Runtime/common/zip/
H A Dzip.cpp1800 uint64_t Scratch[RT_ALIGN(LZO1X_1_MEM_COMPRESS, sizeof(uint64_t)) / sizeof(uint64_t)]; variable
1806 rc = lzo1x_1_compress((const lzo_bytep)pvSrc, cbSrc, (lzo_bytep )pvDst, &cbDstInOut, &Scratch[0]);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dvbe.h58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dvbe.h58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dvbe.h58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dvbe.h58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dvbe.h58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dvbe.h58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dvbe.h58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dvbe.h58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dvbe.h58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dvbe.h58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dvbe.h58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dvbe.h58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dvbe.h58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dvbe.h58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dvbe.h58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c1695 UINT8 *Scratch; local
1780 Scratch = AllocatePool (ScratchSize);
1781 if (Scratch != NULL) {
1788 Scratch,
1797 gBS->FreePool (Scratch);
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/vbe/
H A Dvbe.h59 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dvbe.h59 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock

Completed in 369 milliseconds

12