Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DString.c744 UINT32 IdCount; in InsertLackStringBlock() local
756 IdCount = *(UINT8*)(OldStringAddr + sizeof (EFI_HII_STRING_BLOCK)); in InsertLackStringBlock()
759 IdCount = *(UINT16*)(OldStringAddr + sizeof (EFI_HII_STRING_BLOCK)); in InsertLackStringBlock()
777 if (IdCount > 1) { in InsertLackStringBlock()
782 } else if (StartStringId + IdCount - 1 == StringId){ in InsertLackStringBlock()
828 if (IdCount > FrontSkipNum + 1) { in InsertLackStringBlock()
831 *(BlockPtr + sizeof (EFI_HII_STRING_BLOCK)) = (UINT8) (IdCount - FrontSkipNum - 1); in InsertLackStringBlock()
833 *(UINT16 *)(BlockPtr + sizeof (EFI_HII_STRING_BLOCK)) = (UINT16) (IdCount - FrontSkipNum - 1); in InsertLackStringBlock()