Searched defs:InputLength (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGenSec.c592 UINT32 InputLength; local
600 InputLength = 0;
613 &InputLength
617 FileBuffer = (UINT8 *) malloc (InputLength);
630 &InputLength
648 CompressedLength = InputLength;
673 Status = CompressFunction (FileBuffer, InputLength, OutputBuffer, &CompressedLength);
681 Status = CompressFunction (FileBuffer, InputLength, OutputBuffer + sizeof (EFI_COMPRESSION_SECTION), &CompressedLength);
697 "the original section size is %d bytes and the compressed section size is %u bytes", (unsigned) InputLength, (unsigned) CompressedLength);
721 CompressionSect->UncompressedLength = InputLength;
776 UINT32 InputLength; local
932 UINT32 InputLength; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c1749 UINT32 InputLength; local
1762 InputLength = 0;
1901 &InputLength);
1904 FileBuffer = (UINT8 *) malloc (InputLength);
1913 &InputLength
1943 Status = TianoCompress ((UINT8 *)FileBuffer, InputLength, OutBuffer, &DstSize);
1952 Status = TianoCompress ((UINT8 *)FileBuffer, InputLength, OutBuffer, &DstSize);

Completed in 36 milliseconds