Searched refs:Length16 (Results 1 – 2 of 2) sorted by relevance
43 UINT16 Length16; in GetImageIdOrAddress() local87 &Length16, in GetImageIdOrAddress()91 ImageBlock += Length16; in GetImageIdOrAddress()157 CopyMem (&Length16, ImageBlock + sizeof (EFI_HII_IMAGE_BLOCK), sizeof (UINT16)); in GetImageIdOrAddress()159 ImageIdCurrent = (UINT16) (ImageIdCurrent + Length16); in GetImageIdOrAddress()
674 UINT16 Length16; in FindGlyphBlock() local764 &Length16, in FindGlyphBlock()768 BlockPtr += Length16; in FindGlyphBlock()863 CopyMem (&Length16, BlockPtr + sizeof (EFI_HII_GLYPH_BLOCK), sizeof (UINT16)); in FindGlyphBlock()870 for (Index = 0; Index < Length16; Index++) { in FindGlyphBlock()883 CharCurrent = (UINT16) (CharCurrent + Length16); in FindGlyphBlock()891 CopyMem (&Length16, BlockPtr + sizeof (EFI_HII_GLYPH_BLOCK), sizeof (UINT16)); in FindGlyphBlock()892 CharCurrent = (UINT16) (CharCurrent + Length16); in FindGlyphBlock()