Searched defs:BytesRemain (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
H A DBaseUefiTianoCustomDecompressLib.c566 UINT16 BytesRemain; local
570 BytesRemain = (UINT16) (-1);
605 BytesRemain = CharC;
613 // Write BytesRemain of bytes into mDstBase
615 BytesRemain--;
616 while ((INT16) (BytesRemain) >= 0) {
622 BytesRemain--;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLib.c572 UINT16 BytesRemain; local
576 BytesRemain = (UINT16) (-1);
611 BytesRemain = CharC;
619 // Write BytesRemain of bytes into mDstBase
621 BytesRemain--;
622 while ((INT16) (BytesRemain) >= 0) {
628 BytesRemain--;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DDecompress.c615 UINT16 BytesRemain; local
619 BytesRemain = (UINT16) (-1);
644 BytesRemain = CharC;
648 BytesRemain--;
649 while ((INT16) (BytesRemain) >= 0) {
655 BytesRemain--;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c2566 UINT16 BytesRemain; local
2570 BytesRemain = (UINT16) (-1);
2596 BytesRemain = CharC;
2600 BytesRemain--;
2601 while ((INT16) (BytesRemain) >= 0) {
2607 BytesRemain--;

Completed in 40 milliseconds