Searched refs:mPBit (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/ |
H A D | BaseUefiTianoCustomDecompressLibInternals.h | 75 /// For UEFI 2.0 de/compression algorithm, mPBit = 4 76 /// For Tiano de/compression algorithm, mPBit = 5 78 UINT8 mPBit; member in struct:__anon10459
|
H A D | BaseUefiTianoCustomDecompressLib.c | 523 Sd->mBadTableFlag = ReadPTLen (Sd, MAXNP, Sd->mPBit, (UINT16) (-1)); 770 // For UEFI 2.0 de/compression algorithm(Version 1), mPBit = 4 771 // For Tiano de/compression algorithm(Version 2), mPBit = 5 775 Sd->mPBit = 4; 778 Sd->mPBit = 5;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseUefiDecompressLib/ |
H A D | BaseUefiDecompressLibInternals.h | 66 /// For UEFI 2.0 de/compression algorithm, mPBit = 4. 68 UINT8 mPBit; member in struct:__anon12454
|
H A D | BaseUefiDecompressLib.c | 528 Sd->mBadTableFlag = ReadPTLen (Sd, MAXNP, Sd->mPBit, (UINT16) (-1)); 773 // For UEFI 2.0 de/compression algorithm(Version 1), mPBit = 4 775 Sd->mPBit = 4;
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/ |
H A D | TianoCompress.h | 84 // For EFI 1.1 de/compression algorithm, mPBit = 4 85 // For Tiano de/compression algorithm, mPBit = 5 87 UINT8 mPBit; member in struct:__anon10254
|
H A D | TianoCompress.c | 2518 Sd->mBadTableFlag = ReadPTLen (Sd, MAXNP, Sd->mPBit, (UINT16) (-1)); 2679 // For EFI 1.1 de/compression algorithm(Version 1), mPBit = 4 2680 // For Tiano de/compression algorithm(Version 2), mPBit = 5 2684 Sd->mPBit = 4; 2687 Sd->mPBit = 5;
|
Completed in 2168 milliseconds