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

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
Compress.h 34 IN UINT32 SrcSize,
50 IN UINT32 SrcSize,
65 SrcSize - The size of source data
83 IN UINT32 SrcSize,
Decompress.h 23 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...]
Decompress.c 659 IN UINT32 SrcSize,
672 SrcSize - The size of source buffer
688 if (SrcSize < 8) {
699 IN UINT32 SrcSize,
714 SrcSize - The size of source buffer
745 if (SrcSize < 8) {
752 if (SrcSize < CompSize + 8) {
794 IN UINT32 SrcSize,
807 SrcSize - The size of source buffer
818 return GetInfo (Source, SrcSize, DstSize, ScratchSize);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
Compress.h 36 IN UINT32 SrcSize,
51 IN UINT32 SrcSize,
65 SrcSize - The size of source data
83 IN UINT32 SrcSize,
Decompress.h 30 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...]
EfiCustomizedCompress.h 48 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
Decompress.c 665 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,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.h 22 @param[in] SrcSize Number of bytes in SrcBuffer.
34 IN UINT64 SrcSize,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/CustomizedCompress/
CustomizedCompress.c 51 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
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
TianoDecompress.h 30 IN UINT32 SrcSize,
44 SrcSize - The size of source buffer
60 IN UINT32 SrcSize,
76 SrcSize - The size of source buffer
TianoDecompress.c 659 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,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/
CustomizedDecompress.h 31 IN UINT32 SrcSize,
44 SrcSize - The size of source buffer
62 IN UINT32 SrcSize,
78 SrcSize - The size of source buffer
CustomizedDecompress.c 58 IN UINT32 SrcSize,
71 SrcSize - The size of source buffer
91 IN UINT32 SrcSize,
107 SrcSize - The size of source buffer
  /external/vboot_reference/utility/include/
eficompress.h 63 IN UINT32 SrcSize,
72 IN UINT32 SrcSize,
81 IN UINT32 SrcSize,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiCompress/
EfiCompressMain.c 265 UINT32 SrcSize;
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/
Decompress.c 31 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 < 8) {
    [all...]
  /external/vboot_reference/utility/
efidecompress.c 679 IN UINT32 SrcSize,
692 SrcSize - The size of source buffer
708 if (SrcSize < 8) {
719 IN UINT32 SrcSize,
735 SrcSize - The size of source buffer
769 if (SrcSize < 8) {
783 if (SrcSize < CompSize + 8) {
846 IN UINT32 SrcSize,
860 SrcSize - The size of source buffer
873 SrcSize,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
UefiDevicePathLib.c 261 UINTN SrcSize;
272 SrcSize = GetDevicePathSize (DevicePath);
275 NewDevicePath = AllocatePool (SrcSize + InstanceSize);
278 TempDevicePath = CopyMem (NewDevicePath, DevicePath, SrcSize);;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathUtilities.c 581 UINTN SrcSize;
596 SrcSize = GetDevicePathSize (DevicePath);
599 NewDevicePath = AllocatePool (SrcSize + InstanceSize);
602 TempDevicePath = CopyMem (NewDevicePath, DevicePath, SrcSize);;
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 114 template <typename T, int SrcSize, int DstSize>
115 static inline void vecToArr (const tcu::Vector<T, SrcSize>& src, T (&dst)[DstSize])
117 DE_STATIC_ASSERT(DstSize >= SrcSize);
118 for (int i = 0; i < SrcSize; i++)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DevicePath.c 461 UINTN SrcSize;
468 SrcSize = EfiDevicePathSize (Src);
471 Ptr = EfiLibAllocateCopyPool (SrcSize + InstanceSize, Src);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
RtDevicePath.c 558 UINTN SrcSize;
565 SrcSize = RtEfiDevicePathSize (Src);
568 Ptr = InternalAllocateCopyPool (SrcSize + InstanceSize, Src);
  /external/llvm/lib/Linker/
LinkModules.cpp 212 uint64_t SrcSize = SrcDL.getTypeAllocSize(SrcGV->getValueType());
219 LinkFromSrc = SrcSize > DstSize;
221 if (SrcSize != DstSize)
321 uint64_t SrcSize = DL.getTypeAllocSize(Src.getValueType());
322 LinkFromSrc = SrcSize > DestSize;
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 800 uint64_t srcSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()) *
803 if (cpyLen < srcSize)
806 // Check that accessing the first srcSize bytes of dest will not cause a
810 // The destination is an alloca. Check it is larger than srcSize.
818 if (destSize < srcSize)
825 if (A->getDereferenceableBytes() < srcSize) {
840 if (destSize < srcSize)
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 398 UINTN SrcSize;
404 SrcSize = DevicePathSize(Src);
406 Ptr = AllocatePool (SrcSize + InstanceSize);
410 CopyMem (Ptr, Src, SrcSize);

Completed in 547 milliseconds

1 2