OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompressFunction
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/
GenSection.c
421
COMPRESS_FUNCTION
CompressFunction
;
467
CompressFunction
= NULL;
478
CompressFunction
= (COMPRESS_FUNCTION) TianoCompress;
482
CompressFunction
= (COMPRESS_FUNCTION) CustomizedCompress;
491
if (
CompressFunction
!= NULL) {
493
Status =
CompressFunction
(FileBuffer, InputLength, OutputBuffer, &CompressedLength);
501
Status =
CompressFunction
(FileBuffer, InputLength, OutputBuffer, &CompressedLength);
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
GenSec.c
626
COMPRESS_FUNCTION
CompressFunction
;
670
CompressFunction
= NULL;
697
CompressFunction
= (COMPRESS_FUNCTION) EfiCompress;
706
if (
CompressFunction
!= NULL) {
708
Status =
CompressFunction
(FileBuffer, InputLength, OutputBuffer, &CompressedLength);
721
Status =
CompressFunction
(FileBuffer, InputLength, OutputBuffer + HeaderLength, &CompressedLength);
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c
627
COMPRESS_FUNCTION
CompressFunction
;
633
CompressFunction
= NULL;
643
CompressFunction
= (COMPRESS_FUNCTION) TianoCompress;
650
CompressFunction
= (COMPRESS_FUNCTION) TianoCompress;
662
CompressFunction
= (COMPRESS_FUNCTION) CustomizedCompress;
667
Status =
CompressFunction
(FileBuffer, DataSize, CompData, &CompSize);
674
Status =
CompressFunction
(FileBuffer, DataSize, CompData, &CompSize);
[
all
...]
Completed in 270 milliseconds