Searched refs:SrcSize (Results 1 - 25 of 25) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
H A DCompress.h34 IN UINT32 SrcSize,
50 IN UINT32 SrcSize,
65 SrcSize - The size of source data
83 IN UINT32 SrcSize,
H A DDecompress.h23 IN UINT32 SrcSize,
36 SrcSize - The size of source buffer
50 IN UINT32 SrcSize,
65 SrcSize - The size of source buffer
81 IN UINT32 SrcSize,
94 SrcSize - The size of source buffer
108 IN UINT32 SrcSize,
123 SrcSize - The size of source buffer
140 IN UINT32 SrcSize,
149 IN UINT32 SrcSize,
[all...]
H A DDecompress.c662 IN UINT32 SrcSize,
675 SrcSize - The size of source buffer
691 if (SrcSize < 8) {
702 IN UINT32 SrcSize,
717 SrcSize - The size of source buffer
748 if (SrcSize < 8) {
755 if (SrcSize < CompSize + 8) {
797 IN UINT32 SrcSize,
810 SrcSize - The size of source buffer
821 return GetInfo (Source, SrcSize, DstSiz
660 GetInfo( IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument
700 Decompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
795 EfiGetInfo( IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument
825 TianoGetInfo( IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument
855 EfiDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
890 TianoDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
925 Extract( IN VOID *Source, IN UINT32 SrcSize, OUT VOID **Destination, OUT UINT32 *DstSize, IN UINTN Algorithm ) argument
[all...]
H A DEfiCompress.c262 IN UINT32 SrcSize,
275 SrcSize - The size of source data
305 mSrcUpperLimit = mSrc + SrcSize;
260 EfiCompress( IN UINT8 *SrcBuffer, IN UINT32 SrcSize, IN UINT8 *DstBuffer, IN OUT UINT32 *DstSize ) argument
H A DTianoCompress.c268 IN UINT32 SrcSize,
281 SrcSize - The size of source data
315 mSrcUpperLimit = mSrc + SrcSize;
266 TianoCompress( IN UINT8 *SrcBuffer, IN UINT32 SrcSize, IN UINT8 *DstBuffer, IN OUT UINT32 *DstSize ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
H A DCompress.h36 IN UINT32 SrcSize,
51 IN UINT32 SrcSize,
65 SrcSize - The size of source data
83 IN UINT32 SrcSize,
H A DDecompress.h30 IN UINT32 SrcSize,
44 SrcSize - The size of source buffer
60 IN UINT32 SrcSize,
76 SrcSize - The size of source buffer
94 IN UINT32 SrcSize,
108 SrcSize - The size of source buffer
124 IN UINT32 SrcSize,
140 SrcSize - The size of source buffer
158 IN UINT32 SrcSize,
167 IN UINT32 SrcSize,
[all...]
H A DEfiCustomizedCompress.h48 IN UINT32 SrcSize,
62 SrcSize - The size of source buffer
75 IN UINT32 SrcSize,
92 SrcSize - The size of source buffer
107 IN UINT32 SrcSize,
121 SrcSize - The size of source data
H A DDecompress.c665 IN UINT32 SrcSize,
678 SrcSize - The size of source buffer
694 if (SrcSize < 8) {
705 IN UINT32 SrcSize,
721 SrcSize - The size of source buffer
755 if (SrcSize < 8) {
769 if (SrcSize < CompSize + 8) {
832 IN UINT32 SrcSize,
846 SrcSize - The size of source buffer
859 SrcSize,
663 GetInfo( IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument
703 Decompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize, IN UINT8 Version ) argument
830 EfiGetInfo( IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument
867 EfiDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
914 TianoGetInfo( IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument
951 TianoDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
[all...]
H A DTianoCompress.c72 IN UINT32 SrcSize,
288 IN UINT32 SrcSize,
301 SrcSize - The size of source data
335 mSrcUpperLimit = mSrc + SrcSize;
286 TianoCompress( IN UINT8 *SrcBuffer, IN UINT32 SrcSize, IN UINT8 *DstBuffer, IN OUT UINT32 *DstSize ) argument
H A DEfiCompress.c272 IN UINT32 SrcSize,
285 SrcSize - The size of source data
315 mSrcUpperLimit = mSrc + SrcSize;
270 EfiCompress( IN UINT8 *SrcBuffer, IN UINT32 SrcSize, IN UINT8 *DstBuffer, IN OUT UINT32 *DstSize ) argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.h22 @param[in] SrcSize Number of bytes in SrcBuffer.
34 IN UINT64 SrcSize,
H A DCompress.c1310 @param[in] SrcSize The number of bytes in SrcBuffer.
1321 IN UINT64 SrcSize,
1342 mSrcUpperLimit = mSrc + SrcSize;
1319 Compress( IN VOID *SrcBuffer, IN UINT64 SrcSize, IN VOID *DstBuffer, IN OUT UINT64 *DstSize ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/CustomizedCompress/
H A DCustomizedCompress.c51 IN UINT32 SrcSize,
63 SrcSize - The size of source buffer
82 IN UINT32 SrcSize,
98 SrcSize - The size of source buffer
118 IN UINT32 SrcSize,
131 SrcSize - The size of source data
49 CustomizedGetInfo( IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument
80 CustomizedDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
116 CustomizedCompress( IN UINT8 *SrcBuffer, IN UINT32 SrcSize, IN UINT8 *DstBuffer, IN OUT UINT32 *DstSize ) argument
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
H A DTianoDecompress.h30 IN UINT32 SrcSize,
44 SrcSize - The size of source buffer
60 IN UINT32 SrcSize,
76 SrcSize - The size of source buffer
H A DTianoDecompress.c659 IN UINT32 SrcSize,
672 SrcSize - The size of source buffer
688 if (SrcSize < 8) {
699 IN UINT32 SrcSize,
715 SrcSize - The size of source buffer
749 if (SrcSize < 8) {
763 if (SrcSize < CompSize + 8) {
827 IN UINT32 SrcSize,
841 SrcSize - The size of source buffer
854 SrcSize,
657 GetInfo( IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument
697 Decompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize, IN UINT8 Version ) argument
825 EfiGetInfo( IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument
862 EfiDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
909 TianoGetInfo( IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument
946 TianoDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/
H A DCustomizedDecompress.h31 IN UINT32 SrcSize,
44 SrcSize - The size of source buffer
62 IN UINT32 SrcSize,
78 SrcSize - The size of source buffer
H A DCustomizedDecompress.c58 IN UINT32 SrcSize,
71 SrcSize - The size of source buffer
91 IN UINT32 SrcSize,
107 SrcSize - The size of source buffer
55 CustomizedGetInfo( IN EFI_CUSTOMIZED_DECOMPRESS_PROTOCOL *This, IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument
88 CustomizedDecompress( IN EFI_CUSTOMIZED_DECOMPRESS_PROTOCOL *This, IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiCompress/
H A DEfiCompressMain.c265 UINT32 SrcSize; local
290 SrcSize = ftell (InFileP);
295 if ((SrcBuffer = malloc (SrcSize)) == NULL) {
300 if (fread (SrcBuffer, 1, SrcSize, InFileP) != SrcSize) {
314 Status = CompressFunc (SrcBuffer, SrcSize, DstBuffer, &DstSize);
324 Status = CompressFunc (SrcBuffer, SrcSize, DstBuffer, &DstSize);
330 fprintf (stdout, " Orig Size = %ld\tComp Size = %ld\n", SrcSize, DstSize);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
H A DDecompress.c31 IN UINT32 SrcSize,
41 IN UINT32 SrcSize,
53 IN UINT32 SrcSize,
63 IN UINT32 SrcSize,
809 IN UINT32 SrcSize,
822 SrcSize - The size of source buffer
838 if (SrcSize < 8) {
849 IN UINT32 SrcSize,
865 SrcSize - The size of source buffer
899 if (SrcSize <
807 GetInfo( IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument
847 Decompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize, IN UINT8 Version ) argument
974 EfiGetInfo( IN EFI_DECOMPRESS_PROTOCOL *This, IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument
1012 EfiDecompress( IN EFI_DECOMPRESS_PROTOCOL *This, IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
1060 TianoGetInfo( IN EFI_TIANO_DECOMPRESS_PROTOCOL *This, IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument
1098 TianoDecompress( IN EFI_TIANO_DECOMPRESS_PROTOCOL *This, IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c261 UINTN SrcSize; local
272 SrcSize = GetDevicePathSize (DevicePath);
275 NewDevicePath = AllocatePool (SrcSize + InstanceSize);
278 TempDevicePath = CopyMem (NewDevicePath, DevicePath, SrcSize);;
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
H A DDevicePathUtilities.c598 UINTN SrcSize; local
613 SrcSize = GetDevicePathSize (DevicePath);
616 NewDevicePath = AllocatePool (SrcSize + InstanceSize);
619 TempDevicePath = CopyMem (NewDevicePath, DevicePath, SrcSize);;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
H A DDevicePath.c461 UINTN SrcSize; local
468 SrcSize = EfiDevicePathSize (Src);
471 Ptr = EfiLibAllocateCopyPool (SrcSize + InstanceSize, Src);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
H A DRtDevicePath.c558 UINTN SrcSize; local
565 SrcSize = RtEfiDevicePathSize (Src);
568 Ptr = InternalAllocateCopyPool (SrcSize + InstanceSize, Src);
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c88 IN UINT32 SrcSize,
101 SrcSize - The size of source data
135 mSrcUpperLimit = mSrc + SrcSize;
86 TianoCompress( IN UINT8 *SrcBuffer, IN UINT32 SrcSize, IN UINT8 *DstBuffer, IN OUT UINT32 *DstSize ) argument

Completed in 263 milliseconds