Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DFont.c674 UINT16 Length16; in FindGlyphBlock() local
760 &Length16, in FindGlyphBlock()
764 BlockPtr += Length16; in FindGlyphBlock()
867 CopyMem (&Length16, BlockPtr + sizeof (EFI_HII_GLYPH_BLOCK), sizeof (UINT16)); in FindGlyphBlock()
882 for (Index = 0; Index < Length16; Index++) { in FindGlyphBlock()
895 CharCurrent = (UINT16) (CharCurrent + Length16); in FindGlyphBlock()
903 CopyMem (&Length16, BlockPtr + sizeof (EFI_HII_GLYPH_BLOCK), sizeof (UINT16)); in FindGlyphBlock()
904 CharCurrent = (UINT16) (CharCurrent + Length16); in FindGlyphBlock()