HomeSort by relevance Sort by last modified time
    Searched refs:DestinationSize (Results 1 - 23 of 23) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
stralign_s.h 19 static __inline PUWSTR ua_wcscpy_s(PUWSTR Destination,size_t DestinationSize,PCUWSTR Source) {
20 if(WSTR_ALIGNED(Source) && WSTR_ALIGNED(Destination)) return (wcscpy_s((PWSTR)Destination,DestinationSize,(PCWSTR)Source)==0 ? Destination : NULL);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Decompress/
Decompress.h 38 OUT UINT32 *DestinationSize,
52 buffer is returned in DestinationSize, the size of the scratch buffer is
58 output it as DestinationSize. And ScratchSize is specific to the decompression
66 DestinationSize - A pointer to the size, in bytes, of the uncompressed buffer
74 EFI_SUCCESS - The size of the uncompressed data was returned in DestinationSize
88 IN UINT32 DestinationSize,
117 DestinationSize - The size of destination buffer. The size of destination
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/CustomizedDecompress/
CustomizedDecompress.h 36 OUT UINT32 *DestinationSize,
49 buffer is returned in DestinationSize, the size of the scratch buffer is
55 output it as DestinationSize. And ScratchSize is specific to the decompression
63 DestinationSize - A pointer to the size, in bytes, of the uncompressed buffer
71 EFI_SUCCESS - The size of the uncompressed data was returned in DestinationSize
87 IN UINT32 DestinationSize,
115 DestinationSize - The size of destination buffer. The size of destination
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TianoDecompress/
TianoDecompress.h 36 OUT UINT32 *DestinationSize,
49 buffer is returned in DestinationSize, the size of the scratch buffer is
55 output it as DestinationSize. And ScratchSize is specific to the decompression
63 DestinationSize - A pointer to the size, in bytes, of the uncompressed buffer
71 EFI_SUCCESS - The size of the uncompressed data was returned in DestinationSize
87 IN UINT32 DestinationSize,
115 DestinationSize - The size of destination buffer. The size of destination
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Decompress.h 32 buffer is returned in DestinationSize, the size of the scratch buffer is
38 output it as DestinationSize. And ScratchSize is specific to the decompression
44 @param DestinationSize A pointer to the size, in bytes, of the uncompressed buffer
51 @retval EFI_SUCCESS The size of the uncompressed data was returned in DestinationSize
64 OUT UINT32 *DestinationSize,
87 @param DestinationSize The size of destination buffer. The size of destination
107 IN UINT32 DestinationSize,
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
LzmaDecompress.h 23 @param DestinationSize The size of destination buffer.
34 OUT UINT32 *DestinationSize,
EfiLoader.c 52 UINT32 DestinationSize;
99 &DestinationSize,
107 PrintString ("BFV decompress: DestinationSize = %x, ScratchSize = %x\n", (UINTN) DestinationSize, (UINTN) ScratchSize);
112 (VOID *)(UINTN)((EFI_DECOMPRESSED_BUFFER_ADDRESS + DestinationSize + 0x1000) & 0xfffff000)
120 BfvPageNumber = EFI_SIZE_TO_PAGES (DestinationSize);
126 CopyMem ((VOID *)(UINTN)BfvBase, (VOID *)(UINTN)EFI_DECOMPRESSED_BUFFER_ADDRESS, DestinationSize);
148 &DestinationSize,
159 (VOID *)(UINTN)((EFI_DECOMPRESSED_BUFFER_ADDRESS + DestinationSize + 0x1000) & 0xfffff000)
204 &DestinationSize,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiDecompressLib.h 33 buffer is returned in DestinationSize, the size of the scratch buffer is returned
37 field from the beginning bytes of the source data and output it as DestinationSize.
41 If DestinationSize is NULL, then ASSERT().
46 @param DestinationSize A pointer to the size, in bytes, of the uncompressed buffer
54 in DestinationSize and the size of the scratch
67 OUT UINT32 *DestinationSize,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
LzmaDecompressLibInternal.h 32 The size of the uncompressed buffer is returned in DestinationSize,
36 field from the LZMA_HEADER_SIZE beginning bytes of the source data and output it as DestinationSize.
43 @param DestinationSize A pointer to the size, in bytes, of the uncompressed buffer
51 in DestinationSize and the size of the scratch
60 OUT UINT32 *DestinationSize,
LzmaDecompress.c 114 The size of the uncompressed buffer is returned in DestinationSize,
118 field from the LZMA_HEADER_SIZE beginning bytes of the source data and output it as DestinationSize.
125 @param DestinationSize A pointer to the size, in bytes, of the uncompressed buffer
133 in DestinationSize and the size of the scratch
142 OUT UINT32 *DestinationSize,
152 *DestinationSize = (UINT32)DecodedSize;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
LzmaDecompressLibInternal.h 32 The size of the uncompressed buffer is returned in DestinationSize,
36 field from the LZMA_HEADER_SIZE beginning bytes of the source data and output it as DestinationSize.
43 @param DestinationSize A pointer to the size, in bytes, of the uncompressed buffer
51 in DestinationSize and the size of the scratch
60 OUT UINT32 *DestinationSize,
LzmaDecompress.c 114 The size of the uncompressed buffer is returned in DestinationSize,
118 field from the LZMA_HEADER_SIZE beginning bytes of the source data and output it as DestinationSize.
125 @param DestinationSize A pointer to the size, in bytes, of the uncompressed buffer
133 in DestinationSize and the size of the scratch
142 OUT UINT32 *DestinationSize,
152 *DestinationSize = (UINT32)DecodedSize;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueUefiDecompressLib.h 45 buffer is returned in DestinationSize, the size of the scratch buffer is returned
49 field from the beginning bytes of the source data and output it as DestinationSize.
53 If DestinationSize is NULL, then ASSERT().
58 @param DestinationSize A pointer to the size, in bytes, of the uncompressed buffer
75 OUT UINT32 *DestinationSize,
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciOptionRomSupport.c 424 UINT32 DestinationSize;
493 &DestinationSize,
498 DecompressedImageBuffer = AllocatePool (DestinationSize);
507 DestinationSize,
513 ImageLength = DestinationSize;
PciRomTable.c 129 UINT32 DestinationSize;
213 &DestinationSize,
218 DecompressedImageBuffer = AllocatePool (DestinationSize);
227 DestinationSize,
233 ImageLength = DestinationSize;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
LoadPciRom.c 219 UINT32 DestinationSize;
297 &DestinationSize,
301 DecompressedImageBuffer = AllocateZeroPool (DestinationSize);
310 DestinationSize,
316 ImageLength = DestinationSize;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciOptionRomSupport.c 52 UINT32 DestinationSize;
123 &DestinationSize,
130 if (Buffer == NULL || *BufferSize < DestinationSize) {
131 *BufferSize = DestinationSize;
135 *BufferSize = DestinationSize;
146 DestinationSize,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DxeMain.c 825 size of the uncompressed buffer is returned in DestinationSize, the size of
830 it as DestinationSize. And ScratchSize is specific to the decompression
836 @param DestinationSize A pointer to the size, in bytes, of the
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
BaseUefiDecompressLib.c 684 buffer is returned in DestinationSize, the size of the scratch buffer is returned
688 field from the beginning bytes of the source data and output it as DestinationSize.
692 If DestinationSize is NULL, then ASSERT().
697 @param DestinationSize A pointer to the size, in bytes, of the uncompressed buffer
714 OUT UINT32 *DestinationSize,
721 ASSERT (DestinationSize != NULL);
731 CopyMem (DestinationSize, (VOID *)((UINT8 *)Source + 4), sizeof (UINT32));
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
BaseUefiDecompressLib.c 648 buffer is returned in DestinationSize, the size of the scratch buffer is returned
652 field from the beginning bytes of the source data and output it as DestinationSize.
656 If DestinationSize is NULL, then ASSERT().
661 @param DestinationSize A pointer to the size, in bytes, of the uncompressed buffer
669 in DestinationSize, and the size of the scratch
682 OUT UINT32 *DestinationSize,
689 ASSERT (DestinationSize != NULL);
702 *DestinationSize = ReadUnaligned32 ((UINT32 *)Source + 1);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
BaseUefiTianoCustomDecompressLib.c 642 buffer is returned in DestinationSize, the size of the scratch buffer is returned
646 field from the beginning bytes of the source data and output it as DestinationSize.
650 If DestinationSize is NULL, then ASSERT().
655 @param DestinationSize A pointer to the size, in bytes, of the uncompressed buffer
663 in DestinationSize and the size of the scratch
676 OUT UINT32 *DestinationSize,
683 ASSERT (DestinationSize != NULL);
696 *DestinationSize = ReadUnaligned32 ((UINT32 *)Source + 1);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c     [all...]

Completed in 502 milliseconds