Home
last modified time | relevance | path

Searched refs:BytesRemain (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLib.c573 UINT16 BytesRemain; in Decode() local
577 BytesRemain = (UINT16) (-1); in Decode()
612 BytesRemain = CharC; in Decode()
622 BytesRemain--; in Decode()
623 while ((INT16) (BytesRemain) >= 0) { in Decode()
629 BytesRemain--; in Decode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLib.c611 UINT16 BytesRemain; in GlueDecode() local
615 BytesRemain = (UINT16) (-1); in GlueDecode()
650 BytesRemain = CharC; in GlueDecode()
660 BytesRemain--; in GlueDecode()
661 while ((INT16) (BytesRemain) >= 0) { in GlueDecode()
667 BytesRemain--; in GlueDecode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DDecompress.c613 UINT16 BytesRemain; in Decode() local
617 BytesRemain = (UINT16) (-1); in Decode()
643 BytesRemain = CharC; in Decode()
647 BytesRemain--; in Decode()
648 while ((INT16) (BytesRemain) >= 0) { in Decode()
654 BytesRemain--; in Decode()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
DBaseUefiTianoCustomDecompressLib.c567 UINT16 BytesRemain; in Decode() local
571 BytesRemain = (UINT16) (-1); in Decode()
606 BytesRemain = CharC; in Decode()
616 BytesRemain--; in Decode()
617 while ((INT16) (BytesRemain) >= 0) { in Decode()
623 BytesRemain--; in Decode()
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
DTianoDecompress.c606 UINT16 BytesRemain; in Decode() local
610 BytesRemain = (UINT16) (-1); in Decode()
636 BytesRemain = CharC; in Decode()
640 BytesRemain--; in Decode()
641 while ((INT16) (BytesRemain) >= 0) { in Decode()
647 BytesRemain--; in Decode()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DDecompress.c608 UINT16 BytesRemain; in Decode() local
612 BytesRemain = (UINT16) (-1); in Decode()
637 BytesRemain = CharC; in Decode()
641 BytesRemain--; in Decode()
642 while ((INT16) (BytesRemain) >= 0) { in Decode()
648 BytesRemain--; in Decode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
DDecompress.c759 UINT16 BytesRemain; in Decode() local
763 BytesRemain = (UINT16) (-1); in Decode()
789 BytesRemain = CharC; in Decode()
793 BytesRemain--; in Decode()
794 while ((INT16) (BytesRemain) >= 0) { in Decode()
800 BytesRemain--; in Decode()
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c2559 UINT16 BytesRemain; in Decode() local
2563 BytesRemain = (UINT16) (-1); in Decode()
2589 BytesRemain = CharC; in Decode()
2593 BytesRemain--; in Decode()
2594 while ((INT16) (BytesRemain) >= 0) { in Decode()
2600 BytesRemain--; in Decode()