Home
last modified time | relevance | path

Searched refs:Byte1 (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DVtutf8.c201 UINT8 Byte1; in Utf8ToUnicode() local
223 Byte1 = Utf8Char.Utf8_2[1]; in Utf8ToUnicode()
225 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
226 UnicodeByte1 = (UINT8) ((Byte1 >> 2) & 0x07); in Utf8ToUnicode()
235 Byte1 = Utf8Char.Utf8_3[1]; in Utf8ToUnicode()
238 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
239 UnicodeByte1 = (UINT8) ((Byte2 << 4) | ((Byte1 >> 2) & 0x0f)); in Utf8ToUnicode()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/
DAcpiSmmPlatform.h68 #define PCI_REG_MASK(Byte0, Byte1, Byte2, Byte3, Byte4, Byte5, Byte6, Byte7) \ argument
69 Byte0, Byte1, Byte2, Byte3, Byte4, Byte5, Byte6, Byte7
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.h97 IN UINT8 Byte1,
DPrintInfo.c1275 IN UINT8 Byte1, in DisplayBiosCharacteristicsExt1() argument
1283 PRINT_INFO_OPTION (Byte1, Option); in DisplayBiosCharacteristicsExt1()
1288 if (BIT (Byte1, 0) != 0) { in DisplayBiosCharacteristicsExt1()
1292 if (BIT (Byte1, 1) != 0) { in DisplayBiosCharacteristicsExt1()
1296 if (BIT (Byte1, 2) != 0) { in DisplayBiosCharacteristicsExt1()
1300 if (BIT (Byte1, 3) != 0) { in DisplayBiosCharacteristicsExt1()
1304 if (BIT (Byte1, 4) != 0) { in DisplayBiosCharacteristicsExt1()
1308 if (BIT (Byte1, 5) != 0) { in DisplayBiosCharacteristicsExt1()
1312 if (BIT (Byte1, 6) != 0) { in DisplayBiosCharacteristicsExt1()
1316 if (BIT (Byte1, 7) != 0) { in DisplayBiosCharacteristicsExt1()
DSmbiosViewStrings.uni151 …RINTINFO_BIOS_CHAR_EXTENSION #language en-US "BIOS Characteristics Extension Byte1:\r\n"