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

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
Compress.h 36 IN OUT UINT32 *DstSize
52 IN OUT UINT32 *DstSize
67 DstSize - On input, the size of DstBuffer; On output,
73 DstSize contains the size needed.
85 IN OUT UINT32 *DstSize
Decompress.h 24 OUT UINT32 *DstSize,
37 DstSize - The size of destination buffer.
52 IN UINT32 DstSize,
67 DstSize - The size of destination buffer.
82 OUT UINT32 *DstSize,
95 DstSize - The size of destination buffer.
110 IN UINT32 DstSize,
125 DstSize - The size of destination buffer.
141 OUT UINT32 *DstSize,
151 IN UINT32 DstSize,
    [all...]
Decompress.c 663 OUT UINT32 *DstSize,
676 DstSize - The size of destination buffer.
695 *DstSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
704 IN UINT32 DstSize,
719 DstSize - The size of destination buffer.
759 if (DstSize != OrigSize) {
798 OUT UINT32 *DstSize,
811 DstSize - The size of destination buffer.
821 return GetInfo (Source, SrcSize, DstSize, ScratchSize);
828 OUT UINT32 *DstSize,
    [all...]
EfiCompress.c 264 IN OUT UINT32 *DstSize
277 DstSize - On input, the size of DstBuffer; On output,
283 DstSize contains the size needed.
307 mDstUpperLimit = mDst + *DstSize;
344 if (mCompSize + 1 + 8 > *DstSize) {
345 *DstSize = mCompSize + 1 + 8;
348 *DstSize = mCompSize + 1 + 8;
TianoCompress.c 270 IN OUT UINT32 *DstSize
283 DstSize - On input, the size of DstBuffer; On output,
292 DstSize contains the size needed.
317 mDstUpperLimit = mDst +*DstSize;
350 if (mCompSize + 1 + 8 > *DstSize) {
351 *DstSize = mCompSize + 1 + 8;
354 *DstSize = mCompSize + 1 + 8;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
Compress.h 38 IN OUT UINT32 *DstSize
53 IN OUT UINT32 *DstSize
67 DstSize - On input, the size of DstBuffer; On output,
73 DstSize contains the size needed.
85 IN OUT UINT32 *DstSize
Decompress.h 31 OUT UINT32 *DstSize,
45 DstSize - The size of destination buffer.
62 IN UINT32 DstSize,
78 DstSize - The size of destination buffer.
95 OUT UINT32 *DstSize,
109 DstSize - The size of destination buffer.
126 IN UINT32 DstSize,
142 DstSize - The size of destination buffer.
159 OUT UINT32 *DstSize,
169 IN UINT32 DstSize,
    [all...]
EfiCustomizedCompress.h 49 OUT UINT32 *DstSize,
63 DstSize - The size of destination buffer.
77 IN UINT32 DstSize,
94 DstSize - The size of destination buffer.
109 IN OUT UINT32 *DstSize
123 DstSize - On input, the size of DstBuffer; On output,
129 DstSize contains the size needed.
Decompress.c 666 OUT UINT32 *DstSize,
679 DstSize - The size of destination buffer.
698 *DstSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
707 IN UINT32 DstSize,
723 DstSize - The size of destination buffer.
773 if (DstSize != OrigSize) {
833 OUT UINT32 *DstSize,
847 DstSize - The size of destination buffer.
860 DstSize,
871 IN UINT32 DstSize,
    [all...]
TianoCompress.c 74 IN OUT UINT32 *DstSize,
290 IN OUT UINT32 *DstSize
303 DstSize - On input, the size of DstBuffer; On output,
312 DstSize contains the size needed.
337 mDstUpperLimit = mDst + *DstSize;
370 if (mCompSize + 1 + 8 > *DstSize) {
371 *DstSize = mCompSize + 1 + 8;
374 *DstSize = mCompSize + 1 + 8;
EfiCompress.c 274 IN OUT UINT32 *DstSize
287 DstSize - On input, the size of DstBuffer; On output,
293 DstSize contains the size needed.
317 mDstUpperLimit = mDst + *DstSize;
354 if (mCompSize + 1 + 8 > *DstSize) {
355 *DstSize = mCompSize + 1 + 8;
358 *DstSize = mCompSize + 1 + 8;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.h 24 @param[in, out] DstSize On input the size (in bytes) of DstBuffer, on
28 @retval EFI_BUFFER_TOO_SMALL The buffer was too small. DstSize is required.
36 IN OUT UINT64 *DstSize
Compress.c 1312 @param[in, out] DstSize On input the size (in bytes) of DstBuffer, on
1316 @retval EFI_BUFFER_TOO_SMALL The buffer was too small. DstSize is required.
1323 IN OUT UINT64 *DstSize
1344 mDstUpperLimit = mDst +*DstSize;
1377 if (mCompSize + 1 + 8 > *DstSize) {
1378 *DstSize = mCompSize + 1 + 8;
1381 *DstSize = mCompSize + 1 + 8;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/CustomizedCompress/
CustomizedCompress.c 52 OUT UINT32 *DstSize,
64 DstSize - The size of destination buffer.
84 IN UINT32 DstSize,
100 DstSize - The size of destination buffer.
120 IN OUT UINT32 *DstSize
133 DstSize - On input, the size of DstBuffer; On output,
139 DstSize contains the size needed.
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
TianoDecompress.h 31 OUT UINT32 *DstSize,
45 DstSize - The size of destination buffer.
62 IN UINT32 DstSize,
78 DstSize - The size of destination buffer.
TianoDecompress.c 660 OUT UINT32 *DstSize,
673 DstSize - The size of destination buffer.
692 *DstSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
701 IN UINT32 DstSize,
717 DstSize - The size of destination buffer.
767 if (DstSize != OrigSize) {
828 OUT UINT32 *DstSize,
842 DstSize - The size of destination buffer.
855 DstSize,
866 IN UINT32 DstSize,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/
CustomizedDecompress.h 32 OUT UINT32 *DstSize,
45 DstSize - The size of destination buffer.
64 IN UINT32 DstSize,
80 DstSize - The size of destination buffer.
CustomizedDecompress.c 59 OUT UINT32 *DstSize,
72 DstSize - The size of destination buffer.
93 IN UINT32 DstSize,
109 DstSize - The size of destination buffer.
  /external/vboot_reference/utility/include/
eficompress.h 65 IN OUT UINT32 *DstSize
73 OUT UINT32 *DstSize,
83 IN UINT32 DstSize,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiCompress/
EfiCompressMain.c 266 UINT32 DstSize;
313 DstSize = 0;
314 Status = CompressFunc (SrcBuffer, SrcSize, DstBuffer, &DstSize);
319 if ((DstBuffer = malloc (DstSize)) == NULL) {
324 Status = CompressFunc (SrcBuffer, SrcSize, DstBuffer, &DstSize);
330 fprintf (stdout, " Orig Size = %ld\tComp Size = %ld\n", SrcSize, DstSize);
340 if (fwrite (DstBuffer, 1, DstSize, OutFileP) != DstSize) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
Decompress.c 32 OUT UINT32 *DstSize,
43 IN UINT32 DstSize,
54 OUT UINT32 *DstSize,
65 IN UINT32 DstSize,
810 OUT UINT32 *DstSize,
823 DstSize - The size of destination buffer.
842 *DstSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
851 IN UINT32 DstSize,
867 DstSize - The size of destination buffer.
917 if (DstSize != OrigSize) {
    [all...]
  /external/vboot_reference/utility/
efidecompress.c 680 OUT UINT32 *DstSize,
693 DstSize - The size of destination buffer.
712 *DstSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
721 IN UINT32 DstSize,
737 DstSize - The size of destination buffer.
787 if (DstSize != OrigSize) {
847 OUT UINT32 *DstSize,
861 DstSize - The size of destination buffer.
874 DstSize,
885 IN UINT32 DstSize,
    [all...]
  /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);
122 template <int ValRows, int ValCols, int DstSize>
123 static inline void matToArr (const tcu::Matrix<float, ValRows, ValCols>& src, float (&dst)[DstSize])
125 DE_STATIC_ASSERT(DstSize >= ValRows*ValCols);
  /external/dng_sdk/source/
dng_mosaic_info.h 140 virtual dng_point DstSize (const dng_point &downScale) const;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 90 IN OUT UINT32 *DstSize
111 DstSize contains the size needed.
137 mDstUpperLimit = mDst +*DstSize;
174 if (mCompSize + 1 + 8 > *DstSize) {
175 *DstSize = mCompSize + 1 + 8;
178 *DstSize = mCompSize + 1 + 8;
    [all...]

Completed in 630 milliseconds

1 2