HomeSort by relevance Sort by last modified time
    Searched refs:SourceSize (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
LzmaDecompress.h 22 @param SourceSize The size of source buffer
33 IN UINT32 SourceSize,
48 @param SourceSize The size of source buffer.
64 IN UINTN SourceSize,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
LzmaDecompressLibInternal.h 31 required to decompress the buffer specified by Source and SourceSize.
39 If SourceSize is less than LZMA_HEADER_SIZE, then ASSERT().
42 @param SourceSize The size, in bytes, of the source buffer.
45 by Source and SourceSize is decompressed.
48 by Source and SourceSize.
59 IN UINT32 SourceSize,
74 @param SourceSize The size of source buffer.
90 IN UINTN SourceSize,
F86GuidedSectionExtraction.c 145 UINTN SourceSize;
157 SourceSize = SECTION2_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset;
161 SourceSize = SECTION_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset;
175 SourceSize,
186 (UINT32) SourceSize,
LzmaDecompress.c 113 required to decompress the buffer specified by Source and SourceSize.
121 If SourceSize is less than LZMA_HEADER_SIZE, then ASSERT().
124 @param SourceSize The size, in bytes, of the source buffer.
127 by Source and SourceSize is decompressed.
130 by Source and SourceSize.
141 IN UINT32 SourceSize,
148 ASSERT(SourceSize >= LZMA_HEADER_SIZE);
167 @param SourceSize The size of source buffer.
183 IN UINTN SourceSize,
200 EncodedDataSize = (SizeT) (SourceSize - LZMA_HEADER_SIZE);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
LzmaDecompressLibInternal.h 31 required to decompress the buffer specified by Source and SourceSize.
39 If SourceSize is less than LZMA_HEADER_SIZE, then ASSERT().
42 @param SourceSize The size, in bytes, of the source buffer.
45 by Source and SourceSize is decompressed.
48 by Source and SourceSize.
59 IN UINT32 SourceSize,
74 @param SourceSize The size of source buffer.
90 IN UINTN SourceSize,
F86GuidedSectionExtraction.c 145 UINTN SourceSize;
157 SourceSize = SECTION2_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset;
161 SourceSize = SECTION_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset;
175 SourceSize,
186 (UINT32) SourceSize,
LzmaDecompress.c 113 required to decompress the buffer specified by Source and SourceSize.
121 If SourceSize is less than LZMA_HEADER_SIZE, then ASSERT().
124 @param SourceSize The size, in bytes, of the source buffer.
127 by Source and SourceSize is decompressed.
130 by Source and SourceSize.
141 IN UINT32 SourceSize,
148 ASSERT(SourceSize >= LZMA_HEADER_SIZE);
167 @param SourceSize The size of source buffer.
183 IN UINTN SourceSize,
200 EncodedDataSize = (SizeT) (SourceSize - LZMA_HEADER_SIZE);
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
sread.c 26 UINTN SourceSize;
36 IN UINTN SourceSize,
88 FHand->SourceSize = SourceSize;
209 SourceSize = 0;
216 &SourceSize,
226 SourceBuffer = AllocatePool (SourceSize);
231 FHand->SourceSize = SourceSize;
239 &SourceSize,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Decompress/
Decompress.h 37 IN UINT32 SourceSize,
48 specified by Source and SourceSize. If the size of the uncompressed
65 SourceSize - The size, in bytes, of source buffer.
68 by Source and SourceSize is decompressed.
71 Source and SourceSize.
86 IN UINT32 SourceSize,
105 If the compressed source data specified by Source and SourceSize is
107 If the compressed source data specified by Source and SourceSize is not in
114 SourceSize - The size of source data.
129 - The source buffer specified by Source and SourceSize is
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ia32/
TianoBind.h 82 UINTN *SourceSize \
85 return InitFunction(ImageHandle, Smst, CommunicationBuffer, SourceSize); \
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/CustomizedDecompress/
CustomizedDecompress.h 35 IN UINT32 SourceSize,
45 specified by Source and SourceSize. If the size of the uncompressed
62 SourceSize - The size, in bytes, of source buffer.
65 by Source and SourceSize is decompressed.
68 Source and SourceSize.
85 IN UINT32 SourceSize,
103 If the compressed source data specified by Source and SourceSize is
105 If the compressed source data specified by Source and SourceSize is not in
112 SourceSize - The size of source data.
127 - The source buffer specified by Source and SourceSize is
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TianoDecompress/
TianoDecompress.h 35 IN UINT32 SourceSize,
45 specified by Source and SourceSize. If the size of the uncompressed
62 SourceSize - The size, in bytes, of source buffer.
65 by Source and SourceSize is decompressed.
68 Source and SourceSize.
85 IN UINT32 SourceSize,
103 If the compressed source data specified by Source and SourceSize is
105 If the compressed source data specified by Source and SourceSize is not in
112 SourceSize - The size of source data.
127 - The source buffer specified by Source and SourceSize is
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
Image.h 40 UINTN SourceSize;
52 @param SourceSize The size in bytes of SourceBuffer.
87 IN UINTN SourceSize,
Image.c 250 if (EndPosition > FHand->SourceSize) {
251 *ReadSize = (UINT32)(FHand->SourceSize - Offset);
253 if (Offset >= FHand->SourceSize) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Decompress.h 28 specified by Source and SourceSize. If the size of the uncompressed
43 @param SourceSize The size, in bytes, of source buffer.
46 by Source and SourceSize is decompressed.
49 Source and SourceSize.
63 IN UINT32 SourceSize,
77 If the compressed source data specified by Source and SourceSize is
79 If the compressed source data specified by Source and SourceSize is not in
84 @param SourceSize The size of source data.
96 @retval EFI_INVALID_PARAMETER The source buffer specified by Source and SourceSize is
105 IN UINT32 SourceSize,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiDecompressLib.h 29 required to decompress the buffer specified by Source and SourceSize.
45 @param SourceSize The size, in bytes, of the source buffer.
48 by Source and SourceSize is decompressed.
51 by Source and SourceSize.
60 and SourceSize.
66 IN UINT32 SourceSize,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Include/Guid/
SmmBaseThunkCommunication.h 26 UINTN SourceSize;
55 UINTN *SourceSize;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
SmmBase.h 79 @param[in] SourceSize The size of the CommunicationBuffer.
89 IN OUT UINTN *SourceSize OPTIONAL
103 @param[in] SourceSize The size of the source image file, if in memory.
123 IN UINTN SourceSize,
156 @param[in,out] SourceSize The size of the data buffer being passed in.
170 IN OUT UINTN *SourceSize
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/LoadPe32Image/
LoadPe32Image.h 41 IN UINTN SourceSize,
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
LoadPe32Image.h 38 @param SourceSize The size in bytes of SourceBuffer.
68 IN UINTN SourceSize,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseOnSmmBase2Thunk/
SmmBaseOnSmmBase2Thunk.c 113 @param[in] SourceSize Size of the source image file, if in memory.
132 IN UINTN SourceSize,
144 mCommunicationData.FunctionData.Args.Register.SourceSize = SourceSize;
217 mCommunicationData.FunctionData.Args.Communicate.SourceSize = BufferSize;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueUefiDecompressLib.h 41 required to decompress the buffer specified by Source and SourceSize.
57 @param SourceSize The size, in bytes, of the source buffer.
60 by Source and SourceSize is decompressed..
63 by Source and SourceSize.
74 IN UINT32 SourceSize,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
LoadPciRom.c 74 UINTN SourceSize;
148 SourceSize = (UINTN) Node->Info->FileSize;
149 File1Buffer = AllocateZeroPool (SourceSize);
151 Status = gEfiShellProtocol->ReadFile(Node->Handle, &SourceSize, File1Buffer);
158 SourceSize,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Locate.c 432 INTN SourceSize;
467 SourceSize = (UINTN) TmpDevicePath - (UINTN) SourcePath;
493 if ((Size <= SourceSize) && CompareMem (SourcePath, TmpDevicePath, (UINTN) Size) == 0) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DxeMain.c 808 and SourceSize. If the size of the uncompressed buffer or the size of the
821 @param SourceSize The size, in bytes, of the source buffer.
825 SourceSize is decompressed.
829 SourceSize.
    [all...]

Completed in 504 milliseconds

1 2 3 4 5