Searched refs:Byte1 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DVtutf8.c201 UINT8 Byte1; local
223 Byte1 = Utf8Char.Utf8_2[1];
225 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f));
226 UnicodeByte1 = (UINT8) ((Byte1 >> 2) & 0x07);
235 Byte1 = Utf8Char.Utf8_3[1];
238 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f));
239 UnicodeByte1 = (UINT8) ((Byte2 << 4) | ((Byte1 >> 2) & 0x0f));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DPrintInfo.h80 @param[in] Byte1 The information.
85 IN UINT8 Byte1,
H A DPrintInfo.c250 // there are extension bytes (Byte1, byte2, byte3...)
1083 @param[in] Byte1 The information.
1088 IN UINT8 Byte1,
1096 PRINT_INFO_OPTION (Byte1, Option);
1101 if (BIT (Byte1, 0) != 0) {
1105 if (BIT (Byte1, 1) != 0) {
1109 if (BIT (Byte1, 2) != 0) {
1113 if (BIT (Byte1, 3) != 0) {
1117 if (BIT (Byte1, 4) != 0) {
1121 if (BIT (Byte1,
1087 DisplayBiosCharacteristicsExt1( IN UINT8 Byte1, IN UINT8 Option ) argument
[all...]

Completed in 80 milliseconds