Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DString.c741 UINT32 FrontSkipNum; in InsertLackStringBlock() local
746 FrontSkipNum = 0; in InsertLackStringBlock()
787 FrontSkipNum = StringId - StartStringId; in InsertLackStringBlock()
793 FrontSkipNum = StringId - StartStringId; in InsertLackStringBlock()
807 if (FrontSkipNum > 0) { in InsertLackStringBlock()
810 *(BlockPtr + sizeof (EFI_HII_STRING_BLOCK)) = (UINT8) FrontSkipNum; in InsertLackStringBlock()
812 *(UINT16 *)(BlockPtr + sizeof (EFI_HII_STRING_BLOCK)) = (UINT16) FrontSkipNum; 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()