Home
last modified time | relevance | path

Searched refs:Byte0 (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DVtutf8.c200 UINT8 Byte0; in Utf8ToUnicode() local
222 Byte0 = Utf8Char.Utf8_2[0]; in Utf8ToUnicode()
225 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); in Utf8ToUnicode()
234 Byte0 = Utf8Char.Utf8_3[0]; in Utf8ToUnicode()
238 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f)); 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