Searched refs:InputLength (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/ |
D | GenSec.c | 618 UINT32 InputLength; in GenSectionCompressionSection() local 628 InputLength = 0; in GenSectionCompressionSection() 642 &InputLength in GenSectionCompressionSection() 646 FileBuffer = (UINT8 *) malloc (InputLength); in GenSectionCompressionSection() 659 &InputLength in GenSectionCompressionSection() 681 CompressedLength = InputLength; in GenSectionCompressionSection() 712 Status = CompressFunction (FileBuffer, InputLength, OutputBuffer, &CompressedLength); in GenSectionCompressionSection() 725 …Status = CompressFunction (FileBuffer, InputLength, OutputBuffer + HeaderLength, &CompressedLength… in GenSectionCompressionSection() 745 …e is %d bytes and the compressed section size is %u bytes", (unsigned) InputLength, (unsigned) Com… in GenSectionCompressionSection() 769 CompressionSect2->UncompressedLength = InputLength; in GenSectionCompressionSection() [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/ |
D | GenSection.c | 415 UINTN InputLength; in GenSectionCompressionSection() local 428 InputLength = 0; in GenSectionCompressionSection() 440 &InputLength in GenSectionCompressionSection() 444 FileBuffer = (UINT8 *) malloc (InputLength); in GenSectionCompressionSection() 456 &InputLength in GenSectionCompressionSection() 474 CompressedLength = InputLength; in GenSectionCompressionSection() 493 Status = CompressFunction (FileBuffer, InputLength, OutputBuffer, &CompressedLength); in GenSectionCompressionSection() 501 Status = CompressFunction (FileBuffer, InputLength, OutputBuffer, &CompressedLength); in GenSectionCompressionSection() 535 CompressionSect.UncompressedLength = InputLength; in GenSectionCompressionSection() 583 INTN InputLength; in GenSectionGuidDefinedSection() local [all …]
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/ |
D | OpalDriver.c | 140 UINTN InputLength; in OpalDriverPopUpHddPassword() local 162 InputLength = 0; in OpalDriverPopUpHddPassword() 164 Mask[InputLength] = L'_'; in OpalDriverPopUpHddPassword() 185 Unicode[InputLength] = 0; in OpalDriverPopUpHddPassword() 186 InputLength++; in OpalDriverPopUpHddPassword() 198 if (InputLength > 0) { in OpalDriverPopUpHddPassword() 199 Unicode[InputLength] = 0; in OpalDriverPopUpHddPassword() 200 Mask[InputLength] = 0; in OpalDriverPopUpHddPassword() 201 InputLength--; in OpalDriverPopUpHddPassword() 207 Unicode[InputLength] = InputKey.UnicodeChar; in OpalDriverPopUpHddPassword() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
D | TianoCompress.c | 1751 UINT32 InputLength; in main() local 1764 InputLength = 0; in main() 1905 &InputLength); in main() 1908 FileBuffer = (UINT8 *) malloc (InputLength); in main() 1917 &InputLength in main() 1942 Status = TianoCompress ((UINT8 *)FileBuffer, InputLength, OutBuffer, &DstSize); in main() 1952 Status = TianoCompress ((UINT8 *)FileBuffer, InputLength, OutBuffer, &DstSize); in main()
|